Package com.chrt.api.types
Interface ChampConfirmationReceipt1._FinalStage
-
- All Known Implementing Classes:
ChampConfirmationReceipt1.Builder
- Enclosing class:
- ChampConfirmationReceipt1
public static interface ChampConfirmationReceipt1._FinalStage
-
-
Method Summary
-
-
-
Method Detail
-
build
ChampConfirmationReceipt1 build()
-
schemaVersion
ChampConfirmationReceipt1._FinalStage schemaVersion(java.util.Optional<java.lang.Integer> schemaVersion)
-
schemaVersion
ChampConfirmationReceipt1._FinalStage schemaVersion(java.lang.Integer schemaVersion)
-
referenceMessageContent
ChampConfirmationReceipt1._FinalStage referenceMessageContent(java.util.Optional<java.lang.String> referenceMessageContent)
-
referenceMessageContent
ChampConfirmationReceipt1._FinalStage referenceMessageContent(java.lang.String referenceMessageContent)
-
referenceMessageContent
ChampConfirmationReceipt1._FinalStage referenceMessageContent(Nullable<java.lang.String> referenceMessageContent)
-
orgId
ChampConfirmationReceipt1._FinalStage orgId(java.util.Optional<java.lang.String> orgId)
Must be a string starting with
org_
-
orgId
ChampConfirmationReceipt1._FinalStage orgId(java.lang.String orgId)
-
orgId
ChampConfirmationReceipt1._FinalStage orgId(Nullable<java.lang.String> orgId)
-
taskGroupId
ChampConfirmationReceipt1._FinalStage taskGroupId(java.util.Optional<java.lang.String> taskGroupId)
-
taskGroupId
ChampConfirmationReceipt1._FinalStage taskGroupId(java.lang.String taskGroupId)
-
taskGroupId
ChampConfirmationReceipt1._FinalStage taskGroupId(Nullable<java.lang.String> taskGroupId)
-
-