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, getFiles, id, rootId, setFiles, setId, setRootId, setTenantId, setVersion, tenantId, unwrap, versionMethods 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
-