Class CommunicationServiceUpdateProperties


  • public final class CommunicationServiceUpdateProperties
    extends Object
    A class that describes the properties that can be updated for CommunicationService resource.
    • Constructor Detail

      • CommunicationServiceUpdateProperties

        public CommunicationServiceUpdateProperties()
    • Method Detail

      • linkedDomains

        public List<String> linkedDomains()
        Get the linkedDomains property: List of email Domain resource Ids.
        Returns:
        the linkedDomains value.
      • withLinkedDomains

        public CommunicationServiceUpdateProperties withLinkedDomains​(List<String> linkedDomains)
        Set the linkedDomains property: List of email Domain resource Ids.
        Parameters:
        linkedDomains - the linkedDomains value to set.
        Returns:
        the CommunicationServiceUpdateProperties object itself.
      • validate

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