Skip to content

ContactPointBuilder🔗

Constructor🔗

new ContactPointBuilder()

Methods🔗

build🔗

Builds the object.

public ContactPoint build()

disableResolveMessage🔗

public ContactPointBuilder disableResolveMessage(Boolean disableResolveMessage)

name🔗

Name is used as grouping key in the UI. Contact points with the

same name will be grouped in the UI.

public ContactPointBuilder name(String name)

provenance🔗

public ContactPointBuilder provenance(String provenance)

settings🔗

public ContactPointBuilder settings(Object settings)

type🔗

public ContactPointBuilder type(ContactPointType type)

uid🔗

UID is the unique identifier of the contact point. The UID can be

set by the user.

public ContactPointBuilder uid(String uid)

See also🔗