Class ListWorkspacesParams


  • @Generated("com.googlecode.jsonschema2pojo")
    public class ListWorkspacesParams
    extends Object
    Deprecated.
    Workspace.ListWorkspaceInfoParams

    Original spec-file type: list_workspaces_params

     Input parameters for the "list_workspaces" function. Provided for
     backwards compatibility.
     Optional parameters:
     string auth - the authentication token of the KBase account accessing
             the list of workspaces. Overrides the client provided authorization
             credentials if they exist.
     boolean excludeGlobal - if excludeGlobal is true exclude world
             readable workspaces. Defaults to false.
    • Constructor Detail

      • ListWorkspacesParams

        public ListWorkspacesParams()
        Deprecated.
    • Method Detail

      • getAuth

        public String getAuth()
        Deprecated.
      • setAuth

        public void setAuth​(String auth)
        Deprecated.
      • getExcludeGlobal

        public Long getExcludeGlobal()
        Deprecated.
      • setExcludeGlobal

        public void setExcludeGlobal​(Long excludeGlobal)
        Deprecated.
      • getAdditionalProperties

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

        public void setAdditionalProperties​(String name,
                                            Object value)
        Deprecated.