Class RoleCreateRequest
java.lang.Object
com.iland.core.web.rest.request.iam.RoleCreateRequest
- All Implemented Interfaces:
Serializable
Role Create Request.
- Author:
- Nick Kasprzak
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRoleCreateRequest(String companyId, String name, String description, Collection<PolicyRequest> policies) -
Method Summary
Modifier and TypeMethodDescriptionGet the company id.Get the description.getName()Get the name.Get the policies.
-
Constructor Details
-
RoleCreateRequest
public RoleCreateRequest(String companyId, String name, String description, Collection<PolicyRequest> policies)
-
-
Method Details
-
getPolicies
Get the policies.- Returns:
CollectionofPolicyRequest
-
getDescription
Get the description.- Returns:
Stringdescription
-
getName
Get the name.- Returns:
Stringname
-
getCompanyId
Get the company id.- Returns:
Stringcompany id
-