SAS(R) SDK for Android
androidJvm
Overview
Release Notes
Packages
SAS(R) SDK for Android
/
com.sas.android.visualanalytics.sdk
/
HttpHandler
/
HttpRequest
/
RequestContentEntry
/
Empty
Empty
class
Empty
(
val
contentType
:
String
,
val
partName
:
String
?
)
:
HttpHandler.HttpRequest.RequestContentEntry
Empty content to send with a request.
Members
Constructors
Empty
Link copied to clipboard
constructor
(
contentType
:
String
,
partName
:
String
?
)
Properties
content
Type
Link copied to clipboard
val
contentType
:
String
part
Name
Link copied to clipboard
val
partName
:
String
?