public static interface ServiceMetadata.Builder extends SdkPojo, CopyableBuilder<ServiceMetadata.Builder,ServiceMetadata>
| Modifier and Type | Method and Description |
|---|---|
default ServiceMetadata.Builder |
userDetails(Consumer<UserDetails.Builder> userDetails)
The Server ID (
ServerId), Session ID (SessionId) and user (UserName)
make up the UserDetails. |
ServiceMetadata.Builder |
userDetails(UserDetails userDetails)
The Server ID (
ServerId), Session ID (SessionId) and user (UserName)
make up the UserDetails. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServiceMetadata.Builder userDetails(UserDetails userDetails)
The Server ID (ServerId), Session ID (SessionId) and user (UserName)
make up the UserDetails.
userDetails - The Server ID (ServerId), Session ID (SessionId) and user (
UserName) make up the UserDetails.default ServiceMetadata.Builder userDetails(Consumer<UserDetails.Builder> userDetails)
The Server ID (ServerId), Session ID (SessionId) and user (UserName)
make up the UserDetails.
UserDetails.Builder avoiding the need to
create one manually via UserDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to userDetails(UserDetails).
userDetails - a consumer that will call methods on UserDetails.BuilderuserDetails(UserDetails)Copyright © 2023. All rights reserved.