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 Details

    • GetGroupIdListForLdapUserResponseInner

      public GetGroupIdListForLdapUserResponseInner()
      Creates an instance of GetGroupIdListForLdapUserResponseInner class.
  • Method Details

    • groupIdsForLdapUser

      public List<String> 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

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.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.