Class ByProjectKeyChannelsByIDGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyChannelsByIDGet,Channel>
com.commercetools.api.client.ByProjectKeyChannelsByIDGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyChannelsByIDGet>, ErrorableTrait<ByProjectKeyChannelsByIDGet>, ExpandableTrait<ByProjectKeyChannelsByIDGet>, io.vrap.rmf.base.client.ClientRequestCommand<Channel>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<Channel>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.channel.Channel>> result = apiRoot
            .withProjectKey("{projectKey}")
            .channels()
            .withId("{ID}")
            .get()
            .execute()