Class DataMigrationServiceList

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

public final class DataMigrationServiceList extends Object
OData page of service objects.
  • Constructor Details

    • DataMigrationServiceList

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

    • value

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

      Set the value property: List of services.
      Parameters:
      value - the value value to set.
      Returns:
      the DataMigrationServiceList object itself.
    • nextLink

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

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

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