Class ContentTypeCollection
- java.lang.Object
-
- com.azure.resourcemanager.apimanagement.models.ContentTypeCollection
-
public final class ContentTypeCollection extends Object
Paged list of content types.
-
-
Constructor Summary
Constructors Constructor Description ContentTypeCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
nextLink()
Get the nextLink property: Next page link, if any.void
validate()
Validates the instance.List<ContentTypeContractInner>
value()
Get the value property: Collection of content types.
-
-
-
Method Detail
-
value
public List<ContentTypeContractInner> value()
Get the value property: Collection of content types.- Returns:
- the value value.
-
nextLink
public String nextLink()
Get the nextLink property: Next page link, if any.- Returns:
- the nextLink value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-