Package com.chrt.api.types
Interface OperationsCaseS3ObjectAddedWebhookPayload.CaseS3ObjectMetadataIdStage
-
- All Known Implementing Classes:
OperationsCaseS3ObjectAddedWebhookPayload.Builder
- Enclosing class:
- OperationsCaseS3ObjectAddedWebhookPayload
public static interface OperationsCaseS3ObjectAddedWebhookPayload.CaseS3ObjectMetadataIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OperationsCaseS3ObjectAddedWebhookPayload._FinalStagecaseS3ObjectMetadataId(java.lang.String caseS3ObjectMetadataId)The S3 object metadata document that was added to the case
-
-
-
Method Detail
-
caseS3ObjectMetadataId
OperationsCaseS3ObjectAddedWebhookPayload._FinalStage caseS3ObjectMetadataId(@NotNull java.lang.String caseS3ObjectMetadataId)
The S3 object metadata document that was added to the case
-
-