Package com.commercetools.api.client
Interface ByProjectKeyChannelsRequestBuilderMixin
- All Known Implementing Classes:
ByProjectKeyChannelsRequestBuilder
public interface ByProjectKeyChannelsRequestBuilderMixin
-
Method Summary
Modifier and TypeMethodDescriptiondefault ByProjectKeyChannelsPost
create
(ChannelDraft channelDraft) default ByProjectKeyChannelsPost
default ByProjectKeyChannelsByIDDelete
post
(ChannelDraft channelDraft) default WithUpdateActionBuilder<ChannelUpdateAction,
ChannelUpdateActionBuilder, ByProjectKeyChannelsByIDPost> default ByProjectKeyChannelsByIDPost
update
(Versioned<Channel> channel, UnaryOperator<UpdateActionBuilder<ChannelUpdateAction, ChannelUpdateActionBuilder>> op) default ByProjectKeyChannelsByIDPost
update
(Versioned<Channel> channel, List<ChannelUpdateAction> actions)
-
Method Details
-
withId
-
post
-
update
default ByProjectKeyChannelsByIDPost update(Versioned<Channel> channel, List<ChannelUpdateAction> actions) -
update
default ByProjectKeyChannelsByIDPost update(Versioned<Channel> channel, UnaryOperator<UpdateActionBuilder<ChannelUpdateAction, ChannelUpdateActionBuilder>> op) -
update
default WithUpdateActionBuilder<ChannelUpdateAction,ChannelUpdateActionBuilder, updateByProjectKeyChannelsByIDPost> (Versioned<Channel> channel) -
delete
-
create
-
create
-