Class FederatedIdentityCredentialsListResult
java.lang.Object
com.azure.resourcemanager.msi.models.FederatedIdentityCredentialsListResult
Values returned by the List operation for federated identity credentials.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of FederatedIdentityCredentialsListResult class. -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The url to get the next page of results, if any.voidvalidate()Validates the instance.value()Get the value property: The collection of federated identity credentials returned by the listing operation.withNextLink(String nextLink) Set the nextLink property: The url to get the next page of results, if any.Set the value property: The collection of federated identity credentials returned by the listing operation.
-
Constructor Details
-
FederatedIdentityCredentialsListResult
public FederatedIdentityCredentialsListResult()Creates an instance of FederatedIdentityCredentialsListResult class.
-
-
Method Details
-
value
Get the value property: The collection of federated identity credentials returned by the listing operation.- Returns:
- the value value.
-
withValue
public FederatedIdentityCredentialsListResult withValue(List<FederatedIdentityCredentialInner> value) Set the value property: The collection of federated identity credentials returned by the listing operation.- Parameters:
value- the value value to set.- Returns:
- the FederatedIdentityCredentialsListResult object itself.
-
nextLink
Get the nextLink property: The url to get the next page of results, if any.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: The url to get the next page of results, if any.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the FederatedIdentityCredentialsListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-