Class ServiceOperationList

java.lang.Object
com.azure.resourcemanager.datamigration.models.ServiceOperationList

public final class ServiceOperationList extends Object
OData page of action (operation) objects.
  • Constructor Details

    • ServiceOperationList

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

    • value

      public List<ServiceOperationInner> value()
      Get the value property: List of actions.
      Returns:
      the value value.
    • withValue

      public ServiceOperationList withValue(List<ServiceOperationInner> value)
      Set the value property: List of actions.
      Parameters:
      value - the value value to set.
      Returns:
      the ServiceOperationList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: URL to load the next page of actions.
      Returns:
      the nextLink value.
    • withNextLink

      public ServiceOperationList withNextLink(String nextLink)
      Set the nextLink property: URL to load the next page of actions.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the ServiceOperationList object itself.
    • validate

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