Class ByProjectKeyZonesPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyZonesPostString,Zone>
com.commercetools.api.client.ByProjectKeyZonesPostString
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyZonesPostString>, ErrorableTrait<ByProjectKeyZonesPostString>, ExpandableTrait<ByProjectKeyZonesPostString>, io.vrap.rmf.base.client.ClientRequestCommand<Zone>, io.vrap.rmf.base.client.RequestCommand<Zone>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.zone.Zone>> result = apiRoot
            .withProjectKey("{projectKey}")
            .zones()
            .post("")
            .execute()