public static interface GetMapSpritesResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<GetMapSpritesResponse.Builder,GetMapSpritesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetMapSpritesResponse.Builder |
blob(SdkBytes blob)
Contains the body of the sprite sheet or JSON offset file.
|
GetMapSpritesResponse.Builder |
cacheControl(String cacheControl)
The HTTP Cache-Control directive for the value.
|
GetMapSpritesResponse.Builder |
contentType(String contentType)
The content type of the sprite sheet and offsets.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMapSpritesResponse.Builder blob(SdkBytes blob)
Contains the body of the sprite sheet or JSON offset file.
blob - Contains the body of the sprite sheet or JSON offset file.GetMapSpritesResponse.Builder cacheControl(String cacheControl)
The HTTP Cache-Control directive for the value.
cacheControl - The HTTP Cache-Control directive for the value.GetMapSpritesResponse.Builder contentType(String contentType)
The content type of the sprite sheet and offsets. For example, the sprite sheet content type is
image/png, and the sprite offset JSON document is application/json.
contentType - The content type of the sprite sheet and offsets. For example, the sprite sheet content type is
image/png, and the sprite offset JSON document is application/json.Copyright © 2023. All rights reserved.