Class ArticulationRuleRequest.Builder
Object
Builder
- Enclosing class:
ArticulationRuleRequest
-
Method Summary
Modifier and TypeMethodDescriptionattributeTypeId
(UUID attributeTypeId) The ID of the attribute type.build()
The ID of the articulation rule.operation
(ArticulationOperation operation) Required. Theoperation
ADD or SET.score
(double score) Required. The articulation score (between 0 and 100).The ID of the status.toString()
withAttributeTypeId
(UUID val) Deprecated.This method will be removed in the future.Deprecated.This method will be removed in the future.Deprecated.This method will be removed in the future.withScore
(double val) Deprecated.This method will be removed in the future.withStatusId
(UUID val) Deprecated.This method will be removed in the future.
-
Method Details
-
withOperation
Deprecated.This method will be removed in the future. Please useoperation(ArticulationOperation)
-
withScore
Deprecated.This method will be removed in the future. Please usescore(double)
-
withStatusId
Deprecated.This method will be removed in the future. Please usestatusId(UUID)
-
withAttributeTypeId
Deprecated.This method will be removed in the future. Please useattributeTypeId(UUID)
-
withId
Deprecated.This method will be removed in the future. Please useid(UUID)
-
id
The ID of the articulation rule.- Returns:
this
.
-
operation
Required. Theoperation
ADD or SET.- Returns:
this
.
-
score
Required. The articulation score (between 0 and 100).- Returns:
this
.
-
statusId
The ID of the status.- Returns:
this
.
-
attributeTypeId
The ID of the attribute type.- Returns:
this
.
-
build
-
toString
-