Class AttachmentList
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.case_management.v1.model.AttachmentList
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class AttachmentList extends com.ibm.cloud.sdk.core.service.model.GenericModelList of attachments in the case.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Attachment>getAttachments()Gets the attachments.
-
-
-
Method Detail
-
getAttachments
public java.util.List<Attachment> getAttachments()
Gets the attachments. New attachments array.- Returns:
- the attachments
-
-