ProviderPermissionListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. resources. fluent. models. ProviderPermissionListResultInner
- com.
Implements
public final class ProviderPermissionListResultInner
implements JsonSerializable<ProviderPermissionListResultInner>
List of provider permissions.
Constructor Summary
| Constructor | Description |
|---|---|
| ProviderPermissionListResultInner() |
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: An array of provider permissions. |
|
Provider |
withValue(List<ProviderPermission> value)
Set the value property: An array of provider permissions. |
Methods inherited from java.lang.Object
Constructor Details
ProviderPermissionListResultInner
public ProviderPermissionListResultInner()
Creates an instance of ProviderPermissionListResultInner class.
Method Details
fromJson
public static ProviderPermissionListResultInner fromJson(JsonReader jsonReader)
Reads an instance of ProviderPermissionListResultInner 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<ProviderPermission> value()
Get the value property: An array of provider permissions.
Returns:
withValue
public ProviderPermissionListResultInner withValue(List<ProviderPermission> value)
Set the value property: An array of provider permissions.
Parameters:
Returns: