public static interface ImportClientBrandingResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<ImportClientBrandingResponse.Builder,ImportClientBrandingResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildImportClientBrandingResponse.Builder deviceTypeWindows(DefaultClientBrandingAttributes deviceTypeWindows)
The branding information configured for Windows devices.
deviceTypeWindows - The branding information configured for Windows devices.default ImportClientBrandingResponse.Builder deviceTypeWindows(Consumer<DefaultClientBrandingAttributes.Builder> deviceTypeWindows)
The branding information configured for Windows devices.
This is a convenience method that creates an instance of theDefaultClientBrandingAttributes.Builder
avoiding the need to create one manually via DefaultClientBrandingAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to deviceTypeWindows(DefaultClientBrandingAttributes).
deviceTypeWindows - a consumer that will call methods on DefaultClientBrandingAttributes.BuilderdeviceTypeWindows(DefaultClientBrandingAttributes)ImportClientBrandingResponse.Builder deviceTypeOsx(DefaultClientBrandingAttributes deviceTypeOsx)
The branding information configured for macOS devices.
deviceTypeOsx - The branding information configured for macOS devices.default ImportClientBrandingResponse.Builder deviceTypeOsx(Consumer<DefaultClientBrandingAttributes.Builder> deviceTypeOsx)
The branding information configured for macOS devices.
This is a convenience method that creates an instance of theDefaultClientBrandingAttributes.Builder
avoiding the need to create one manually via DefaultClientBrandingAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to deviceTypeOsx(DefaultClientBrandingAttributes).
deviceTypeOsx - a consumer that will call methods on DefaultClientBrandingAttributes.BuilderdeviceTypeOsx(DefaultClientBrandingAttributes)ImportClientBrandingResponse.Builder deviceTypeAndroid(DefaultClientBrandingAttributes deviceTypeAndroid)
The branding information configured for Android devices.
deviceTypeAndroid - The branding information configured for Android devices.default ImportClientBrandingResponse.Builder deviceTypeAndroid(Consumer<DefaultClientBrandingAttributes.Builder> deviceTypeAndroid)
The branding information configured for Android devices.
This is a convenience method that creates an instance of theDefaultClientBrandingAttributes.Builder
avoiding the need to create one manually via DefaultClientBrandingAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to deviceTypeAndroid(DefaultClientBrandingAttributes).
deviceTypeAndroid - a consumer that will call methods on DefaultClientBrandingAttributes.BuilderdeviceTypeAndroid(DefaultClientBrandingAttributes)ImportClientBrandingResponse.Builder deviceTypeIos(IosClientBrandingAttributes deviceTypeIos)
The branding information configured for iOS devices.
deviceTypeIos - The branding information configured for iOS devices.default ImportClientBrandingResponse.Builder deviceTypeIos(Consumer<IosClientBrandingAttributes.Builder> deviceTypeIos)
The branding information configured for iOS devices.
This is a convenience method that creates an instance of theIosClientBrandingAttributes.Builder
avoiding the need to create one manually via IosClientBrandingAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to deviceTypeIos(IosClientBrandingAttributes).
deviceTypeIos - a consumer that will call methods on IosClientBrandingAttributes.BuilderdeviceTypeIos(IosClientBrandingAttributes)ImportClientBrandingResponse.Builder deviceTypeLinux(DefaultClientBrandingAttributes deviceTypeLinux)
The branding information configured for Linux devices.
deviceTypeLinux - The branding information configured for Linux devices.default ImportClientBrandingResponse.Builder deviceTypeLinux(Consumer<DefaultClientBrandingAttributes.Builder> deviceTypeLinux)
The branding information configured for Linux devices.
This is a convenience method that creates an instance of theDefaultClientBrandingAttributes.Builder
avoiding the need to create one manually via DefaultClientBrandingAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to deviceTypeLinux(DefaultClientBrandingAttributes).
deviceTypeLinux - a consumer that will call methods on DefaultClientBrandingAttributes.BuilderdeviceTypeLinux(DefaultClientBrandingAttributes)ImportClientBrandingResponse.Builder deviceTypeWeb(DefaultClientBrandingAttributes deviceTypeWeb)
The branding information configured for web access.
deviceTypeWeb - The branding information configured for web access.default ImportClientBrandingResponse.Builder deviceTypeWeb(Consumer<DefaultClientBrandingAttributes.Builder> deviceTypeWeb)
The branding information configured for web access.
This is a convenience method that creates an instance of theDefaultClientBrandingAttributes.Builder
avoiding the need to create one manually via DefaultClientBrandingAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to deviceTypeWeb(DefaultClientBrandingAttributes).
deviceTypeWeb - a consumer that will call methods on DefaultClientBrandingAttributes.BuilderdeviceTypeWeb(DefaultClientBrandingAttributes)Copyright © 2023. All rights reserved.