Uses of Enum
org.ldaptive.extended.SyncInfoMessage.Type
Packages that use SyncInfoMessage.Type
-
Uses of SyncInfoMessage.Type in org.ldaptive.extended
Fields in org.ldaptive.extended declared as SyncInfoMessage.TypeModifier and TypeFieldDescriptionprivate SyncInfoMessage.TypeSyncInfoMessage.messageTypemessage type.Methods in org.ldaptive.extended that return SyncInfoMessage.TypeModifier and TypeMethodDescriptionSyncInfoMessage.getMessageType()Returns the message type.static SyncInfoMessage.TypeReturns the enum constant of this type with the specified name.static SyncInfoMessage.Type[]SyncInfoMessage.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ldaptive.extended with parameters of type SyncInfoMessage.TypeModifier and TypeMethodDescriptionprivate voidSyncInfoMessage.setMessageType(SyncInfoMessage.Type type) Sets the message type.SyncInfoMessage.Builder.type(SyncInfoMessage.Type t)