CreatorList Class
- java.
lang. Object - com.
azure. resourcemanager. maps. models. CreatorList
- com.
public final class CreatorList
A list of Creator resources.
Constructor Summary
| Constructor | Description |
|---|---|
| CreatorList() |
Creates an instance of Creator |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
nextLink()
Get the next |
| void |
validate()
Validates the instance. |
|
List<Creator |
value()
Get the value property: a Creator account. |
|
Creator |
withNextLink(String nextLink)
Set the next |
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:
validate
public void validate()
Validates the instance.
value
public List<CreatorInner> value()
Get the value property: a Creator account.
Returns:
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:
Returns: