Package | Description |
---|---|
com.axemble.vdoc.sdk.interfaces.notification |
Modifier and Type | Method and Description |
---|---|
INotificationRecipientBuilder |
INotificationEmitter.createRecipientBuilder()
Produce and return a new instance of
INotificationRecipientBuilder |
INotificationRecipientBuilder |
INotificationRecipientBuilder.withEmail(String email)
Feeds the e-mail and returns the builder
|
INotificationRecipientBuilder |
INotificationRecipientBuilder.withExternalID(String externalID)
Feeds the externalID and returns the builder
|
INotificationRecipientBuilder |
INotificationRecipientBuilder.withFirstName(String firstName)
Feeds the firstName and returns the builder
|
INotificationRecipientBuilder |
INotificationRecipientBuilder.withFullName(String fullName)
Feeds the fullName and returns the builder
|
INotificationRecipientBuilder |
INotificationRecipientBuilder.withIUser(IUser iUser)
Feeds every data that can be found in the IUser and returns the builder
|
INotificationRecipientBuilder |
INotificationRecipientBuilder.withIUserProtocolURI(String iUserProtocolURI)
Feeds the IUser's protocolURI and returns the builder
|
INotificationRecipientBuilder |
INotificationRecipientBuilder.withLanguageCode(String languageCode)
Feeds the languageCode and returns the builder
|
INotificationRecipientBuilder |
INotificationRecipientBuilder.withLastName(String lastName)
Feeds the lastName and returns the builder
|
INotificationRecipientBuilder |
INotificationRecipientBuilder.withLogin(String login)
Feeds the login and returns the builder
|
INotificationRecipientBuilder |
INotificationRecipientBuilder.withMobilePhoneNumber(String mobilePhoneNumber)
Feeds the mobile phone number and returns the builder
|
INotificationRecipientBuilder |
INotificationRecipientBuilder.withPhoneNumber(String phoneNumber)
Feeds the phone number and returns the builder
|
INotificationRecipientBuilder |
INotificationRecipientBuilder.withSex(String sex)
Feeds the sex and returns the builder
|
INotificationRecipientBuilder |
INotificationRecipientBuilder.withTitle(String title)
Feeds the title and returns the builder
|
Copyright © 2022 Visiativ. All rights reserved.