@Generated(value="")
@ProviderType
public interface KnowledgeBaseAttachmentResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
KnowledgeBaseAttachmentResource.Builder |
static interface |
KnowledgeBaseAttachmentResource.Factory |
static class |
KnowledgeBaseAttachmentResource.FactoryHolder |
| Modifier and Type | Method and Description |
|---|---|
static KnowledgeBaseAttachmentResource.Builder |
builder() |
void |
deleteKnowledgeBaseAttachment(java.lang.Long knowledgeBaseAttachmentId) |
javax.ws.rs.core.Response |
deleteKnowledgeBaseAttachmentBatch(java.lang.String callbackURL,
java.lang.Object object) |
Page<KnowledgeBaseAttachment> |
getKnowledgeBaseArticleKnowledgeBaseAttachmentsPage(java.lang.Long knowledgeBaseArticleId) |
KnowledgeBaseAttachment |
getKnowledgeBaseAttachment(java.lang.Long knowledgeBaseAttachmentId) |
KnowledgeBaseAttachment |
postKnowledgeBaseArticleKnowledgeBaseAttachment(java.lang.Long knowledgeBaseArticleId,
MultipartBody multipartBody) |
javax.ws.rs.core.Response |
postKnowledgeBaseArticleKnowledgeBaseAttachmentBatch(java.lang.Long knowledgeBaseArticleId,
MultipartBody multipartBody,
java.lang.String callbackURL,
java.lang.Object object) |
default void |
setContextAcceptLanguage(AcceptLanguage contextAcceptLanguage) |
void |
setContextCompany(Company contextCompany) |
default void |
setContextHttpServletRequest(javax.servlet.http.HttpServletRequest contextHttpServletRequest) |
default void |
setContextHttpServletResponse(javax.servlet.http.HttpServletResponse contextHttpServletResponse) |
default void |
setContextUriInfo(javax.ws.rs.core.UriInfo contextUriInfo) |
void |
setContextUser(User contextUser) |
static KnowledgeBaseAttachmentResource.Builder builder()
Page<KnowledgeBaseAttachment> getKnowledgeBaseArticleKnowledgeBaseAttachmentsPage(java.lang.Long knowledgeBaseArticleId) throws java.lang.Exception
java.lang.ExceptionKnowledgeBaseAttachment postKnowledgeBaseArticleKnowledgeBaseAttachment(java.lang.Long knowledgeBaseArticleId, MultipartBody multipartBody) throws java.lang.Exception
java.lang.Exceptionjavax.ws.rs.core.Response postKnowledgeBaseArticleKnowledgeBaseAttachmentBatch(java.lang.Long knowledgeBaseArticleId,
MultipartBody multipartBody,
java.lang.String callbackURL,
java.lang.Object object)
throws java.lang.Exception
java.lang.Exceptionvoid deleteKnowledgeBaseAttachment(java.lang.Long knowledgeBaseAttachmentId)
throws java.lang.Exception
java.lang.Exceptionjavax.ws.rs.core.Response deleteKnowledgeBaseAttachmentBatch(java.lang.String callbackURL,
java.lang.Object object)
throws java.lang.Exception
java.lang.ExceptionKnowledgeBaseAttachment getKnowledgeBaseAttachment(java.lang.Long knowledgeBaseAttachmentId) throws java.lang.Exception
java.lang.Exceptiondefault void setContextAcceptLanguage(AcceptLanguage contextAcceptLanguage)
void setContextCompany(Company contextCompany)
default void setContextHttpServletRequest(javax.servlet.http.HttpServletRequest contextHttpServletRequest)
default void setContextHttpServletResponse(javax.servlet.http.HttpServletResponse contextHttpServletResponse)
default void setContextUriInfo(javax.ws.rs.core.UriInfo contextUriInfo)
void setContextUser(User contextUser)