-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Instead of calling
Optional<String> name = client.me().select("displayName").get().getDisplayName()
we should be able to call
Optional<String> name = client.me().displayName().get();
Mentioned first in #57. The specification for this is at https://docs.oasis-open.org/odata/odata/v4.01/os/part1-protocol/odata-v4.01-os-part1-protocol.html#_Toc31358939.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request