Class AssetDraftInput
java.lang.Object
com.commercetools.graphql.api.types.AssetDraftInput
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAssetDraftInput(String key, List<LocalizedStringItemInputType> name, List<LocalizedStringItemInputType> description, CustomFieldsDraft custom, List<AssetSourceInput> sources, List<String> tags, ResourceIdentifierInput type) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()getName()getTags()getType()inthashCode()static AssetDraftInput.BuildervoidsetCustom(CustomFieldsDraft custom) voidsetDescription(List<LocalizedStringItemInputType> description) voidvoidvoidsetSources(List<AssetSourceInput> sources) voidvoidtoString()
-
Constructor Details
-
AssetDraftInput
public AssetDraftInput() -
AssetDraftInput
public AssetDraftInput(String key, List<LocalizedStringItemInputType> name, List<LocalizedStringItemInputType> description, CustomFieldsDraft custom, List<AssetSourceInput> sources, List<String> tags, ResourceIdentifierInput type)
-
-
Method Details