Package com.smartsheet.api.models
Class RecipientGroup.AddRecipientGroupBuilder
- java.lang.Object
-
- com.smartsheet.api.models.RecipientGroup.AddRecipientGroupBuilder
-
- Enclosing class:
- RecipientGroup
public static class RecipientGroup.AddRecipientGroupBuilder extends java.lang.Object
A convenience class to help create a RecipientGroup object with the appropriate fields.
-
-
Constructor Summary
Constructors Constructor Description AddRecipientGroupBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecipientGroup
build()
Builds the RecipientGroup.java.lang.Long
getGroupId()
Get the group IDRecipientGroup.AddRecipientGroupBuilder
setGroupId(java.lang.Long groupId)
Set the group ID
-
-
-
Method Detail
-
getGroupId
public java.lang.Long getGroupId()
Get the group ID- Returns:
- the group ID
-
setGroupId
public RecipientGroup.AddRecipientGroupBuilder setGroupId(java.lang.Long groupId)
Set the group ID- Parameters:
groupId
- the group ID- Returns:
- the builder
-
build
public RecipientGroup build()
Builds the RecipientGroup.- Returns:
- the RecipientGroup
-
-