Class EmailServiceResourceList

java.lang.Object
com.azure.resourcemanager.communication.models.EmailServiceResourceList

public final class EmailServiceResourceList extends Object
Object that includes an array of EmailServices and a possible link for next set.
  • Constructor Details

    • EmailServiceResourceList

      public EmailServiceResourceList()
  • Method Details

    • value

      Get the value property: List of EmailService.
      Returns:
      the value value.
    • withValue

      Set the value property: List of EmailService.
      Parameters:
      value - the value value to set.
      Returns:
      the EmailServiceResourceList object itself.
    • 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 EmailServiceResourceList 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 EmailServiceResourceList object itself.
    • validate

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