Class Group

  • All Implemented Interfaces:
    java.io.Externalizable , java.io.Serializable , java.lang.Comparable , org.apache.avro.generic.GenericContainer , org.apache.avro.generic.GenericRecord , org.apache.avro.generic.IndexedRecord , org.apache.avro.specific.SpecificRecord

    
    public class Group
    extends SpecificRecordBase implements SpecificRecord
                        
    • Constructor Detail

      • Group

        Group()
        Default constructor.
      • Group

        Group(String id, Integer version, ChangeDetails lastChangeDetails, String name, String parentGroupId, List<Property> properties, List<RoleAssociation> roleAssociations)
        All-args constructor.
        Parameters:
        id - The new value for id
        version - The new value for version
        lastChangeDetails - The new value for lastChangeDetails
        name - The new value for name
        parentGroupId - Optional parent group associated with this group.
        properties - List of group properties.
        roleAssociations - List of roles associated with this Group.