Uses of Record Class
cloud.opencode.base.email.BatchSendResult.ItemResult
Packages that use BatchSendResult.ItemResult
-
Uses of BatchSendResult.ItemResult in cloud.opencode.base.email
Methods in cloud.opencode.base.email that return BatchSendResult.ItemResultModifier and TypeMethodDescriptionstatic BatchSendResult.ItemResultCreate a failure result 创建失败结果static BatchSendResult.ItemResultCreate a success result 创建成功结果Methods in cloud.opencode.base.email that return types with arguments of type BatchSendResult.ItemResultModifier and TypeMethodDescriptionBatchSendResult.failures()Get only the failed results 仅获取失败的结果BatchSendResult.results()Returns the value of theresultsrecord component.BatchSendResult.successes()Get only the successful results 仅获取成功的结果Constructor parameters in cloud.opencode.base.email with type arguments of type BatchSendResult.ItemResultModifierConstructorDescriptionBatchSendResult(List<BatchSendResult.ItemResult> results, Instant startedAt, Duration duration) Creates an instance of aBatchSendResultrecord class.