public class AttributeListsListingRequest extends java.lang.Object implements Request<AttributeListsListingResponse>
UrbanAirshipClient.Request.HttpMethodCONTENT_ENCODING_GZIP, CONTENT_TYPE_JSON, CONTENT_TYPE_TEXT_CSV, UA_VERSION_CSV, UA_VERSION_JSON| Constructor and Description |
|---|
AttributeListsListingRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
bearerTokenAuthRequired() |
boolean |
canUseBearerTokenAuth() |
ContentType |
getContentType() |
Request.HttpMethod |
getHttpMethod() |
java.lang.String |
getRequestBody() |
java.util.Map<java.lang.String,java.lang.String> |
getRequestHeaders() |
ResponseParser<AttributeListsListingResponse> |
getResponseParser() |
java.net.URI |
getUri(java.net.URI baseUri) |
static AttributeListsListingRequest |
newRequest()
Create a request to list all attribute lists.
|
public static AttributeListsListingRequest newRequest()
public ContentType getContentType()
getContentType in interface Request<AttributeListsListingResponse>public java.util.Map<java.lang.String,java.lang.String> getRequestHeaders()
getRequestHeaders in interface Request<AttributeListsListingResponse>public Request.HttpMethod getHttpMethod()
getHttpMethod in interface Request<AttributeListsListingResponse>public java.lang.String getRequestBody()
getRequestBody in interface Request<AttributeListsListingResponse>public java.net.URI getUri(java.net.URI baseUri)
throws java.net.URISyntaxException
getUri in interface Request<AttributeListsListingResponse>java.net.URISyntaxExceptionpublic ResponseParser<AttributeListsListingResponse> getResponseParser()
getResponseParser in interface Request<AttributeListsListingResponse>public boolean bearerTokenAuthRequired()
bearerTokenAuthRequired in interface Request<AttributeListsListingResponse>public boolean canUseBearerTokenAuth()
canUseBearerTokenAuth in interface Request<AttributeListsListingResponse>