Uses of Interface
com.axemble.vdoc.sdk.interfaces.notification.INotificationRecipientBuilder
Packages that use INotificationRecipientBuilder
-
Uses of INotificationRecipientBuilder in com.axemble.vdoc.sdk.interfaces.notification
Methods in com.axemble.vdoc.sdk.interfaces.notification that return INotificationRecipientBuilderModifier and TypeMethodDescriptionINotificationEmitter.createRecipientBuilder()
Produce and return a new instance ofINotificationRecipientBuilder
Feeds the e-mail and returns the builderINotificationRecipientBuilder.withExternalID
(String externalID) Feeds the externalID and returns the builderINotificationRecipientBuilder.withFirstName
(String firstName) Feeds the firstName and returns the builderINotificationRecipientBuilder.withFullName
(String fullName) Feeds the fullName and returns the builderFeeds every data that can be found in the IUser and returns the builderINotificationRecipientBuilder.withIUserProtocolURI
(String iUserProtocolURI) Feeds the IUser's protocolURI and returns the builderINotificationRecipientBuilder.withLanguageCode
(String languageCode) Feeds the languageCode and returns the builderINotificationRecipientBuilder.withLastName
(String lastName) Feeds the lastName and returns the builderFeeds the login and returns the builderINotificationRecipientBuilder.withMobilePhoneNumber
(String mobilePhoneNumber) Feeds the mobile phone number and returns the builderINotificationRecipientBuilder.withPhoneNumber
(String phoneNumber) Feeds the phone number and returns the builderFeeds the sex and returns the builderFeeds the title and returns the builder