Package us.kbase.workspace
Class GetAdminRoleResults
- java.lang.Object
-
- us.kbase.workspace.GetAdminRoleResults
-
@Generated("com.googlecode.jsonschema2pojo") public class GetAdminRoleResults extends Object
Original spec-file type: GetAdminRoleResults
The results of the get_admin_role call. adminrole - the users's administration role, one of `none`, `read`, or `full`.
-
-
Constructor Summary
Constructors Constructor Description GetAdminRoleResults()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
String
getAdminrole()
void
setAdditionalProperties(String name, Object value)
void
setAdminrole(String adminrole)
String
toString()
GetAdminRoleResults
withAdminrole(String adminrole)
-
-
-
Method Detail
-
getAdminrole
public String getAdminrole()
-
setAdminrole
public void setAdminrole(String adminrole)
-
withAdminrole
public GetAdminRoleResults withAdminrole(String adminrole)
-
-