| Package | Description |
|---|---|
| com.google.api.services.walletobjects.model |
| Modifier and Type | Method and Description |
|---|---|
ContentTypeInfo |
ContentTypeInfo.clone() |
ContentTypeInfo |
Media.getContentTypeInfo()
Extended content type information provided for Scotty uploads.
|
ContentTypeInfo |
ContentTypeInfo.set(String fieldName,
Object value) |
ContentTypeInfo |
ContentTypeInfo.setBestGuess(String bestGuess)
Scotty's best guess of what the content type of the file is.
|
ContentTypeInfo |
ContentTypeInfo.setFromBytes(String fromBytes)
The content type of the file derived by looking at specific bytes (i.e.
|
ContentTypeInfo |
ContentTypeInfo.setFromFileName(String fromFileName)
The content type of the file derived from the file extension of the original file name used by
the client.
|
ContentTypeInfo |
ContentTypeInfo.setFromHeader(String fromHeader)
The content type of the file as specified in the request headers, multipart headers, or RUPIO
start request.
|
ContentTypeInfo |
ContentTypeInfo.setFromUrlPath(String fromUrlPath)
The content type of the file derived from the file extension of the URL path.
|
| Modifier and Type | Method and Description |
|---|---|
Media |
Media.setContentTypeInfo(ContentTypeInfo contentTypeInfo)
Extended content type information provided for Scotty uploads.
|
Copyright © 2011–2025 Google. All rights reserved.