Class CurrentUserResponse

java.lang.Object
org.sourcelab.buildkite.api.client.response.CurrentUserResponse

public class CurrentUserResponse extends Object
Represents response from the AccessToken API Endpoint.
See Also:
  • 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