Class ListWorkspacesParams


  • @Generated("com.googlecode.jsonschema2pojo")
    public class ListWorkspacesParams
    extends java.lang.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 java.lang.String getAuth()
        Deprecated.
      • setAuth

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

        public java.lang.Long getExcludeGlobal()
        Deprecated.
      • setExcludeGlobal

        public void setExcludeGlobal​(java.lang.Long excludeGlobal)
        Deprecated.
      • withExcludeGlobal

        public ListWorkspacesParams withExcludeGlobal​(java.lang.Long excludeGlobal)
        Deprecated.
      • getAdditionalProperties

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

        public void setAdditionalProperties​(java.lang.String name,
                                            java.lang.Object value)
        Deprecated.
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object