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()java.lang.StringgetType()Methods inherited from class com.cloudimpl.outstack.runtime.domainspec.Command
commandName, getContext, getFiles, getId, getMapAttr, getRootId, getTenantId, id, rootId, setContext, setFiles, setId, setMapAttr, 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
-
getType
public java.lang.String getType()
-