Class RoleCreateRequest
java.lang.Object
com.cloudimpl.outstack.runtime.domainspec.Command
com.cloudimpl.outstack.runtime.domain.RoleCreateRequest
public class RoleCreateRequest extends Command
- Author:
- nuwan
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRoleCreateRequest.Builder -
Constructor Summary
Constructors Constructor Description RoleCreateRequest(RoleCreateRequest.Builder builder) -
Method Summary
Modifier and Type Method Description java.util.List<PolicyRef>getPolicyRef()java.lang.StringgetRoleName()Methods inherited from class com.cloudimpl.outstack.runtime.domainspec.Command
commandName, id, rootId, setId, setRootId, setTenantId, setVersion, tenantId, unwrap, versionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RoleCreateRequest
-
-
Method Details
-
getRoleName
public java.lang.String getRoleName() -
getPolicyRef
-