Class FederatedIdentityCredentialsListResult
java.lang.Object
com.azure.resourcemanager.msi.models.FederatedIdentityCredentialsListResult
- All Implemented Interfaces:
com.azure.json.JsonSerializable<FederatedIdentityCredentialsListResult>
public final class FederatedIdentityCredentialsListResult
extends Object
implements com.azure.json.JsonSerializable<FederatedIdentityCredentialsListResult>
Values returned by the List operation for federated identity credentials.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of FederatedIdentityCredentialsListResult class. -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FederatedIdentityCredentialsListResult from the JsonReader.nextLink()Get the nextLink property: The url to get the next page of results, if any.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) 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.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
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.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<FederatedIdentityCredentialsListResult>- Throws:
IOException
-
fromJson
public static FederatedIdentityCredentialsListResult fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of FederatedIdentityCredentialsListResult from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of FederatedIdentityCredentialsListResult if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the FederatedIdentityCredentialsListResult.
-