Package com.smartsheet.api.models
Class Workspace.UpdateWorkspaceBuilder
- java.lang.Object
-
- com.smartsheet.api.models.Workspace.UpdateWorkspaceBuilder
-
-
Constructor Summary
Constructors Constructor Description UpdateWorkspaceBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Workspacebuild()Builds theWorkspace.java.lang.LonggetId()Get the workspace idjava.lang.StringgetName()Gets the name.Workspace.UpdateWorkspaceBuildersetId(java.lang.Long id)Set the workspace idWorkspace.UpdateWorkspaceBuildersetName(java.lang.String name)The name of the workspace.
-
-
-
Method Detail
-
getId
public java.lang.Long getId()
Get the workspace id- Returns:
- the workspace id
-
setId
public Workspace.UpdateWorkspaceBuilder setId(java.lang.Long id)
Set the workspace id- Parameters:
id- the workspace id- Returns:
- the builder
-
setName
public Workspace.UpdateWorkspaceBuilder setName(java.lang.String name)
The name of the workspace.- Parameters:
name- the name- Returns:
- the update workspace builder
-
getName
public java.lang.String getName()
Gets the name.- Returns:
- the name
-
-