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 Workspace
build()
Builds theWorkspace
.java.lang.Long
getId()
Get the workspace idjava.lang.String
getName()
Gets the name.Workspace.UpdateWorkspaceBuilder
setId(java.lang.Long id)
Set the workspace idWorkspace.UpdateWorkspaceBuilder
setName(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
-
-