public static class DocumentLifecycleRoleAssignmentResponse.RoleAssignment extends VaultModel
Constructor and Description |
---|
RoleAssignment() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getAllowedDefaultGroups() |
List<String> |
getAllowedDefaultUsers() |
List<String> |
getAllowedGroups() |
List<String> |
getAllowedUsers() |
String |
getCountry() |
String |
getLifecycle() |
String |
getProduct() |
String |
getRole() |
void |
setAllowedDefaultGroups(List<String> allowedDefaultGroups) |
void |
setAllowedDefaultUsers(List<String> allowedDefaultUsers) |
void |
setAllowedGroups(List<String> allowedGroups) |
void |
setAllowedUsers(List<String> allowedUsers) |
void |
setCountry(String country) |
void |
setLifecycle(String lifecycle) |
void |
setProduct(String product) |
void |
setRole(String role) |
get, getBoolean, getFieldNames, getInteger, getListInteger, getListLong, getListString, getLong, getString, getVaultModelData, set, setVaultModelData, toJSONObject, toJsonString, toMap, toMap
public String getCountry()
public void setCountry(String country)
public String getLifecycle()
public void setLifecycle(String lifecycle)
public String getRole()
public void setRole(String role)
public String getProduct()
public void setProduct(String product)
Copyright © 2021. All rights reserved.