Class RawProductAttribute
java.lang.Object
com.commercetools.graphql.api.types.RawProductAttribute
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionRawProductAttribute(String name, JsonNode value, AttributeDefinition attributeDefinition, ReferenceExpandable referencedResource, List<ReferenceExpandable> referencedResourceSet) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()BETA: This feature can be subject to change and should be used carefully in production.BETA: This feature can be subject to change and should be used carefully in production.getValue()inthashCode()static RawProductAttribute.BuildervoidsetAttributeDefinition(AttributeDefinition attributeDefinition) voidvoidsetReferencedResource(ReferenceExpandable referencedResource) voidsetReferencedResourceSet(List<ReferenceExpandable> referencedResourceSet) voidtoString()
-
Constructor Details
-
RawProductAttribute
public RawProductAttribute() -
RawProductAttribute
public RawProductAttribute(String name, JsonNode value, AttributeDefinition attributeDefinition, ReferenceExpandable referencedResource, List<ReferenceExpandable> referencedResourceSet)
-
-
Method Details
-
getName
-
setName
-
getValue
-
setValue
-
getAttributeDefinition
-
setAttributeDefinition
-
getReferencedResource
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta -
setReferencedResource
-
getReferencedResourceSet
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta -
setReferencedResourceSet
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-