Package us.kbase.workspace
Class ListWorkspaceIDsResults
- java.lang.Object
-
- us.kbase.workspace.ListWorkspaceIDsResults
-
@Generated("com.googlecode.jsonschema2pojo") public class ListWorkspaceIDsResults extends ObjectOriginal spec-file type: ListWorkspaceIDsResults
Results of the "list_workspace_ids" function. list
workspaces - the workspaces to which the user has explicit access. list pub - the workspaces to which the user has access because they're globally readable.
-
-
Constructor Summary
Constructors Constructor Description ListWorkspaceIDsResults()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAdditionalProperties()List<Long>getPub()List<Long>getWorkspaces()voidsetAdditionalProperties(String name, Object value)voidsetPub(List<Long> pub)voidsetWorkspaces(List<Long> workspaces)StringtoString()ListWorkspaceIDsResultswithPub(List<Long> pub)ListWorkspaceIDsResultswithWorkspaces(List<Long> workspaces)
-
-
-
Method Detail
-
withWorkspaces
public ListWorkspaceIDsResults withWorkspaces(List<Long> workspaces)
-
withPub
public ListWorkspaceIDsResults withPub(List<Long> pub)
-
-