Class TenantCreateRequest.Builder
java.lang.Object
com.cloudimpl.outstack.runtime.domainspec.Command.Builder
com.cloudimpl.outstack.domain.example.commands.TenantCreateRequest.Builder
- Enclosing class:
- TenantCreateRequest
public static final class TenantCreateRequest.Builder extends Command.Builder
-
Field Summary
Fields inherited from class com.cloudimpl.outstack.runtime.domainspec.Command.Builder
id, rootId, tenantId, version -
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description TenantCreateRequestbuild()TenantCreateRequest.BuilderwithEndpoint(java.lang.String endpoint)TenantCreateRequest.BuilderwithOrgName(java.lang.String orgName)TenantCreateRequest.BuilderwithTenantName(java.lang.String tenantName)Methods inherited from class com.cloudimpl.outstack.runtime.domainspec.Command.Builder
withId, 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
-
withEndpoint
-
withOrgName
-
withTenantName
-
build
- Overrides:
buildin classCommand.Builder
-