public final class ImmutableDirectoryGroupWithAttributes extends BaseImmutableGroup implements GroupWithAttributes, InternalDirectoryGroup
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableDirectoryGroupWithAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableDirectoryGroupWithAttributes.Builder |
builder(InternalDirectoryGroup group,
com.google.common.collect.SetMultimap<String,String> attributes) |
boolean |
equals(Object o)
Implementations must ensure equality based on
getDirectoryId() and case-insensitive getName().
|
Date |
getCreatedDate()
Returns the date the entity was created.
|
Set<String> |
getKeys()
Gets all the keys of the attributes.
|
Date |
getUpdatedDate()
Returns the date the entity was last updated.
|
String |
getValue(String key)
Returns any value associated with the given key, returns
null if there is no value. |
Set<String> |
getValues(String key)
Get all the values associated with a given key.
|
int |
hashCode()
Implementations must produce a hashcode based on
getDirectoryId() and case-insensitive getName().
|
boolean |
isEmpty() |
boolean |
isLocal()
Returns true if this is a Local Group.
|
ImmutableDirectoryGroupWithAttributes |
withName(String name) |
compareTo, getDescription, getDirectoryId, getExternalId, getName, getType, isActive, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDescription, getExternalId, getType, isActivegetDirectoryId, getNamecompareTopublic static ImmutableDirectoryGroupWithAttributes.Builder builder(InternalDirectoryGroup group, com.google.common.collect.SetMultimap<String,String> attributes)
@Nonnull public Set<String> getValues(String key)
AttributesgetValues in interface Attributeskey - the key to retrieve the values for@Nullable public String getValue(String key)
Attributesnull if there is no value.getValue in interface Attributeskey - the key to retrieve the value fornull if there is no valuepublic Set<String> getKeys()
AttributesgetKeys in interface Attributespublic boolean isEmpty()
isEmpty in interface Attributestrue if there are no attributespublic Date getCreatedDate()
TimestampedEntitygetCreatedDate in interface TimestampedEntitypublic Date getUpdatedDate()
TimestampedEntitygetUpdatedDate in interface TimestampedEntitypublic boolean isLocal()
InternalDirectoryGroupisLocal in interface InternalDirectoryGrouppublic ImmutableDirectoryGroupWithAttributes withName(String name)
withName in class BaseImmutableGrouppublic boolean equals(Object o)
DirectoryEntityequals in interface DirectoryEntityequals in class BaseImmutableGroupo - object to compare to.true if and only if the directoryId
and the lowercase names of the directory entities match.public int hashCode()
DirectoryEntityhashCode in interface DirectoryEntityhashCode in class BaseImmutableGroupCopyright © 2023 Atlassian. All rights reserved.