Class CommunicationServiceResourceList


  • public final class CommunicationServiceResourceList
    extends Object
    Object that includes an array of CommunicationServices and a possible link for next set.
    • Constructor Detail

      • CommunicationServiceResourceList

        public CommunicationServiceResourceList()
    • Method Detail

      • nextLink

        public String nextLink()
        Get the nextLink property: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use.
        Returns:
        the nextLink value.
      • withNextLink

        public CommunicationServiceResourceList withNextLink​(String nextLink)
        Set the nextLink property: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the CommunicationServiceResourceList object itself.
      • validate

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