Uses of Class
com.microsoft.store.partnercenter.models.relationships.PartnerRelationshipType
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.models.relationships | |
| com.microsoft.store.partnercenter.relationships |
-
Uses of PartnerRelationshipType in com.microsoft.store.partnercenter.models.relationships
Methods in com.microsoft.store.partnercenter.models.relationships that return PartnerRelationshipType Modifier and Type Method Description PartnerRelationshipTypePartnerRelationship. getRelationshipType()static PartnerRelationshipTypePartnerRelationshipType. valueOf(String name)Returns the enum constant of this type with the specified name.static PartnerRelationshipType[]PartnerRelationshipType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.store.partnercenter.models.relationships with parameters of type PartnerRelationshipType Modifier and Type Method Description voidPartnerRelationship. setRelationshipType(PartnerRelationshipType value) -
Uses of PartnerRelationshipType in com.microsoft.store.partnercenter.relationships
Methods in com.microsoft.store.partnercenter.relationships with parameters of type PartnerRelationshipType Modifier and Type Method Description ResourceCollection<PartnerRelationship>IRelationshipCollection. get(PartnerRelationshipType partnerRelationshipType)Retrieves all the partner relationships.ResourceCollection<PartnerRelationship>RelationshipCollectionOperations. get(PartnerRelationshipType partnerRelationshipType)Retrieves all the partner relationships.ResourceCollection<PartnerRelationship>IRelationshipCollection. Query(PartnerRelationshipType partnerRelationshipType, IQuery query)Queries partner relationships associated to the partner.ResourceCollection<PartnerRelationship>RelationshipCollectionOperations. Query(PartnerRelationshipType partnerRelationshipType, IQuery query)Queries partner relationships associated to the partner.