static RegistrationTypeDefinition.Builder |
RegistrationTypeDefinition.builder() |
|
default RegistrationTypeDefinition.Builder |
RegistrationTypeDefinition.Builder.displayHints(Consumer<RegistrationTypeDisplayHints.Builder> displayHints) |
Provides help information on the registration.
|
RegistrationTypeDefinition.Builder |
RegistrationTypeDefinition.Builder.displayHints(RegistrationTypeDisplayHints displayHints) |
Provides help information on the registration.
|
RegistrationTypeDefinition.Builder |
RegistrationTypeDefinition.Builder.registrationType(String registrationType) |
The type of registration form.
|
RegistrationTypeDefinition.Builder |
RegistrationTypeDefinition.Builder.supportedAssociations(Collection<SupportedAssociation> supportedAssociations) |
The supported association behavior for the registration type.
|
RegistrationTypeDefinition.Builder |
RegistrationTypeDefinition.Builder.supportedAssociations(Consumer<SupportedAssociation.Builder>... supportedAssociations) |
The supported association behavior for the registration type.
|
RegistrationTypeDefinition.Builder |
RegistrationTypeDefinition.Builder.supportedAssociations(SupportedAssociation... supportedAssociations) |
The supported association behavior for the registration type.
|
RegistrationTypeDefinition.Builder |
RegistrationTypeDefinition.toBuilder() |
|