Class OrganizationCreateRequest
java.lang.Object
com.cloudimpl.outstack.runtime.domainspec.Command
com.cloudimpl.outstack.domain.example.commands.OrganizationCreateRequest
public class OrganizationCreateRequest extends Command
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOrganizationCreateRequest.Builder -
Method Summary
Modifier and Type Method Description static OrganizationCreateRequest.Builderbuilder()java.lang.StringgetOrgName()java.lang.StringgetWebsite()Methods inherited from class com.cloudimpl.outstack.runtime.domainspec.Command
commandName, id, rootId, setId, setRootId, setTenantId, tenantId, unwrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getWebsite
public java.lang.String getWebsite() -
getOrgName
public java.lang.String getOrgName() -
builder
-