Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/RequestHeader/RequestHeaderBuilder

RequestHeaderBuilder

[JVM]
open class RequestHeaderBuilder

Functions

NameSummary
build[JVM]
open fun build(): RequestHeader
customHeaders[JVM]
open fun customHeaders(customHeaders: Map<String, List<String>>): RequestHeader.RequestHeaderBuilder
Custom headers that can be added to the request.
ifMatch[JVM]
open fun ifMatch(ifMatch: String): RequestHeader.RequestHeaderBuilder
Executes the request only if the provided value matches the current state of the resource.
ifNoneMatch[JVM]
open fun ifNoneMatch(ifNoneMatch: String): RequestHeader.RequestHeaderBuilder
Executes the request only if the provided value does not match the current state of the resource.
toString[JVM]
open fun toString(): String