Package com.smartsheet.api.models
Class Group.UpdateGroupBuilder
- java.lang.Object
-
- com.smartsheet.api.models.Group.UpdateGroupBuilder
-
-
Constructor Summary
Constructors Constructor Description UpdateGroupBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Group
build()
Creates a user by using the values from setters in this builder.java.lang.String
getDescription()
java.lang.Long
getId()
java.lang.String
getName()
Returns the name for the group.Group.UpdateGroupBuilder
setDescription(java.lang.String description)
Group.UpdateGroupBuilder
setId(java.lang.Long id)
Group.UpdateGroupBuilder
setName(java.lang.String name)
Sets the name for theGroup
being created.
-
-
-
Method Detail
-
setName
public Group.UpdateGroupBuilder setName(java.lang.String name)
Sets the name for theGroup
being created.- Parameters:
name
- The name for theGroup
being created.- Returns:
- the creates the builder
-
getName
public java.lang.String getName()
Returns the name for the group.- Returns:
- the name
-
build
public Group build()
Creates a user by using the values from setters in this builder.- Returns:
- the sheet
-
getDescription
public java.lang.String getDescription()
- Returns:
- the description of the group
-
setDescription
public Group.UpdateGroupBuilder setDescription(java.lang.String description)
- Parameters:
description
- the description to set- Returns:
- the builder
-
getId
public java.lang.Long getId()
- Returns:
- the id of the
Group
-
setId
public Group.UpdateGroupBuilder setId(java.lang.Long id)
- Parameters:
id
- the id to set- Returns:
- the builder
-
-