io.sphere.sdk.customobjects.commands.CustomObjectUpsertCommandImpl Maven / Gradle / Ivy
package io.sphere.sdk.customobjects.commands;
import io.sphere.sdk.commands.CreateCommandImpl;
import io.sphere.sdk.customobjects.CustomObject;
import io.sphere.sdk.customobjects.CustomObjectDraft;
final class CustomObjectUpsertCommandImpl extends CreateCommandImpl, CustomObjectDraft> implements CustomObjectUpsertCommand {
CustomObjectUpsertCommandImpl(final CustomObjectDraft draft) {
super(draft, CustomObjectEndpoint.PATH, draft.getJavaType());
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy