Package us.kbase.workspace
Class ListWorkspaceIDsResults
- java.lang.Object
-
- us.kbase.workspace.ListWorkspaceIDsResults
-
@Generated("com.googlecode.jsonschema2pojo") public class ListWorkspaceIDsResults extends Object
Original 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()
void
setAdditionalProperties(String name, Object value)
void
setPub(List<Long> pub)
void
setWorkspaces(List<Long> workspaces)
String
toString()
ListWorkspaceIDsResults
withPub(List<Long> pub)
ListWorkspaceIDsResults
withWorkspaces(List<Long> workspaces)
-
-
-
Method Detail
-
withWorkspaces
public ListWorkspaceIDsResults withWorkspaces(List<Long> workspaces)
-
withPub
public ListWorkspaceIDsResults withPub(List<Long> pub)
-
-