Class ResaleAuthorizationSummary

    • Method Detail

      • name

        public final String name()

        The name of the ResaleAuthorization.

        Returns:
        The name of the ResaleAuthorization.
      • productId

        public final String productId()

        The product ID of the ResaleAuthorization.

        Returns:
        The product ID of the ResaleAuthorization.
      • productName

        public final String productName()

        The product name of the ResaleAuthorization.

        Returns:
        The product name of the ResaleAuthorization.
      • manufacturerAccountId

        public final String manufacturerAccountId()

        The manufacturer account ID of the ResaleAuthorization.

        Returns:
        The manufacturer account ID of the ResaleAuthorization.
      • manufacturerLegalName

        public final String manufacturerLegalName()

        The manufacturer legal name of the ResaleAuthorization.

        Returns:
        The manufacturer legal name of the ResaleAuthorization.
      • resellerAccountID

        public final String resellerAccountID()

        The reseller account ID of the ResaleAuthorization.

        Returns:
        The reseller account ID of the ResaleAuthorization.
      • resellerLegalName

        public final String resellerLegalName()

        The reseller legal name of the ResaleAuthorization

        Returns:
        The reseller legal name of the ResaleAuthorization
      • offerExtendedStatus

        public final String offerExtendedStatus()

        The offer extended status of the ResaleAuthorization

        Returns:
        The offer extended status of the ResaleAuthorization
      • createdDate

        public final String createdDate()

        The created date of the ResaleAuthorization.

        Returns:
        The created date of the ResaleAuthorization.
      • availabilityEndDate

        public final String availabilityEndDate()

        The availability end date of the ResaleAuthorization.

        Returns:
        The availability end date of the ResaleAuthorization.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)