Class AcceptedAudiences


  • public final class AcceptedAudiences
    extends Object
    Represents an accepted audience trusted by the cluster.
    • Constructor Detail

      • AcceptedAudiences

        public AcceptedAudiences()
    • Method Detail

      • value

        public String value()
        Get the value property: GUID or valid URL representing an accepted audience.
        Returns:
        the value value.
      • withValue

        public AcceptedAudiences withValue​(String value)
        Set the value property: GUID or valid URL representing an accepted audience.
        Parameters:
        value - the value value to set.
        Returns:
        the AcceptedAudiences object itself.
      • validate

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