io.sphere.sdk.channels.commands.ChannelEndpoint Maven / Gradle / Ivy
package io.sphere.sdk.channels.commands;
import io.sphere.sdk.channels.Channel;
import io.sphere.sdk.client.JsonEndpoint;
final class ChannelEndpoint {
static final JsonEndpoint ENDPOINT = JsonEndpoint.of(Channel.typeReference(), "/channels");
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy