Class CurrentUserResponse
java.lang.Object
org.sourcelab.buildkite.api.client.response.CurrentUserResponse
Represents response from the AccessToken API Endpoint.
-
Constructor Details
-
CurrentUserResponse
public CurrentUserResponse(String id, String graphqlId, String name, String email, String avatarUrl, ZonedDateTime createdAt) Constructor.- Parameters:
id- Id property.graphqlId- graphqlId property.name- name property.email- email property.avatarUrl- avatarUrl property.createdAt- createdAt timestamp;
-
-
Method Details