Uses of Class
com.microsoft.store.partnercenter.models.utils.KeyValuePair
-
Uses of KeyValuePair in com.microsoft.store.partnercenter.models
Methods in com.microsoft.store.partnercenter.models that return types with arguments of type KeyValuePair Modifier and Type Method Description Collection<KeyValuePair<String,String>>Link. getHeaders()Method parameters in com.microsoft.store.partnercenter.models with type arguments of type KeyValuePair Modifier and Type Method Description voidLink. setHeaders(Collection<KeyValuePair<String,String>> value)Constructor parameters in com.microsoft.store.partnercenter.models with type arguments of type KeyValuePair Constructor Description Link(URI uri, String method, Collection<KeyValuePair<String,String>> headers)Initializes a new instance of the Link class. -
Uses of KeyValuePair in com.microsoft.store.partnercenter.models.auditing
Methods in com.microsoft.store.partnercenter.models.auditing that return types with arguments of type KeyValuePair Modifier and Type Method Description Iterable<KeyValuePair<String,String>>AuditRecord. getCustomizedData()Gets the dictionary which holds additional data that is customized to the operation performed.Method parameters in com.microsoft.store.partnercenter.models.auditing with type arguments of type KeyValuePair Modifier and Type Method Description voidAuditRecord. setCustomizedData(Iterable<KeyValuePair<String,String>> value)Sets the dictionary which holds additional data that is customized to the operation performed. -
Uses of KeyValuePair in com.microsoft.store.partnercenter.models.carts
Methods in com.microsoft.store.partnercenter.models.carts that return types with arguments of type KeyValuePair 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 KeyValuePair Modifier and Type Method Description voidCartLineItem. setParticipants(Collection<KeyValuePair<ParticipantType,String>> value)Sets the collection of participants on this purchase. -
Uses of KeyValuePair in com.microsoft.store.partnercenter.models.devicesdeployment
Methods in com.microsoft.store.partnercenter.models.devicesdeployment that return types with arguments of type KeyValuePair Modifier and Type Method Description Collection<KeyValuePair<PolicyCategory,String>>Device. getPolicies()Method parameters in com.microsoft.store.partnercenter.models.devicesdeployment with type arguments of type KeyValuePair Modifier and Type Method Description voidDevice. setPolicies(Collection<KeyValuePair<PolicyCategory,String>> value) -
Uses of KeyValuePair in com.microsoft.store.partnercenter.network
Method parameters in com.microsoft.store.partnercenter.network with type arguments of type KeyValuePair Modifier and Type Method Description <T> TIPartnerServiceClient. get(IPartner rootPartnerOperations, com.fasterxml.jackson.core.type.TypeReference<T> responseType, String relativeUri, Collection<KeyValuePair<String,String>> parameters)Executes a GET operation against the partner service.<T> TIPartnerServiceClient. get(IPartner rootPartnerOperations, com.fasterxml.jackson.core.type.TypeReference<T> responseType, String relativeUri, Map<String,String> headers, Collection<KeyValuePair<String,String>> parameters)Executes a GET operation against the partner service.<T> TPartnerServiceClient. get(IPartner rootPartnerOperations, com.fasterxml.jackson.core.type.TypeReference<T> responseType, String relativeUri, Collection<KeyValuePair<String,String>> parameters)Executes a GET operation against the partner service.<T> TPartnerServiceClient. get(IPartner rootPartnerOperations, com.fasterxml.jackson.core.type.TypeReference<T> responseType, String relativeUri, Map<String,String> headers, Collection<KeyValuePair<String,String>> parameters)Executes a GET operation against the partner service.<T, U> UIPartnerServiceClient. post(IPartner rootPartnerOperations, com.fasterxml.jackson.core.type.TypeReference<U> responseType, String relativeUri, T content, Collection<KeyValuePair<String,String>> parameters)Executes a POST operation against the partner service.<T, U> UPartnerServiceClient. post(IPartner rootPartnerOperations, com.fasterxml.jackson.core.type.TypeReference<U> responseType, String relativeUri, T content, Collection<KeyValuePair<String,String>> parameters)Executes a POST operation against the partner service.