Class Workspace.UpdateWorkspaceBuilder

  • Enclosing class:
    Workspace

    public static class Workspace.UpdateWorkspaceBuilder
    extends java.lang.Object
    A convenience class for creating a Workspace object with the appropriate fields for updating a workspace.
    • Constructor Detail

      • UpdateWorkspaceBuilder

        public UpdateWorkspaceBuilder()
    • Method Detail

      • getId

        public java.lang.Long getId()
        Get the workspace id
        Returns:
        the workspace id
      • 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