TagProductLinkCollection Class
- java.
lang. Object - com.
azure. resourcemanager. apimanagement. models. TagProductLinkCollection
- com.
Implements
public final class TagProductLinkCollection
implements JsonSerializable<TagProductLinkCollection>
Paged Tag-product link list representation.
Constructor Summary
| Constructor | Description |
|---|---|
| TagProductLinkCollection() |
Creates an instance of Tag |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Long |
count()
Get the count property: Total record count number across all pages. |
|
static
Tag |
fromJson(JsonReader jsonReader)
Reads an instance of Tag |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Tag |
value()
Get the value property: Page values. |
|
Tag |
withCount(Long count)
Set the count property: Total record count number across all pages. |
|
Tag |
withNextLink(String nextLink)
Set the next |
|
Tag |
withValue(List<TagProductLinkContractInner> value)
Set the value property: Page values. |
Methods inherited from java.lang.Object
Constructor Details
TagProductLinkCollection
public TagProductLinkCollection()
Creates an instance of TagProductLinkCollection class.
Method Details
count
public Long count()
Get the count property: Total record count number across all pages.
Returns:
fromJson
public static TagProductLinkCollection fromJson(JsonReader jsonReader)
Reads an instance of TagProductLinkCollection from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Next page link if any.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<TagProductLinkContractInner> value()
Get the value property: Page values.
Returns:
withCount
public TagProductLinkCollection withCount(Long count)
Set the count property: Total record count number across all pages.
Parameters:
Returns:
withNextLink
public TagProductLinkCollection withNextLink(String nextLink)
Set the nextLink property: Next page link if any.
Parameters:
Returns:
withValue
public TagProductLinkCollection withValue(List<TagProductLinkContractInner> value)
Set the value property: Page values.
Parameters:
Returns: