Class AssociateRoleAssignmentDraft
java.lang.Object
com.commercetools.graphql.api.types.AssociateRoleAssignmentDraft
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAssociateRoleAssignmentDraft(ResourceIdentifierInput associateRole, AssociateInheritanceMode inheritance) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetAssociateRole(ResourceIdentifierInput associateRole) voidsetInheritance(AssociateInheritanceMode inheritance) toString()
-
Constructor Details
-
AssociateRoleAssignmentDraft
public AssociateRoleAssignmentDraft() -
AssociateRoleAssignmentDraft
public AssociateRoleAssignmentDraft(ResourceIdentifierInput associateRole, AssociateInheritanceMode inheritance)
-
-
Method Details