Class ListWorkspaceObjectsParams


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

    Original spec-file type: list_workspace_objects_params

     Input parameters for the "list_workspace_objects" function. Provided
     for backwards compatibility.
     Required arguments:
     ws_name workspace - Name of the workspace for which objects should be
             listed
     Optional arguments:
     type_string type - type of the objects to be listed. Here, omitting
             version information will find any objects that match the provided
             type - e.g. Foo.Bar-0 will match Foo.Bar-0.X where X is any
             existing version.
     boolean showDeletedObject - show objects that have been deleted
     string auth - the authentication token of the KBase account requesting
             access. Overrides the client provided authorization credentials if
             they exist.
    • Constructor Detail

      • ListWorkspaceObjectsParams

        public ListWorkspaceObjectsParams()
        Deprecated.
    • Method Detail

      • getWorkspace

        public String getWorkspace()
        Deprecated.
      • setWorkspace

        public void setWorkspace​(String workspace)
        Deprecated.
      • getType

        public String getType()
        Deprecated.
      • setType

        public void setType​(String type)
        Deprecated.
      • getShowDeletedObject

        public Long getShowDeletedObject()
        Deprecated.
      • setShowDeletedObject

        public void setShowDeletedObject​(Long showDeletedObject)
        Deprecated.
      • getAuth

        public String getAuth()
        Deprecated.
      • setAuth

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

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

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