public class MovableTypeApiClientImpl extends Object implements MovableTypeApiClient
| コンストラクタと説明 |
|---|
MovableTypeApiClientImpl(String clientId,
String endpoint)
MovableTypeApiClientImpl - Connection not authenticated
|
MovableTypeApiClientImpl(String username,
String password,
String clientId,
String endpoint)
MovableTypeApiClientImpl
|
MovableTypeApiClientImpl(String username,
String password,
String clientId,
String endpoint,
String authUsername,
String authPassword)
MovableTypeApiClientImpl - Basic Authentication
|
public MovableTypeApiClientImpl(String username, String password, String clientId, String endpoint) throws IOException
username - password - clientId - endpoint - IOExceptionpublic MovableTypeApiClientImpl(String username, String password, String clientId, String endpoint, String authUsername, String authPassword) throws IOException
username - password - clientId - endpoint - authUsername - authPassword - IOExceptionpublic MovableTypeApiClientImpl(String clientId, String endpoint) throws IOException
clientId - endpoint - IOExceptionpublic void setVersion(String version)
setVersion インタフェース内 MovableTypeApiClientpublic void setEndpoint(String endpoint)
setEndpoint インタフェース内 MovableTypeApiClientpublic String getEndpoint()
getEndpoint インタフェース内 MovableTypeApiClientpublic Version getVersion() throws IOException
MovableTypeApiClientgetVersion インタフェース内 MovableTypeApiClientIOExceptionpublic int getResponseCode()
throws IOException
getResponseCode インタフェース内 MovableTypeApiClientIOExceptionpublic String getResponseMessage() throws IOException
getResponseMessage インタフェース内 MovableTypeApiClientIOExceptionpublic String getResponseBody() throws IOException
getResponseBody インタフェース内 MovableTypeApiClientIOExceptionpublic Authentication getAuthentication()
MovableTypeApiClientgetAuthentication インタフェース内 MovableTypeApiClientpublic Status deleteToken() throws IOException
deleteToken インタフェース内 MovableTypeApiClientIOExceptionpublic Status signOut() throws IOException
signOut インタフェース内 MovableTypeApiClientIOExceptionpublic Site createWebsite(Site site) throws IOException
createWebsite インタフェース内 MovableTypeApiClientIOExceptionpublic Site createBlog(int site_id, Site site) throws IOException
createBlog インタフェース内 MovableTypeApiClientIOExceptionpublic Site deleteSite(int site_id) throws IOException
deleteSite インタフェース内 MovableTypeApiClientIOExceptionpublic Site getSite(int site_id, String fields) throws IOException
getSite インタフェース内 MovableTypeApiClientIOExceptionpublic SiteItems searchSite(SiteSearchParam siteSearchParam) throws IOException
searchSite インタフェース内 MovableTypeApiClientIOExceptionpublic Site updateSite(Site site) throws IOException
updateSite インタフェース内 MovableTypeApiClientIOExceptionpublic Site updateBlog(Site site) throws IOException
updateBlog インタフェース内 MovableTypeApiClientIOExceptionpublic Entry postEntry(int site_id, Entry entry) throws IOException
postEntry インタフェース内 MovableTypeApiClientIOExceptionpublic Entry deleteEntry(int site_id, Integer entry_id) throws IOException
deleteEntry インタフェース内 MovableTypeApiClientIOExceptionpublic Entry getEntry(EntrySearchParam search) throws IOException
getEntry インタフェース内 MovableTypeApiClientIOExceptionpublic EntryItems searchEntry(EntrySearchParam search) throws IOException
searchEntry インタフェース内 MovableTypeApiClientIOExceptionpublic Entry updateEntry(int site_id, Entry entry) throws IOException
updateEntry インタフェース内 MovableTypeApiClientIOExceptionpublic Asset uploadAsset(UploadParam upload) throws IOException
uploadAsset インタフェース内 MovableTypeApiClientIOExceptionpublic Asset deleteAsset(int site_id, int asset_id) throws IOException
deleteAsset インタフェース内 MovableTypeApiClientIOExceptionpublic Asset getAsset(int site_id, int asset_id, String fields) throws IOException
getAsset インタフェース内 MovableTypeApiClientIOExceptionpublic AssetItems searchAsset(AssetSearchParam search) throws IOException
searchAsset インタフェース内 MovableTypeApiClientIOExceptionpublic Asset updateAsset(int site_id, Asset asset) throws IOException
updateAsset インタフェース内 MovableTypeApiClientIOExceptionpublic Category createCategory(int site_id, Category category) throws IOException
createCategory インタフェース内 MovableTypeApiClientIOExceptionpublic Category deleteCategory(int site_id, int category_id) throws IOException
deleteCategory インタフェース内 MovableTypeApiClientIOExceptionpublic Category getCategory(int site_id, int category_id, String fields) throws IOException
getCategory インタフェース内 MovableTypeApiClientIOExceptionpublic CategoryItems searchCategory(CategorySearchParam search) throws IOException
searchCategory インタフェース内 MovableTypeApiClientIOExceptionpublic Category updateCategory(int site_id, Category category) throws IOException
updateCategory インタフェース内 MovableTypeApiClientIOExceptionpublic User createUser(User user) throws IOException
createUser インタフェース内 MovableTypeApiClientIOExceptionpublic User deleteUser(int user_id) throws IOException
deleteUser インタフェース内 MovableTypeApiClientIOExceptionpublic UserItems searchUser(UserSearchParam search) throws IOException
searchUser インタフェース内 MovableTypeApiClientIOExceptionpublic User getUser(String user_id, String fields) throws IOException
getUser インタフェース内 MovableTypeApiClientIOExceptionpublic User updateUser(User user) throws IOException
updateUser インタフェース内 MovableTypeApiClientIOExceptionpublic Status unlockUser(int user_id) throws IOException
unlockUser インタフェース内 MovableTypeApiClientIOExceptionpublic EntryItems search(SearchParam search) throws IOException
search インタフェース内 MovableTypeApiClientIOExceptionpublic Status rebuild(int site_id, int template_id) throws IOException
rebuild インタフェース内 MovableTypeApiClientIOExceptionpublic Status resetAllTemplate(int site_id, String refresh_type) throws IOException
resetAllTemplate インタフェース内 MovableTypeApiClientIOExceptionpublic Status resetTemplate(int site_id, int template_id) throws IOException
resetTemplate インタフェース内 MovableTypeApiClientIOExceptionpublic Template createTemplate(int site_id, Template template) throws IOException
createTemplate インタフェース内 MovableTypeApiClientIOExceptionpublic Template updateTemplate(int site_id, Template template) throws IOException
updateTemplate インタフェース内 MovableTypeApiClientIOExceptionpublic Template deleteTemplate(int site_id, int template_id) throws IOException
deleteTemplate インタフェース内 MovableTypeApiClientIOExceptionpublic TemplateItems searchTemplate(TemplateSearchParam search) throws IOException
searchTemplate インタフェース内 MovableTypeApiClientIOExceptionpublic ThemeItems getThemeList() throws IOException
getThemeList インタフェース内 MovableTypeApiClientIOExceptionpublic Theme getTheme(String theme_id) throws IOException
getTheme インタフェース内 MovableTypeApiClientIOExceptionpublic Status applyTheme(int site_id, String theme_id) throws IOException
applyTheme インタフェース内 MovableTypeApiClientIOExceptionpublic FolderItems searchFolder(FolderSearchParam search) throws IOException
searchFolder インタフェース内 MovableTypeApiClientIOExceptionpublic FolderItems searchParentsFolder(int site_id, int folder_id, int maxDepth, int includeCurrent) throws IOException
searchParentsFolder インタフェース内 MovableTypeApiClientIOExceptionpublic FolderItems searchSiblingsFolder(FolderSearchParam search) throws IOException
searchSiblingsFolder インタフェース内 MovableTypeApiClientIOExceptionpublic FolderItems searchChildFolder(int site_id, int folder_id, int maxDepth, int includeCurrent) throws IOException
searchChildFolder インタフェース内 MovableTypeApiClientIOExceptionpublic StatItems searchStatVisitPath(StatSearchParam search) throws IOException
searchStatVisitPath インタフェース内 MovableTypeApiClientIOExceptionpublic StatItems searchStatVisitDate(StatSearchParam search) throws IOException
searchStatVisitDate インタフェース内 MovableTypeApiClientIOExceptionpublic StatItems searchStatPageViewPath(StatSearchParam search) throws IOException
searchStatPageViewPath インタフェース内 MovableTypeApiClientIOExceptionpublic StatItems searchStatPageViewDate(StatSearchParam search) throws IOException
searchStatPageViewDate インタフェース内 MovableTypeApiClientIOExceptionpublic Provider getStatProvider(int site_id) throws IOException
getStatProvider インタフェース内 MovableTypeApiClientIOExceptionCopyright © 2017. All rights reserved.