Package us.kbase.workspace
Class ListWorkspacesParams
- java.lang.Object
-
- us.kbase.workspace.ListWorkspacesParams
-
@Generated("com.googlecode.jsonschema2pojo") public class ListWorkspacesParams extends ObjectDeprecated.Workspace.ListWorkspaceInfoParamsOriginal 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 Summary
Constructors Constructor Description ListWorkspacesParams()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Map<String,Object>getAdditionalProperties()Deprecated.StringgetAuth()Deprecated.LonggetExcludeGlobal()Deprecated.voidsetAdditionalProperties(String name, Object value)Deprecated.voidsetAuth(String auth)Deprecated.voidsetExcludeGlobal(Long excludeGlobal)Deprecated.StringtoString()Deprecated.ListWorkspacesParamswithAuth(String auth)Deprecated.ListWorkspacesParamswithExcludeGlobal(Long excludeGlobal)Deprecated.
-
-
-
Method Detail
-
getAuth
public String getAuth()
Deprecated.
-
setAuth
public void setAuth(String auth)
Deprecated.
-
withAuth
public ListWorkspacesParams withAuth(String auth)
Deprecated.
-
getExcludeGlobal
public Long getExcludeGlobal()
Deprecated.
-
setExcludeGlobal
public void setExcludeGlobal(Long excludeGlobal)
Deprecated.
-
withExcludeGlobal
public ListWorkspacesParams withExcludeGlobal(Long excludeGlobal)
Deprecated.
-
-