Class InheritedAssociate
java.lang.Object
com.commercetools.graphql.api.types.InheritedAssociate
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionInheritedAssociate(List<InheritedAssociateRoleAssignment> associateRoleAssignments, Reference customerRef, Customer customer) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static InheritedAssociate.BuildervoidsetAssociateRoleAssignments(List<InheritedAssociateRoleAssignment> associateRoleAssignments) voidsetCustomer(Customer customer) voidsetCustomerRef(Reference customerRef) toString()
-
Constructor Details
-
InheritedAssociate
public InheritedAssociate() -
InheritedAssociate
public InheritedAssociate(List<InheritedAssociateRoleAssignment> associateRoleAssignments, Reference customerRef, Customer customer)
-
-
Method Details
-
getAssociateRoleAssignments
-
setAssociateRoleAssignments
public void setAssociateRoleAssignments(List<InheritedAssociateRoleAssignment> associateRoleAssignments) -
getCustomerRef
-
setCustomerRef
-
getCustomer
-
setCustomer
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-