Uses of Enum Class
org.azd.enums.AttachmentUploadType
Packages that use AttachmentUploadType
-
Uses of AttachmentUploadType in org.azd.enums
Methods in org.azd.enums that return AttachmentUploadTypeModifier and TypeMethodDescriptionstatic AttachmentUploadTypeReturns the enum constant of this class with the specified name.static AttachmentUploadType[]AttachmentUploadType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AttachmentUploadType in org.azd.interfaces
Methods in org.azd.interfaces with parameters of type AttachmentUploadTypeModifier and TypeMethodDescriptionWorkItemTrackingDetails.createAttachment(String fileName, AttachmentUploadType uploadType, String teamAreaPath, InputStream contentStream) WorkItemTrackingDetails.createAttachment(String fileName, AttachmentUploadType uploadType, String teamAreaPath, String contents) -
Uses of AttachmentUploadType in org.azd.workitemtracking
Methods in org.azd.workitemtracking with parameters of type AttachmentUploadTypeModifier and TypeMethodDescriptionWorkItemTrackingApi.createAttachment(String fileName, AttachmentUploadType uploadType, String teamAreaPath, InputStream contentStream) Uploads an attachment.WorkItemTrackingApi.createAttachment(String fileName, AttachmentUploadType uploadType, String teamAreaPath, String contents) Deprecated.This method is deprecated as of version 5.0.0.