Class ListEmojisRequest

java.lang.Object
org.sourcelab.buildkite.api.client.request.GetRequest<List<Emoji>>
org.sourcelab.buildkite.api.client.request.ListEmojisRequest
All Implemented Interfaces:
Request<List<Emoji>>

public class ListEmojisRequest extends GetRequest<List<Emoji>>
  • Constructor Details

    • ListEmojisRequest

      public ListEmojisRequest(String orgIdSlug)
  • Method Details

    • getPath

      public String getPath()
      Description copied from interface: Request
      REST Endpoint Path to request. Example "/v2/access-token"
      Returns:
      REST Endpoint Path to request. Example "/v2/access-token"
    • getResponseParser

      public ResponseParser<List<Emoji>> getResponseParser()
      Description copied from interface: Request
      Defines how to parse the APIs response into a concrete object.
      Returns:
      Defines how to parse the APIs response into a concrete object.