Class ContactListResult

java.lang.Object
com.azure.resourcemanager.orbital.models.ContactListResult

public final class ContactListResult extends Object
Response for the ListContacts API service call.
  • Constructor Details

    • ContactListResult

      public ContactListResult()
  • Method Details

    • value

      public List<ContactInner> value()
      Get the value property: A list of contact resources in a resource group.
      Returns:
      the value value.
    • withValue

      public ContactListResult withValue(List<ContactInner> value)
      Set the value property: A list of contact resources in a resource group.
      Parameters:
      value - the value value to set.
      Returns:
      the ContactListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URL to get the next set of results.
      Returns:
      the nextLink value.
    • validate

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