Package us.kbase.workspace
Class ListWorkspaceIDsParams
- java.lang.Object
-
- us.kbase.workspace.ListWorkspaceIDsParams
-
@Generated("com.googlecode.jsonschema2pojo") public class ListWorkspaceIDsParams extends ObjectOriginal spec-file type: ListWorkspaceIDsParams
Input parameters for the "list_workspace_ids" function. Optional parameters: permission perm - filter workspaces by minimum permission level. 'None' and 'readable' are ignored. boolean onlyGlobal - if onlyGlobal is true only include world readable workspaces. Defaults to false. If true, excludeGlobal is ignored. boolean excludeGlobal - if excludeGlobal is true exclude world readable workspaces. Defaults to true.
-
-
Constructor Summary
Constructors Constructor Description ListWorkspaceIDsParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAdditionalProperties()LonggetExcludeGlobal()LonggetOnlyGlobal()StringgetPerm()voidsetAdditionalProperties(String name, Object value)voidsetExcludeGlobal(Long excludeGlobal)voidsetOnlyGlobal(Long onlyGlobal)voidsetPerm(String perm)StringtoString()ListWorkspaceIDsParamswithExcludeGlobal(Long excludeGlobal)ListWorkspaceIDsParamswithOnlyGlobal(Long onlyGlobal)ListWorkspaceIDsParamswithPerm(String perm)
-
-
-
Method Detail
-
getPerm
public String getPerm()
-
setPerm
public void setPerm(String perm)
-
withPerm
public ListWorkspaceIDsParams withPerm(String perm)
-
getExcludeGlobal
public Long getExcludeGlobal()
-
setExcludeGlobal
public void setExcludeGlobal(Long excludeGlobal)
-
withExcludeGlobal
public ListWorkspaceIDsParams withExcludeGlobal(Long excludeGlobal)
-
getOnlyGlobal
public Long getOnlyGlobal()
-
setOnlyGlobal
public void setOnlyGlobal(Long onlyGlobal)
-
withOnlyGlobal
public ListWorkspaceIDsParams withOnlyGlobal(Long onlyGlobal)
-
-