Package us.kbase.workspace
Class ListWorkspacesParams
- java.lang.Object
-
- us.kbase.workspace.ListWorkspacesParams
-
@Generated("com.googlecode.jsonschema2pojo") public class ListWorkspacesParams extends Object
Deprecated.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.String
getAuth()
Deprecated.Long
getExcludeGlobal()
Deprecated.void
setAdditionalProperties(String name, Object value)
Deprecated.void
setAuth(String auth)
Deprecated.void
setExcludeGlobal(Long excludeGlobal)
Deprecated.String
toString()
Deprecated.ListWorkspacesParams
withAuth(String auth)
Deprecated.ListWorkspacesParams
withExcludeGlobal(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.
-
-