public class RoleResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| RoleResponse(String uuid,
            String companyId,
            String name,
            String description,
            Collection<PolicyResponse> policies,
            RoleType type) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| String | getCompanyId()Get the company id. | 
| String | getDescription()Get the description. | 
| String | getName()Get the name. | 
| Collection<PolicyResponse> | getPolicies()Get the policies. | 
| RoleType | getType()Get the role type. | 
| String | getUuid()Get the uuid. | 
| int | hashCode() | 
| String | toString() | 
public RoleResponse(String uuid, String companyId, String name, String description, Collection<PolicyResponse> policies, RoleType type)
public Collection<PolicyResponse> getPolicies()
Collection of PolicyResponse policy responses.Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.