Uses of Class
com.google.api.services.rcsbusinessmessaging.v1.model.GdataContentTypeInfo
-
Packages that use GdataContentTypeInfo Package Description com.google.api.services.rcsbusinessmessaging.v1.model -
-
Uses of GdataContentTypeInfo in com.google.api.services.rcsbusinessmessaging.v1.model
Methods in com.google.api.services.rcsbusinessmessaging.v1.model that return GdataContentTypeInfo Modifier and Type Method Description GdataContentTypeInfoGdataContentTypeInfo. clone()GdataContentTypeInfoGdataMedia. getContentTypeInfo()Extended content type information provided for Scotty uploads.GdataContentTypeInfoGdataContentTypeInfo. set(java.lang.String fieldName, java.lang.Object value)GdataContentTypeInfoGdataContentTypeInfo. setBestGuess(java.lang.String bestGuess)Scotty's best guess of what the content type of the file is.GdataContentTypeInfoGdataContentTypeInfo. setFromBytes(java.lang.String fromBytes)The content type of the file derived by looking at specific bytes (i.e.GdataContentTypeInfoGdataContentTypeInfo. setFromFileName(java.lang.String fromFileName)The content type of the file derived from the file extension of the original file name used by the client.GdataContentTypeInfoGdataContentTypeInfo. setFromHeader(java.lang.String fromHeader)The content type of the file as specified in the request headers, multipart headers, or RUPIO start request.GdataContentTypeInfoGdataContentTypeInfo. setFromUrlPath(java.lang.String fromUrlPath)The content type of the file derived from the file extension of the URL path.Methods in com.google.api.services.rcsbusinessmessaging.v1.model with parameters of type GdataContentTypeInfo Modifier and Type Method Description GdataMediaGdataMedia. setContentTypeInfo(GdataContentTypeInfo contentTypeInfo)Extended content type information provided for Scotty uploads.
-