Class ListWorkspaceObjectsParams


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

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

        public java.lang.String getType()
        Deprecated.
      • setType

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

        public java.lang.Long getShowDeletedObject()
        Deprecated.
      • setShowDeletedObject

        public void setShowDeletedObject​(java.lang.Long showDeletedObject)
        Deprecated.
      • withShowDeletedObject

        public ListWorkspaceObjectsParams withShowDeletedObject​(java.lang.Long showDeletedObject)
        Deprecated.
      • getAuth

        public java.lang.String getAuth()
        Deprecated.
      • setAuth

        public void setAuth​(java.lang.String auth)
        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