Class EventSubscriptionFullUrlInner


  • public final class EventSubscriptionFullUrlInner
    extends Object
    Full endpoint url of an event subscription.
    • Constructor Detail

      • EventSubscriptionFullUrlInner

        public EventSubscriptionFullUrlInner()
    • Method Detail

      • endpointUrl

        public String endpointUrl()
        Get the endpointUrl property: The URL that represents the endpoint of the destination of an event subscription.
        Returns:
        the endpointUrl value.
      • withEndpointUrl

        public EventSubscriptionFullUrlInner withEndpointUrl​(String endpointUrl)
        Set the endpointUrl property: The URL that represents the endpoint of the destination of an event subscription.
        Parameters:
        endpointUrl - the endpointUrl value to set.
        Returns:
        the EventSubscriptionFullUrlInner object itself.
      • validate

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