Class FeatureProperties


  • public final class FeatureProperties
    extends Object
    Information about feature.
    • Constructor Detail

      • FeatureProperties

        public FeatureProperties()
    • Method Detail

      • state

        public String state()
        Get the state property: The registration state of the feature for the subscription.
        Returns:
        the state value.
      • withState

        public FeatureProperties withState​(String state)
        Set the state property: The registration state of the feature for the subscription.
        Parameters:
        state - the state value to set.
        Returns:
        the FeatureProperties object itself.
      • validate

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