Package us.kbase.workspace
Class GetPermissionsMassParams
- java.lang.Object
-
- us.kbase.workspace.GetPermissionsMassParams
-
@Generated("com.googlecode.jsonschema2pojo") public class GetPermissionsMassParams extends Object
Original spec-file type: GetPermissionsMassParams
Input parameters for the "get_permissions_mass" function. workspaces - the workspaces for which to return the permissions, maximum 1000.
-
-
Constructor Summary
Constructors Constructor Description GetPermissionsMassParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
List<WorkspaceIdentity>
getWorkspaces()
void
setAdditionalProperties(String name, Object value)
void
setWorkspaces(List<WorkspaceIdentity> workspaces)
String
toString()
GetPermissionsMassParams
withWorkspaces(List<WorkspaceIdentity> workspaces)
-
-
-
Method Detail
-
getWorkspaces
public List<WorkspaceIdentity> getWorkspaces()
-
setWorkspaces
public void setWorkspaces(List<WorkspaceIdentity> workspaces)
-
withWorkspaces
public GetPermissionsMassParams withWorkspaces(List<WorkspaceIdentity> workspaces)
-
-