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 Groupbuild()Creates a user by using the values from setters in this builder.java.lang.StringgetDescription()java.lang.LonggetId()java.lang.StringgetName()Returns the name for the group.Group.UpdateGroupBuildersetDescription(java.lang.String description)Group.UpdateGroupBuildersetId(java.lang.Long id)Group.UpdateGroupBuildersetName(java.lang.String name)Sets the name for theGroupbeing created.
-
-
-
Method Detail
-
setName
public Group.UpdateGroupBuilder setName(java.lang.String name)
Sets the name for theGroupbeing created.- Parameters:
name- The name for theGroupbeing 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
-
-