public static interface GetInvitationConfigurationResponse.Builder extends AlexaForBusinessResponse.Builder, SdkPojo, CopyableBuilder<GetInvitationConfigurationResponse.Builder,GetInvitationConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetInvitationConfigurationResponse.Builder |
contactEmail(String contactEmail)
The email ID of the organization or individual contact that the enrolled user can use.
|
GetInvitationConfigurationResponse.Builder |
organizationName(String organizationName)
The name of the organization sending the enrollment invite to a user.
|
GetInvitationConfigurationResponse.Builder |
privateSkillIds(Collection<String> privateSkillIds)
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
|
GetInvitationConfigurationResponse.Builder |
privateSkillIds(String... privateSkillIds)
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetInvitationConfigurationResponse.Builder organizationName(String organizationName)
The name of the organization sending the enrollment invite to a user.
organizationName - The name of the organization sending the enrollment invite to a user.GetInvitationConfigurationResponse.Builder contactEmail(String contactEmail)
The email ID of the organization or individual contact that the enrolled user can use.
contactEmail - The email ID of the organization or individual contact that the enrolled user can use.GetInvitationConfigurationResponse.Builder privateSkillIds(Collection<String> privateSkillIds)
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
privateSkillIds - The list of private skill IDs that you want to recommend to the user to enable in the invitation.GetInvitationConfigurationResponse.Builder privateSkillIds(String... privateSkillIds)
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
privateSkillIds - The list of private skill IDs that you want to recommend to the user to enable in the invitation.Copyright © 2021. All rights reserved.