@Generated(value="")
@ProviderType
public interface WikiPageAttachmentResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
WikiPageAttachmentResource.Builder |
static interface |
WikiPageAttachmentResource.Factory |
static class |
WikiPageAttachmentResource.FactoryHolder |
| Modifier and Type | Method and Description |
|---|---|
static WikiPageAttachmentResource.Builder |
builder() |
void |
deleteWikiPageAttachment(java.lang.Long wikiPageAttachmentId) |
javax.ws.rs.core.Response |
deleteWikiPageAttachmentBatch(java.lang.String callbackURL,
java.lang.Object object) |
WikiPageAttachment |
getWikiPageAttachment(java.lang.Long wikiPageAttachmentId) |
Page<WikiPageAttachment> |
getWikiPageWikiPageAttachmentsPage(java.lang.Long wikiPageId) |
WikiPageAttachment |
postWikiPageWikiPageAttachment(java.lang.Long wikiPageId,
MultipartBody multipartBody) |
javax.ws.rs.core.Response |
postWikiPageWikiPageAttachmentBatch(java.lang.Long wikiPageId,
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 WikiPageAttachmentResource.Builder builder()
void deleteWikiPageAttachment(java.lang.Long wikiPageAttachmentId)
throws java.lang.Exception
java.lang.Exceptionjavax.ws.rs.core.Response deleteWikiPageAttachmentBatch(java.lang.String callbackURL,
java.lang.Object object)
throws java.lang.Exception
java.lang.ExceptionWikiPageAttachment getWikiPageAttachment(java.lang.Long wikiPageAttachmentId) throws java.lang.Exception
java.lang.ExceptionPage<WikiPageAttachment> getWikiPageWikiPageAttachmentsPage(java.lang.Long wikiPageId) throws java.lang.Exception
java.lang.ExceptionWikiPageAttachment postWikiPageWikiPageAttachment(java.lang.Long wikiPageId, MultipartBody multipartBody) throws java.lang.Exception
java.lang.Exceptionjavax.ws.rs.core.Response postWikiPageWikiPageAttachmentBatch(java.lang.Long wikiPageId,
MultipartBody multipartBody,
java.lang.String callbackURL,
java.lang.Object object)
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)