Package nl.minetopiasdb.api.objects
Class PhoneContact
java.lang.Object
nl.minetopiasdb.api.objects.PhoneContact
PhoneContact object used in the PhoneManager object.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the UUID of the player that owns this phonenumberint
Get the phonenumber of this contact without prefix (e.g.long
getRowId()
Get the SQL row ID of this phone contact
-
Constructor Details
-
PhoneContact
-
-
Method Details
-
getRowId
public long getRowId()Get the SQL row ID of this phone contact- Returns:
- sql row id
-
getPhoneNumber
public int getPhoneNumber()Get the phonenumber of this contact without prefix (e.g. 06)- Returns:
- phonenumber
-
getOwnerUUID
Get the UUID of the player that owns this phonenumber- Returns:
- uuid
-