public class RoleCreateRequest extends Object implements Serializable
Constructor and Description |
---|
RoleCreateRequest(String companyId,
String name,
String description,
Collection<PolicyRequest> policies) |
Modifier and Type | Method and Description |
---|---|
String |
getCompanyId()
Get the company id.
|
String |
getDescription()
Get the description.
|
String |
getName()
Get the name.
|
Collection<PolicyRequest> |
getPolicies()
Get the policies.
|
public RoleCreateRequest(String companyId, String name, String description, Collection<PolicyRequest> policies)
public Collection<PolicyRequest> getPolicies()
Collection
of PolicyRequest
Copyright © 2019 iland Internet Solutions, Corp. All rights reserved.