Class InterfaceInteractionsRaw
java.lang.Object
com.commercetools.graphql.api.types.InterfaceInteractionsRaw
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionInterfaceInteractionsRaw(Reference typeRef, TypeDefinition type, List<RawCustomField> fields) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidsetFields(List<RawCustomField> fields) voidsetType(TypeDefinition type) voidsetTypeRef(Reference typeRef) toString()
-
Constructor Details
-
InterfaceInteractionsRaw
public InterfaceInteractionsRaw() -
InterfaceInteractionsRaw
public InterfaceInteractionsRaw(Reference typeRef, TypeDefinition type, List<RawCustomField> fields)
-
-
Method Details