Package com.commercetools.api.models.variant
package com.commercetools.api.models.variant
-
ClassDescriptionA Variant represents a single Variant with both current (published) and staged (draft) data.Adds an asset to existing variant's assets.VariantAddAssetActionBuilder Example to create an instance using the builder patternAdds an image to existing variant's images.VariantAddExternalImageActionBuilder Example to create an instance using the builder patternVariantBuilder Example to create an instance using the builder patternThe request body for a bulk update of Variants.VariantBulkUpdateBuilder Example to create an instance using the builder patternResult for a Variant that failed to update in a bulk update request.VariantBulkUpdateFailResultBuilder Example to create an instance using the builder patternIdentifies a single Variant to be updated in a bulk update request.VariantBulkUpdateItemBuilder Example to create an instance using the builder patternA lightweight reference containing the
idand updatedversionof a Variant after a successful bulk update.VariantBulkUpdateResourceBuilder Example to create an instance using the builder patternThe response body for a bulk update of Variants.VariantBulkUpdateResponseBuilder Example to create an instance using the builder patternRepresents the result of a single Variant update within a bulk update request.VariantBulkUpdateResultBuilderResult for a Variant that was successfully updated in a bulk update request.VariantBulkUpdateSuccessResultBuilder Example to create an instance using the builder patternChanges the name of an existing Asset on a Variant.VariantChangeAssetNameActionBuilder Example to create an instance using the builder patternChanges the order of Assets on a Variant.VariantChangeAssetOrderActionBuilder Example to create an instance using the builder patternContains the actual data for a Variant in either current (published) or staged (draft) state.VariantDataBuilder Example to create an instance using the builder patternDraft for creating a new Variant.VariantDraftBuilder Example to create an instance using the builder patternPagedQueryResult with results containing an array of Variant.VariantPagedQueryResponseBuilder Example to create an instance using the builder patternA lightweight, read-only projection of a single Variant with embedded Product data.VariantProjectionBuilder Example to create an instance using the builder patternVariantProjectionPagedQueryResponse Example to create an instance using the builder patternVariantProjectionPagedQueryResponseBuilder Example to create an instance using the builder patternPublishes the Variant by copying the staged data to the current data and setting thepublishedflag totrue.VariantPublishActionBuilder Example to create an instance using the builder patternVariantReferenceBuilder Example to create an instance using the builder patternRemoves an asset from an existing Variant's assets.VariantRemoveAssetActionBuilder Example to create an instance using the builder patternRemoves a Variant's image.VariantRemoveImageActionBuilder Example to create an instance using the builder patternRemoves all staged changes from the Variant, only the current data remains.VariantRemoveStagedChangesActionBuilder Example to create an instance using the builder patternResourceIdentifier to a Variant.VariantResourceIdentifierBuilder Example to create an instance using the builder patternSets or removes a Custom Field on an existing Asset of a Variant.VariantSetAssetCustomFieldActionBuilder Example to create an instance using the builder patternSets or removes the Custom Type on an existing Asset of a Variant.VariantSetAssetCustomTypeActionBuilder Example to create an instance using the builder patternSets the description of an existing Asset on a Variant.VariantSetAssetDescriptionActionBuilder Example to create an instance using the builder patternSets the key of an existing Asset on a Variant.VariantSetAssetKeyActionBuilder Example to create an instance using the builder patternSets the assets of the Variant.VariantSetAssetsActionBuilder Example to create an instance using the builder patternSets the sources of an existing Asset on a Variant.VariantSetAssetSourcesActionBuilder Example to create an instance using the builder patternSets the tags of an existing Asset on a Variant.VariantSetAssetTagsActionBuilder Example to create an instance using the builder patternSet a specific Variant attribute.VariantSetAttributeActionBuilder Example to create an instance using the builder patternSets the attributes of the Variant.VariantSetAttributesActionBuilder Example to create an instance using the builder patternSets the images of the Variant.VariantSetImagesActionBuilder Example to create an instance using the builder patternSets the key of the Variant.VariantSetKeyActionBuilder Example to create an instance using the builder patternSets the SKU of the Variant.VariantSetSkuActionBuilder Example to create an instance using the builder patternUnpublishes the Variant by setting thepublishedflag tofalse.VariantUnpublishActionBuilder Example to create an instance using the builder patternVariantUpdate Example to create an instance using the builder patternVariantUpdateAction Example to create a subtype instance using the builder patternVariantUpdateActionBuilderVariantUpdateBuilder Example to create an instance using the builder pattern