Class CustomerSubscriptionRegisteredFeatures


  • public final class CustomerSubscriptionRegisteredFeatures
    extends Object
    Represents subscription registered features.
    • Constructor Detail

      • CustomerSubscriptionRegisteredFeatures

        public CustomerSubscriptionRegisteredFeatures()
    • Method Detail

      • name

        public String name()
        Get the name property: Name of subscription registered feature.
        Returns:
        the name value.
      • withName

        public CustomerSubscriptionRegisteredFeatures withName​(String name)
        Set the name property: Name of subscription registered feature.
        Parameters:
        name - the name value to set.
        Returns:
        the CustomerSubscriptionRegisteredFeatures object itself.
      • state

        public String state()
        Get the state property: State of subscription registered feature.
        Returns:
        the state value.
      • withState

        public CustomerSubscriptionRegisteredFeatures withState​(String state)
        Set the state property: State of subscription registered feature.
        Parameters:
        state - the state value to set.
        Returns:
        the CustomerSubscriptionRegisteredFeatures object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.