CreatorList Class

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

public final class CreatorList

A list of Creator resources.

Constructor Summary

Constructor Description
CreatorList()

Creates an instance of CreatorList class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: URL client should use to fetch the next page (per server side paging).

void validate()

Validates the instance.

List<CreatorInner> value()

Get the value property: a Creator account.

CreatorList withNextLink(String nextLink)

Set the nextLink property: URL client should use to fetch the next page (per server side paging).

Methods inherited from java.lang.Object

Constructor Details

CreatorList

public CreatorList()

Creates an instance of CreatorList class.

Method Details

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.

validate

public void validate()

Validates the instance.

value

public List<CreatorInner> value()

Get the value property: a Creator account.

Returns:

the value 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.

Applies to