Uses of Class
com.microsoft.store.partnercenter.models.Link
-
Uses of Link in com.microsoft.store.partnercenter.models
Methods in com.microsoft.store.partnercenter.models that return Link Modifier and Type Method Description LinkStandardResourceCollectionLinks. getNext()LinkStandardResourceCollectionLinks. getPrevious()LinkStandardResourceLinks. getSelf()Methods in com.microsoft.store.partnercenter.models with parameters of type Link Modifier and Type Method Description voidStandardResourceCollectionLinks. setNext(Link value)voidStandardResourceCollectionLinks. setPrevious(Link value)voidStandardResourceLinks. setSelf(Link value) -
Uses of Link in com.microsoft.store.partnercenter.models.devicesdeployment
Methods in com.microsoft.store.partnercenter.models.devicesdeployment that return Link Modifier and Type Method Description LinkDeviceBatch. getDevicesLink()Methods in com.microsoft.store.partnercenter.models.devicesdeployment with parameters of type Link Modifier and Type Method Description voidDeviceBatch. setDevicesLink(Link value) -
Uses of Link in com.microsoft.store.partnercenter.models.entitlements
Methods in com.microsoft.store.partnercenter.models.entitlements that return Link Modifier and Type Method Description LinkReservedInstanceArtifact. getLink()Gets the link for the reserved instance artifact.Methods in com.microsoft.store.partnercenter.models.entitlements with parameters of type Link Modifier and Type Method Description voidReservedInstanceArtifact. setLink(Link value)Sets the link for the reserved instance artifact. -
Uses of Link in com.microsoft.store.partnercenter.models.invoices
Methods in com.microsoft.store.partnercenter.models.invoices that return Link Modifier and Type Method Description LinkInvoiceDetail. getDetailLink()LinkEstimateLink. getLink()Gets URI and HTTP method used for accessing the resource.Methods in com.microsoft.store.partnercenter.models.invoices with parameters of type Link Modifier and Type Method Description voidInvoiceDetail. setDetailLink(Link value)voidEstimateLink. setLink(Link value)Sets the URI and HTTP method used for accessing the resource. -
Uses of Link in com.microsoft.store.partnercenter.models.managedservices
Methods in com.microsoft.store.partnercenter.models.managedservices that return Link Modifier and Type Method Description LinkManagedServiceLinks. getAdminService()LinkManagedServiceLinks. getServiceHealth()LinkManagedServiceLinks. getServiceTicket()Methods in com.microsoft.store.partnercenter.models.managedservices with parameters of type Link Modifier and Type Method Description voidManagedServiceLinks. setAdminService(Link value)voidManagedServiceLinks. setServiceHealth(Link value)voidManagedServiceLinks. setServiceTicket(Link value) -
Uses of Link in com.microsoft.store.partnercenter.models.offers
Methods in com.microsoft.store.partnercenter.models.offers that return Link Modifier and Type Method Description LinkOfferLinks. getLearnMore()Methods in com.microsoft.store.partnercenter.models.offers with parameters of type Link Modifier and Type Method Description voidOfferLinks. setLearnMore(Link value) -
Uses of Link in com.microsoft.store.partnercenter.models.orders
Methods in com.microsoft.store.partnercenter.models.orders that return Link Modifier and Type Method Description LinkOrderLineItemLinks. getActivationLinks()Gets the activation links for the order line item.LinkOrderLineItemLinks. getAvailability()Gets the availability link for the order line item.LinkOrderLineItemActivationLink. getLink()Gets the activation link.LinkOrderLinks. getPatchOperation()Gets the link to the patch operation of an order.LinkOrderLineItemLinks. getProduct()Gets the product link for the order line item.LinkOrderLineItemLinks. getProvisioningStatus()Gets the provisioning status link for the order line item.LinkOrderLinks. getProvisioningStatus()Gets the link to the provisioning status of an order.LinkOrderLineItemLinks. getSku()Gets the SKU link for the order line item.LinkOrderLineItemLinks. getSubscription()Gets the subscription link for the order line item.Methods in com.microsoft.store.partnercenter.models.orders with parameters of type Link Modifier and Type Method Description voidOrderLineItemLinks. setActivationLinks(Link value)Sets the activation links for the order line item.voidOrderLineItemLinks. setAvailability(Link value)Sets the availability link for the order line item.voidOrderLineItemActivationLink. setLink(Link value)Sets the activation link.voidOrderLinks. setPatchOperation(Link value)Sets the link to the patch operation of an order.voidOrderLineItemLinks. setProduct(Link value)Sets the product link for the order line item.voidOrderLineItemLinks. setProvisioningStatus(Link value)Sets the provisioning status link for the order line item.voidOrderLinks. setProvisioningStatus(Link value)Sets the link to the provisioning status of an order.voidOrderLineItemLinks. setSku(Link value)Sets the SKU link for the order line item.voidOrderLineItemLinks. setSubscription(Link value)Sets the subscription link for the order line item. -
Uses of Link in com.microsoft.store.partnercenter.models.products
Methods in com.microsoft.store.partnercenter.models.products that return Link Modifier and Type Method Description LinkProductLinks. getSkus()Gets the SKUs link.Methods in com.microsoft.store.partnercenter.models.products with parameters of type Link Modifier and Type Method Description voidProductLinks. setSkus(Link value)Sets the SKUs links. -
Uses of Link in com.microsoft.store.partnercenter.models.servicecosts
Methods in com.microsoft.store.partnercenter.models.servicecosts that return Link Modifier and Type Method Description LinkServiceCostsSummaryLinks. getServiceCostLineItems()Methods in com.microsoft.store.partnercenter.models.servicecosts with parameters of type Link Modifier and Type Method Description voidServiceCostsSummaryLinks. setServiceCostLineItems(Link value) -
Uses of Link in com.microsoft.store.partnercenter.models.subscriptions
Methods in com.microsoft.store.partnercenter.models.subscriptions that return Link Modifier and Type Method Description LinkSubscriptionLinks. getOffer()LinkSubscriptionLinks. getParentSubscription()Methods in com.microsoft.store.partnercenter.models.subscriptions with parameters of type Link Modifier and Type Method Description voidSubscriptionLinks. setOffer(Link value)voidSubscriptionLinks. setParentSubscription(Link value) -
Uses of Link in com.microsoft.store.partnercenter.network
Methods in com.microsoft.store.partnercenter.network with parameters of type Link Modifier and Type Method Description <T> TIPartnerServiceClient. get(IPartner rootPartnerOperations, com.fasterxml.jackson.core.type.TypeReference<T> responseType, Link link)Executes a GET operation against the partner service.<T> TPartnerServiceClient. get(IPartner rootPartnerOperations, com.fasterxml.jackson.core.type.TypeReference<T> responseType, Link link)Executes a GET operation against the partner service.