-
public final class AttachmentPolicy
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAttachmentPolicy.Companion
-
Field Summary
Fields Modifier and Type Field Description private final AttachmentRuleimagesprivate final AttachmentRuledocumentsprivate final AttachmentRulevideosprivate final AttachmentRuleaudio
-
Constructor Summary
Constructors Constructor Description AttachmentPolicy(AttachmentRule images, AttachmentRule documents, AttachmentRule videos, AttachmentRule audio)
-
Method Summary
Modifier and Type Method Description final AttachmentRulegetImages()final AttachmentRulegetDocuments()final AttachmentRulegetVideos()final AttachmentRulegetAudio()-
-
Constructor Detail
-
AttachmentPolicy
AttachmentPolicy(AttachmentRule images, AttachmentRule documents, AttachmentRule videos, AttachmentRule audio)
-
-
Method Detail
-
getImages
final AttachmentRule getImages()
-
getDocuments
final AttachmentRule getDocuments()
-
getVideos
final AttachmentRule getVideos()
-
getAudio
final AttachmentRule getAudio()
-
-
-
-