Class ResourceBaseWithLinks<TLinks>

java.lang.Object
com.microsoft.store.partnercenter.models.ResourceBase
com.microsoft.store.partnercenter.models.ResourceBaseWithLinks<TLinks>
Direct Known Subclasses:
Artifact, Availability, BillingProfile, Cart, Customer, CustomerBillingProfile, CustomerCompanyProfile, Entitlement, Invoice, InvoiceDetail, InvoiceSummary, LegalBusinessProfile, ManagedService, MpnProfile, Order, OrderLineItem, OrganizationProfile, Product, ReferenceOrder, Reservation, ReservedInstanceArtifactDetails, ResourceCollectionWithLinks, ServiceCostsSummary, Sku, SupportContact, SupportProfile, UsageSummaryBase, User

public abstract class ResourceBaseWithLinks<TLinks>
extends ResourceBase
Base class for resources
  • Constructor Details

    • ResourceBaseWithLinks

      protected ResourceBaseWithLinks​(String objectType)
      Initializes a new instance of the ResourceBaseWithLinks class.
      Parameters:
      objectType - Type of the object.
    • ResourceBaseWithLinks

      protected ResourceBaseWithLinks()
      Initializes a new instance of the ResourceBaseWithLinks class.
  • Method Details

    • getLinks

      public TLinks getLinks()
      Gets the links.
      Returns:
      The links.
    • setLinks

      public void setLinks​(TLinks value)
      Sets the links.
      Parameters:
      value - The links.