Class RenameWorkspaceParams


  • @Generated("com.googlecode.jsonschema2pojo")
    public class RenameWorkspaceParams
    extends Object

    Original spec-file type: RenameWorkspaceParams

     Input parameters for the 'rename_workspace' function.
                     Required arguments:
                     WorkspaceIdentity wsi - the workspace to rename.
                     ws_name new_name - the new name for the workspace.
     
    • Constructor Detail

      • RenameWorkspaceParams

        public RenameWorkspaceParams()
    • Method Detail

      • getWsi

        public WorkspaceIdentity getWsi()

        Original spec-file type: WorkspaceIdentity

         A workspace identifier.
                         Select a workspace by one, and only one, of the numerical id or name.
                         ws_id id - the numerical ID of the workspace.
                         ws_name workspace - the name of the workspace.
         
      • setWsi

        public void setWsi​(WorkspaceIdentity wsi)

        Original spec-file type: WorkspaceIdentity

         A workspace identifier.
                         Select a workspace by one, and only one, of the numerical id or name.
                         ws_id id - the numerical ID of the workspace.
                         ws_name workspace - the name of the workspace.
         
      • getNewName

        public String getNewName()
      • setNewName

        public void setNewName​(String newName)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperties

        public void setAdditionalProperties​(String name,
                                            Object value)