public final class ApplicationListResult extends Object
| Constructor and Description |
|---|
ApplicationListResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
odataNextLink()
Get the odataNextLink property: The URL to get the next set of results.
|
void |
validate()
Validates the instance.
|
List<ApplicationInner> |
value()
Get the value property: A collection of applications.
|
ApplicationListResult |
withOdataNextLink(String odataNextLink)
Set the odataNextLink property: The URL to get the next set of results.
|
ApplicationListResult |
withValue(List<ApplicationInner> value)
Set the value property: A collection of applications.
|
public List<ApplicationInner> value()
public ApplicationListResult withValue(List<ApplicationInner> value)
value - the value value to set.public String odataNextLink()
public ApplicationListResult withOdataNextLink(String odataNextLink)
odataNextLink - the odataNextLink value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.