Package us.kbase.workspace
Class ListWorkspaceObjectsParams
- java.lang.Object
-
- us.kbase.workspace.ListWorkspaceObjectsParams
-
@Generated("com.googlecode.jsonschema2pojo") public class ListWorkspaceObjectsParams extends Object
Deprecated.Workspace.ListObjectsParamsOriginal 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 Summary
Constructors Constructor Description ListWorkspaceObjectsParams()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
Deprecated.String
getAuth()
Deprecated.Long
getShowDeletedObject()
Deprecated.String
getType()
Deprecated.String
getWorkspace()
Deprecated.void
setAdditionalProperties(String name, Object value)
Deprecated.void
setAuth(String auth)
Deprecated.void
setShowDeletedObject(Long showDeletedObject)
Deprecated.void
setType(String type)
Deprecated.void
setWorkspace(String workspace)
Deprecated.String
toString()
Deprecated.ListWorkspaceObjectsParams
withAuth(String auth)
Deprecated.ListWorkspaceObjectsParams
withShowDeletedObject(Long showDeletedObject)
Deprecated.ListWorkspaceObjectsParams
withType(String type)
Deprecated.ListWorkspaceObjectsParams
withWorkspace(String workspace)
Deprecated.
-
-
-
Method Detail
-
getWorkspace
public String getWorkspace()
Deprecated.
-
setWorkspace
public void setWorkspace(String workspace)
Deprecated.
-
withWorkspace
public ListWorkspaceObjectsParams withWorkspace(String workspace)
Deprecated.
-
getType
public String getType()
Deprecated.
-
setType
public void setType(String type)
Deprecated.
-
withType
public ListWorkspaceObjectsParams withType(String type)
Deprecated.
-
getShowDeletedObject
public Long getShowDeletedObject()
Deprecated.
-
setShowDeletedObject
public void setShowDeletedObject(Long showDeletedObject)
Deprecated.
-
withShowDeletedObject
public ListWorkspaceObjectsParams withShowDeletedObject(Long showDeletedObject)
Deprecated.
-
getAuth
public String getAuth()
Deprecated.
-
setAuth
public void setAuth(String auth)
Deprecated.
-
withAuth
public ListWorkspaceObjectsParams withAuth(String auth)
Deprecated.
-
-