Package com.smartsheet.api.models
Class RecipientGroup
- java.lang.Object
-
- com.smartsheet.api.models.RecipientGroup
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RecipientGroup.AddRecipientGroupBuilder
A convenience class to help create a RecipientGroup object with the appropriate fields.
-
Constructor Summary
Constructors Constructor Description RecipientGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Long
getGroupId()
Get the group IDRecipientGroup
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 setGroupId(java.lang.Long groupId)
Set the group ID- Parameters:
groupId
- the group ID
-
-