All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.sphere.client.shop.model.ChannelUpdate Maven / Gradle / Ivy

There is a newer version: 0.72.1
Show newest version
package io.sphere.client.shop.model;

import io.sphere.internal.command.ChannelCommands;
import io.sphere.internal.command.Update;

public class ChannelUpdate extends Update {

    public ChannelUpdate changeKey(final String key) {
        add(new ChannelCommands.ChangeKey(key));
        return this;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy