Uses of Enum Class
com.nettoolkit.internal.http.HttpContentType
Packages that use HttpContentType
Package
Description
-
Uses of HttpContentType in com.nettoolkit.dashboards
Methods in com.nettoolkit.dashboards that return HttpContentTypeModifier and TypeMethodDescriptionprotected HttpContentTypeCreateChannelDatumRequest.getContentType()protected HttpContentTypeCreateChannelRequest.getContentType()protected HttpContentTypeCreateMilestoneRequest.getContentType()protected HttpContentTypeEndDurationRequest.getContentType()protected HttpContentTypeStartDurationRequest.getContentType() -
Uses of HttpContentType in com.nettoolkit.gatekeeper
Methods in com.nettoolkit.gatekeeper that return HttpContentTypeModifier and TypeMethodDescriptionprotected HttpContentTypeAddVisitorRequest.getContentType()protected HttpContentTypeAuthorizeVisitRequest.getContentType()ReportCaptchaAttemptRequest.getContentType() -
Uses of HttpContentType in com.nettoolkit.internal
Methods in com.nettoolkit.internal with parameters of type HttpContentTypeModifier and TypeMethodDescriptionprotected StringNetToolKitClient.sendHttpRequest(HttpMethod method, String strPath, String strQueryString, String strBody, HttpContentType contentType) protected StringNetToolKitClient.sendPost(String strPath, String strBody, HttpContentType contentType) protected StringNetToolKitClient.sendPut(String strPath, String strBody, HttpContentType contentType) -
Uses of HttpContentType in com.nettoolkit.internal.http
Methods in com.nettoolkit.internal.http that return HttpContentTypeModifier and TypeMethodDescriptionstatic HttpContentTypeReturns the enum constant of this class with the specified name.static HttpContentType[]HttpContentType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HttpContentType in com.nettoolkit.internal.request
Methods in com.nettoolkit.internal.request that return HttpContentTypeModifier and TypeMethodDescriptionprotected abstract HttpContentTypePostRequest.getContentType()protected abstract HttpContentTypePutRequest.getContentType()