Class CreatorList

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

public final class CreatorList extends Object
A list of Creator resources.
  • Constructor Details

    • CreatorList

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

    • value

      public List<CreatorInner> value()
      Get the value property: a Creator account.
      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 CreatorList 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 CreatorList object itself.
    • validate

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