Uses of Class
com.microsoft.store.partnercenter.models.customers.CustomerPartnerRelationship
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.models.customers |
-
Uses of CustomerPartnerRelationship in com.microsoft.store.partnercenter.models.customers
Methods in com.microsoft.store.partnercenter.models.customers that return CustomerPartnerRelationship Modifier and Type Method Description CustomerPartnerRelationshipCustomer. getRelationshipToPartner()Gets the relationship to the partner.static CustomerPartnerRelationshipCustomerPartnerRelationship. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomerPartnerRelationship[]CustomerPartnerRelationship. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.store.partnercenter.models.customers with parameters of type CustomerPartnerRelationship Modifier and Type Method Description voidCustomer. setRelationshipToPartner(CustomerPartnerRelationship value)Sets the relationship to the partner.