public interface UserAccountDefinitionRegistrationBuilder
Modifier and Type | Method and Description |
---|---|
UserAccountDefinitionRegistrationBuilder |
addInputStream(String resourceName,
InputStream inputStream)
Register the static conversation definitions defined in the
inputStream with a resourceName |
UserAccountDefinitionRegistrationBuilder |
addUserAccountDefinitionModel(UserAccountDefinitionModel userAccountDefinitionModel)
Register the static user account definition
|
List<UserAccountDefinition> |
register()
Perform the registration of all registered definitions within the resources
|
UserAccountDefinitionRegistrationBuilder |
tenantId(String tenantId)
Register the user account definitions with the given
tenantId |
UserAccountDefinitionRegistrationBuilder addInputStream(String resourceName, InputStream inputStream)
inputStream
with a resourceName
resourceName
- the name of the resourceinputStream
- the stream containing the conversation definition schemaUserAccountDefinitionRegistrationBuilder addUserAccountDefinitionModel(UserAccountDefinitionModel userAccountDefinitionModel)
userAccountDefinitionModel
- the user account definition modelUserAccountDefinitionRegistrationBuilder tenantId(String tenantId)
tenantId
tenantId
- the tenant id for the definitionsList<UserAccountDefinition> register()
UserAccountDefinition
(s)