public interface Ldap
Modifier and Type | Method | Description |
---|---|---|
Core |
getCore() |
|
int |
getIndex() |
Get the index of the
Ldap . |
long |
getNativePointer() |
Gets the native pointer used by this class to make native method calls.
|
LdapParams |
getParams() |
Get the
LdapParams as read-only object. |
java.lang.Object |
getUserData() |
Gets the object stored in this object user's data
|
Ldap |
newWithParams(Core lc,
LdapParams params) |
|
void |
setIndex(int index) |
Set the index associated to the
Ldap . |
void |
setParams(LdapParams params) |
Set the
LdapParams used by this Ldap . |
void |
setUserData(java.lang.Object data) |
Sets the object to store in this object user's data
|
java.lang.String |
toString() |
int getIndex()
void setIndex(int index)
@NonNull LdapParams getParams()
LdapParams
as read-only object. LdapParams.clone()
setParams(org.linphone.core.LdapParams)
. LdapParams
attached to this ldap. void setParams(@NonNull LdapParams params)
params
- The LdapParams
object. @NonNull Ldap newWithParams(@NonNull Core lc, @NonNull LdapParams params)
lc
- The Core
object. params
- The LdapParams
object. Ldap
object. void setUserData(java.lang.Object data)
data
- the object to storejava.lang.Object getUserData()
long getNativePointer()
java.lang.String toString()
toString
in class java.lang.Object