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

io.sphere.sdk.inventory.commands.InventoryEntryCreateCommand Maven / Gradle / Ivy

package io.sphere.sdk.inventory.commands;

import io.sphere.sdk.commands.CreateCommand;
import io.sphere.sdk.expansion.MetaModelExpansionDsl;
import io.sphere.sdk.inventory.InventoryEntry;
import io.sphere.sdk.inventory.InventoryEntryDraft;
import io.sphere.sdk.inventory.expansion.InventoryEntryExpansionModel;

/**
 * {@include.example io.sphere.sdk.inventory.commands.InventoryEntryCreateCommandTest#execution()}
 */
public interface InventoryEntryCreateCommand extends CreateCommand, MetaModelExpansionDsl> {
    static InventoryEntryCreateCommand of(final InventoryEntryDraft body) {
        return new InventoryEntryCreateCommandImpl(body);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy