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