public class OfflineAddressBook
extends com.netflix.hollow.api.objects.HollowObject
Constructor and Description |
---|
OfflineAddressBook(OfflineAddressBookDelegate delegate,
int ordinal) |
Modifier and Type | Method and Description |
---|---|
OfflineDirectoryAPI |
api() |
protected OfflineAddressBookDelegate |
delegate() |
HString |
getContainerGuid() |
HString |
getDistinguishedName() |
SetOfString |
getDomainAliases() |
HString |
getDomainName() |
HString |
getHierarchicalRootDepartment() |
HString |
getName() |
int |
getSequence() |
java.lang.Integer |
getSequenceBoxed() |
OfflineAddressBookTypeAPI |
typeApi() |
static com.netflix.hollow.api.consumer.index.UniqueKeyIndex<OfflineAddressBook,java.lang.String> |
uniqueIndex(com.netflix.hollow.api.consumer.HollowConsumer consumer)
Creates a unique key index for
OfflineAddressBook that has a primary key. |
public OfflineAddressBook(OfflineAddressBookDelegate delegate, int ordinal)
public HString getDomainName()
public SetOfString getDomainAliases()
public HString getName()
public HString getDistinguishedName()
public int getSequence()
public java.lang.Integer getSequenceBoxed()
public HString getContainerGuid()
public HString getHierarchicalRootDepartment()
public OfflineDirectoryAPI api()
public OfflineAddressBookTypeAPI typeApi()
protected OfflineAddressBookDelegate delegate()
public static com.netflix.hollow.api.consumer.index.UniqueKeyIndex<OfflineAddressBook,java.lang.String> uniqueIndex(com.netflix.hollow.api.consumer.HollowConsumer consumer)
OfflineAddressBook
that has a primary key.
The primary key is represented by the class String
.
By default the unique key index will not track updates to the consumer
and thus
any changes will not be reflected in matched results. To track updates the index must be
registered
with the consumer
consumer
- the consumerCopyright © 2021. All Rights Reserved.