Interface ImportWaitForMasterVariantEventData
public interface ImportWaitForMasterVariantEventData
The data of the Import Wait For Master Variant Event.
Example to create an instance using the builder pattern
ImportWaitForMasterVariantEventData importWaitForMasterVariantEventData = ImportWaitForMasterVariantEventData.builder()
.id("{id}")
.version(1)
.importContainerKey("{importContainerKey}")
.build()
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()builder factory method for ImportWaitForMasterVariantEventDatabuilder(ImportWaitForMasterVariantEventData template) create builder for ImportWaitForMasterVariantEventData instancecopyDeep()deepCopy(ImportWaitForMasterVariantEventData template) factory method to create a deep copy of ImportWaitForMasterVariantEventData@NotNull StringgetId()Theidof the Import Operation with thewaitForMasterVariantstate.@NotNull StringThekeyof the Import Container.@NotNull IntegerTheversionof the Import Operation with thewaitForMasterVariantstate.of()factory methodof(ImportWaitForMasterVariantEventData template) factory method to create a shallow copy ImportWaitForMasterVariantEventDatavoidTheidof the Import Operation with thewaitForMasterVariantstate.voidsetImportContainerKey(String importContainerKey) Thekeyof the Import Container.voidsetVersion(Integer version) Theversionof the Import Operation with thewaitForMasterVariantstate.static com.fasterxml.jackson.core.type.TypeReference<ImportWaitForMasterVariantEventData>gives a TypeReference for usage with Jackson DataBinddefault <T> Taccessor map function
-
Method Details
-
getId
The
idof the Import Operation with thewaitForMasterVariantstate.- Returns:
- id
-
getVersion
The
versionof the Import Operation with thewaitForMasterVariantstate.- Returns:
- version
-
getImportContainerKey
The
keyof the Import Container.- Returns:
- importContainerKey
-
setId
The
idof the Import Operation with thewaitForMasterVariantstate.- Parameters:
id- value to be set
-
setVersion
The
versionof the Import Operation with thewaitForMasterVariantstate.- Parameters:
version- value to be set
-
setImportContainerKey
The
keyof the Import Container.- Parameters:
importContainerKey- value to be set
-
of
factory method- Returns:
- instance of ImportWaitForMasterVariantEventData
-
of
factory method to create a shallow copy ImportWaitForMasterVariantEventData- Parameters:
template- instance to be copied- Returns:
- copy instance
-
copyDeep
ImportWaitForMasterVariantEventData copyDeep() -
deepCopy
@Nullable static ImportWaitForMasterVariantEventData deepCopy(@Nullable ImportWaitForMasterVariantEventData template) factory method to create a deep copy of ImportWaitForMasterVariantEventData- Parameters:
template- instance to be copied- Returns:
- copy instance
-
builder
builder factory method for ImportWaitForMasterVariantEventData- Returns:
- builder
-
builder
static ImportWaitForMasterVariantEventDataBuilder builder(ImportWaitForMasterVariantEventData template) create builder for ImportWaitForMasterVariantEventData instance- Parameters:
template- instance with prefilled values for the builder- Returns:
- builder
-
withImportWaitForMasterVariantEventData
default <T> T withImportWaitForMasterVariantEventData(Function<ImportWaitForMasterVariantEventData, T> helper) accessor map function- Type Parameters:
T- mapped type- Parameters:
helper- function to map the object- Returns:
- mapped value
-
typeReference
static com.fasterxml.jackson.core.type.TypeReference<ImportWaitForMasterVariantEventData> typeReference()gives a TypeReference for usage with Jackson DataBind- Returns:
- TypeReference
-