| Constructor and Description |
|---|
UpdateGroupBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Group |
build()
Creates a user by using the values from setters in this builder.
|
String |
getDescription() |
Long |
getId() |
String |
getName()
Returns the name for the group.
|
Group.UpdateGroupBuilder |
setDescription(String description) |
Group.UpdateGroupBuilder |
setId(Long id) |
Group.UpdateGroupBuilder |
setName(String name)
Sets the name for the
Group being created. |
public Group.UpdateGroupBuilder setName(String name)
Group being created.name - The name for the Group being created.public String getName()
public Group build()
public String getDescription()
public Group.UpdateGroupBuilder setDescription(String description)
description - the description to setpublic Group.UpdateGroupBuilder setId(Long id)
id - the id to setCopyright © 2014–2019 Smartsheet. All rights reserved.