Package us.kbase.workspace
Class ListWorkspaceObjectsParams
- java.lang.Object
-
- us.kbase.workspace.ListWorkspaceObjectsParams
-
@Generated("com.googlecode.jsonschema2pojo") public class ListWorkspaceObjectsParams extends ObjectDeprecated.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.StringgetAuth()Deprecated.LonggetShowDeletedObject()Deprecated.StringgetType()Deprecated.StringgetWorkspace()Deprecated.voidsetAdditionalProperties(String name, Object value)Deprecated.voidsetAuth(String auth)Deprecated.voidsetShowDeletedObject(Long showDeletedObject)Deprecated.voidsetType(String type)Deprecated.voidsetWorkspace(String workspace)Deprecated.StringtoString()Deprecated.ListWorkspaceObjectsParamswithAuth(String auth)Deprecated.ListWorkspaceObjectsParamswithShowDeletedObject(Long showDeletedObject)Deprecated.ListWorkspaceObjectsParamswithType(String type)Deprecated.ListWorkspaceObjectsParamswithWorkspace(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.
-
-