Uses of Class
com.microsoft.store.partnercenter.models.carts.ParticipantType
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.models.carts |
-
Uses of ParticipantType in com.microsoft.store.partnercenter.models.carts
Methods in com.microsoft.store.partnercenter.models.carts that return ParticipantType Modifier and Type Method Description static ParticipantTypeParticipantType. valueOf(String name)Returns the enum constant of this type with the specified name.static ParticipantType[]ParticipantType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.store.partnercenter.models.carts that return types with arguments of type ParticipantType Modifier and Type Method Description Collection<KeyValuePair<ParticipantType,String>>CartLineItem. getParticipants()Gets the collection of participants on this purchase.Method parameters in com.microsoft.store.partnercenter.models.carts with type arguments of type ParticipantType Modifier and Type Method Description voidCartLineItem. setParticipants(Collection<KeyValuePair<ParticipantType,String>> value)Sets the collection of participants on this purchase.