Class GetGroupIdListForLdapUserResponseInner
java.lang.Object
com.azure.resourcemanager.netapp.fluent.models.GetGroupIdListForLdapUserResponseInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<GetGroupIdListForLdapUserResponseInner>
public final class GetGroupIdListForLdapUserResponseInner
extends Object
implements com.azure.json.JsonSerializable<GetGroupIdListForLdapUserResponseInner>
Group Id list for Ldap user.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of GetGroupIdListForLdapUserResponseInner class. -
Method Summary
Modifier and TypeMethodDescriptionfromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of GetGroupIdListForLdapUserResponseInner from the JsonReader.Get the groupIdsForLdapUser property: Group Id list.com.azure.json.JsonWriter
toJson
(com.azure.json.JsonWriter jsonWriter) void
validate()
Validates the instance.withGroupIdsForLdapUser
(List<String> groupIdsForLdapUser) Set the groupIdsForLdapUser property: Group Id list.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
GetGroupIdListForLdapUserResponseInner
public GetGroupIdListForLdapUserResponseInner()Creates an instance of GetGroupIdListForLdapUserResponseInner class.
-
-
Method Details
-
groupIdsForLdapUser
Get the groupIdsForLdapUser property: Group Id list.- Returns:
- the groupIdsForLdapUser value.
-
withGroupIdsForLdapUser
public GetGroupIdListForLdapUserResponseInner withGroupIdsForLdapUser(List<String> groupIdsForLdapUser) Set the groupIdsForLdapUser property: Group Id list.- Parameters:
groupIdsForLdapUser
- the groupIdsForLdapUser value to set.- Returns:
- the GetGroupIdListForLdapUserResponseInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
toJson
- Specified by:
toJson
in interfacecom.azure.json.JsonSerializable<GetGroupIdListForLdapUserResponseInner>
- Throws:
IOException
-
fromJson
public static GetGroupIdListForLdapUserResponseInner fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of GetGroupIdListForLdapUserResponseInner from the JsonReader.- Parameters:
jsonReader
- The JsonReader being read.- Returns:
- An instance of GetGroupIdListForLdapUserResponseInner 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 GetGroupIdListForLdapUserResponseInner.
-