-
- All Known Subinterfaces:
User
public interface PartialUserInterface representing a partial Terra user, containing only the user ID.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()The user's ID.
-
-
-
Method Detail
-
getId
String getId()
The user's ID. This is sent as a query parameter to all API requests for this user's data. It will always be formatted as a UUIDv4.- Returns:
- the user's ID
-
-