Class OrganizationCreateRequest.Builder
java.lang.Object
com.cloudimpl.outstack.runtime.domainspec.Command.Builder
com.cloudimpl.outstack.domain.example.commands.OrganizationCreateRequest.Builder
- Enclosing class:
- OrganizationCreateRequest
public static final class OrganizationCreateRequest.Builder extends Command.Builder
-
Field Summary
Fields inherited from class com.cloudimpl.outstack.runtime.domainspec.Command.Builder
commandName, files, id, rootId, tenantId, version -
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description OrganizationCreateRequestbuild()OrganizationCreateRequest.BuilderwithOrgName(java.lang.String orgName)OrganizationCreateRequest.BuilderwithWebsite(java.lang.String website)Methods inherited from class com.cloudimpl.outstack.runtime.domainspec.Command.Builder
withCommandName, withFiles, withId, withMapAttr, withRootId, withTenantId, withVersionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withWebsite
-
withOrgName
-
build
- Overrides:
buildin classCommand.Builder
-