Class ValidationError.AttachmentCountExceeded
-
- All Implemented Interfaces:
public final class ValidationError.AttachmentCountExceeded extends ValidationError
Represents a validation error that happens when the number of selected attachments is too big to be sent in a single message.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerattachmentCountprivate final IntegermaxAttachmentCount
-
Constructor Summary
Constructors Constructor Description ValidationError.AttachmentCountExceeded(Integer attachmentCount, Integer maxAttachmentCount)
-
Method Summary
Modifier and Type Method Description final IntegergetAttachmentCount()final IntegergetMaxAttachmentCount()-
-
Method Detail
-
getAttachmentCount
final Integer getAttachmentCount()
-
getMaxAttachmentCount
final Integer getMaxAttachmentCount()
-
-
-
-