public class GroupWithMembershipChanges extends Object implements Group
Modifier and Type | Class and Description |
---|---|
static class |
GroupWithMembershipChanges.Builder |
Modifier | Constructor and Description |
---|---|
protected |
GroupWithMembershipChanges(ImmutableGroup group,
Iterable<String> userChildrenIdsToAdd,
Iterable<String> userChildrenIdsToDelete,
Iterable<String> groupChildrenIdsToAdd,
Iterable<String> groupChildrenIdsToDelete) |
public int compareTo(@Nonnull Group other)
compareTo
in interface Comparable<Group>
public long getDirectoryId()
getDirectoryId
in interface DirectoryEntity
public String getName()
getName
in interface DirectoryEntity
public GroupType getType()
public boolean isActive()
public String getDescription()
getDescription
in interface Group
null
if there is no description.@Nullable public String getExternalId()
Group
null
for directories which do not support external idsgetExternalId
in interface Group
null
it there is no external idpublic GroupWithMembershipChanges merge(GroupWithMembershipChanges other)
public GroupWithMembershipChanges.Builder toBuilder()
public static GroupWithMembershipChanges.Builder builder(Group group)
public ImmutableGroup getGroup()
public static GroupWithMembershipChanges.Builder builder()
public static GroupWithMembershipChanges.Builder builder(GroupWithMembershipChanges data)
public boolean equals(Object o)
DirectoryEntity
equals
in interface DirectoryEntity
equals
in class Object
o
- object to compare to.true
if and only if the directoryId
and the lowercase names of the directory entities match.public int hashCode()
DirectoryEntity
hashCode
in interface DirectoryEntity
hashCode
in class Object
Copyright © 2020 Atlassian. All rights reserved.