Class PhoneContact
java.lang.Object
nl.minetopiasdb.api.objects.PhoneContact
PhoneContact object used in the PhoneManager object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the UUID of the player that owns this phonenumberintGet the phonenumber of this contact without prefix (e.g. 06)longgetRowId()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
-