ProviderOperationsMetadataListResult Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. models. ProviderOperationsMetadataListResult
- com.
Implements
public final class ProviderOperationsMetadataListResult
implements JsonSerializable<ProviderOperationsMetadataListResult>
Provider operations metadata list.
Constructor Summary
| Constructor | Description |
|---|---|
| ProviderOperationsMetadataListResult() |
Creates an instance of Provider |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Provider |
fromJson(JsonReader jsonReader)
Reads an instance of Provider |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Provider |
value()
Get the value property: The list of providers. |
|
Provider |
withNextLink(String nextLink)
Set the next |
|
Provider |
withValue(List<ProviderOperationsMetadataInner> value)
Set the value property: The list of providers. |
Methods inherited from java.lang.Object
Constructor Details
ProviderOperationsMetadataListResult
public ProviderOperationsMetadataListResult()
Creates an instance of ProviderOperationsMetadataListResult class.
Method Details
fromJson
public static ProviderOperationsMetadataListResult fromJson(JsonReader jsonReader)
Reads an instance of ProviderOperationsMetadataListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URL to use for getting the next set of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<ProviderOperationsMetadataInner> value()
Get the value property: The list of providers.
Returns:
withNextLink
public ProviderOperationsMetadataListResult withNextLink(String nextLink)
Set the nextLink property: The URL to use for getting the next set of results.
Parameters:
Returns:
withValue
public ProviderOperationsMetadataListResult withValue(List<ProviderOperationsMetadataInner> value)
Set the value property: The list of providers.
Parameters:
Returns: