Package us.kbase.workspace
Class GetWorkspacemetaParams
- java.lang.Object
-
- us.kbase.workspace.GetWorkspacemetaParams
-
@Generated("com.googlecode.jsonschema2pojo") public class GetWorkspacemetaParams extends ObjectDeprecated.Workspace.WorkspaceIdentityOriginal spec-file type: get_workspacemeta_params
DEPRECATED Input parameters for the "get_workspacemeta" function. Provided for backwards compatibility. One, and only one of: ws_name workspace - name of the workspace. ws_id id - the numerical ID of the workspace. Optional arguments: string auth - the authentication token of the KBase account accessing the workspace. Overrides the client provided authorization credentials if they exist.
-
-
Constructor Summary
Constructors Constructor Description GetWorkspacemetaParams()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Map<String,Object>getAdditionalProperties()Deprecated.StringgetAuth()Deprecated.LonggetId()Deprecated.StringgetWorkspace()Deprecated.voidsetAdditionalProperties(String name, Object value)Deprecated.voidsetAuth(String auth)Deprecated.voidsetId(Long id)Deprecated.voidsetWorkspace(String workspace)Deprecated.StringtoString()Deprecated.GetWorkspacemetaParamswithAuth(String auth)Deprecated.GetWorkspacemetaParamswithId(Long id)Deprecated.GetWorkspacemetaParamswithWorkspace(String workspace)Deprecated.
-
-
-
Method Detail
-
getWorkspace
public String getWorkspace()
Deprecated.
-
setWorkspace
public void setWorkspace(String workspace)
Deprecated.
-
withWorkspace
public GetWorkspacemetaParams withWorkspace(String workspace)
Deprecated.
-
getId
public Long getId()
Deprecated.
-
setId
public void setId(Long id)
Deprecated.
-
withId
public GetWorkspacemetaParams withId(Long id)
Deprecated.
-
getAuth
public String getAuth()
Deprecated.
-
setAuth
public void setAuth(String auth)
Deprecated.
-
withAuth
public GetWorkspacemetaParams withAuth(String auth)
Deprecated.
-
-