JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
net.okocraft.box.api.model.user
BoxUser
Contents
Description
Method Summary
Method Details
getUUID()
getName()
Hide sidebar
Show sidebar
Interface BoxUser
public interface
BoxUser
An interface of a box user.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
@NotNull
Optional
<
String
>
getName
()
Gets the name of this user.
@NotNull
UUID
getUUID
()
Gets the
UUID
of this user.
Method Details
getUUID
@NotNull
@NotNull
UUID
getUUID
()
Gets the
UUID
of this user.
Returns:
the
UUID
of this user.
getName
@NotNull
@NotNull
Optional
<
String
>
getName
()
Gets the name of this user.
Returns:
the name of this user