public class AddressBookRecord
extends com.netflix.hollow.api.objects.HollowObject
Constructor and Description |
---|
AddressBookRecord(AddressBookRecordDelegate delegate,
int ordinal) |
public AddressBookRecord(AddressBookRecordDelegate delegate, int ordinal)
public java.lang.String getUid()
public boolean isUidEqual(java.lang.String testValue)
public java.lang.String getDistinguishedName()
public boolean isDistinguishedNameEqual(java.lang.String testValue)
public HString getDomain()
public HString getKind()
public ListOfEmail getEmails()
public Date getCreated()
public Date getUpdated()
public java.lang.String getEmail()
public boolean isEmailEqual(java.lang.String testValue)
public long getMinimalid()
public java.lang.Long getMinimalidBoxed()
public java.lang.String getName()
public boolean isNameEqual(java.lang.String testValue)
public java.lang.String getSurname()
public boolean isSurnameEqual(java.lang.String testValue)
public java.lang.String getGivenName()
public boolean isGivenNameEqual(java.lang.String testValue)
public HString getTitle()
public HString getOfficeLocation()
public HString getDepartmentName()
public HString getCompanyName()
public HString getAssistant()
public HString getAddressBookManagerDistinguishedName()
public HString getAddressBookPhoneticGivenName()
public HString getAddressBookPhoneticSurname()
public HString getAddressBookPhoneticCompanyName()
public HString getAddressBookPhoneticDepartmentName()
public HString getStreetAddress()
public HString getPostOfficeBox()
public HString getLocality()
public HString getStateOrProvince()
public HString getPostalCode()
public HString getCountry()
public DataLocation getDataLocation()
public HString getBusinessTelephoneNumber()
public HString getHomeTelephoneNumber()
public HString getBusiness2TelephoneNumbers()
public HString getHome2TelephoneNumber()
public HString getMobileTelephoneNumber()
public HString getPagerTelephoneNumber()
public HString getPrimaryFaxNumber()
public HString getAssistantTelephoneNumber()
public HString getUserCertificate()
public byte[] getAddressBookX509Certificate()
public byte[] getUserX509Certificate()
public byte[] getThumbnail()
public boolean getHidden()
public java.lang.Boolean getHiddenBoxed()
public ListOfAnrToken getAnr()
public OfflineDirectoryAPI api()
public AddressBookRecordTypeAPI typeApi()
protected AddressBookRecordDelegate delegate()
public static com.netflix.hollow.api.consumer.index.UniqueKeyIndex<AddressBookRecord,java.lang.String> uniqueIndex(com.netflix.hollow.api.consumer.HollowConsumer consumer)
AddressBookRecord
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.