Class CommunicationsGatewayListResult

java.lang.Object
com.azure.resourcemanager.voiceservices.models.CommunicationsGatewayListResult

public final class CommunicationsGatewayListResult extends Object
The response of a CommunicationsGateway list operation.
  • Constructor Details

    • CommunicationsGatewayListResult

      public CommunicationsGatewayListResult()
      Creates an instance of CommunicationsGatewayListResult class.
  • Method Details

    • value

      Get the value property: The CommunicationsGateway items on this page.
      Returns:
      the value value.
    • withValue

      Set the value property: The CommunicationsGateway items on this page.
      Parameters:
      value - the value value to set.
      Returns:
      the CommunicationsGatewayListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The link to the next page of items.
      Returns:
      the nextLink value.
    • withNextLink

      public CommunicationsGatewayListResult withNextLink(String nextLink)
      Set the nextLink property: The link to the next page of items.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the CommunicationsGatewayListResult object itself.
    • validate

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