Class MapsOperations

java.lang.Object
com.azure.resourcemanager.maps.models.MapsOperations

public final class MapsOperations extends Object
The set of operations available for Maps.
  • Constructor Details

    • MapsOperations

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

    • value

      public List<OperationDetailInner> value()
      Get the value property: An operation available for Maps.
      Returns:
      the value value.
    • nextLink

      public String nextLink()
      Get the nextLink property: URL 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 MapsOperations withNextLink(String nextLink)
      Set the nextLink property: URL 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 MapsOperations object itself.
    • validate

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