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

io.sphere.sdk.customobjects.commands.CustomObjectUpsertCommandImpl Maven / Gradle / Ivy

There is a newer version: 1.0.0-M26
Show newest version
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