public final class ServicePrincipalListResult extends Object
| Constructor and Description |
|---|
ServicePrincipalListResult() |
| 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<ServicePrincipalInner> |
value()
Get the value property: the list of service principals.
|
ServicePrincipalListResult |
withOdataNextLink(String odataNextLink)
Set the odataNextLink property: the URL to get the next set of results.
|
ServicePrincipalListResult |
withValue(List<ServicePrincipalInner> value)
Set the value property: the list of service principals.
|
public List<ServicePrincipalInner> value()
public ServicePrincipalListResult withValue(List<ServicePrincipalInner> value)
value - the value value to set.public String odataNextLink()
public ServicePrincipalListResult 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.