Interface Label

All Known Subinterfaces:
AssociateRoleLabel, BusinessUnitLabel, CustomerLabel, CustomObjectLabel, LocalizedLabel, OrderLabel, PaymentLabel, ProductLabel, QuoteLabel, QuoteRequestLabel, ReviewLabel, StagedQuoteLabel, StringLabel
All Known Implementing Classes:
AssociateRoleLabelImpl, BusinessUnitLabelImpl, CustomerLabelImpl, CustomObjectLabelImpl, LabelImpl, LocalizedLabelImpl, OrderLabelImpl, PaymentLabelImpl, ProductLabelImpl, QuoteLabelImpl, QuoteRequestLabelImpl, ReviewLabelImpl, StagedQuoteLabelImpl, StringLabelImpl

public interface Label

Provides descriptive information specific to the resource.


Example to create a subtype instance using the builder pattern

     Label label = Label.associateRoleLabelBuilder()
             key("{key}")
             name("{name}")
             .build()