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 searchSites(SiteSearchParam siteSearchParam) throws IOException
searchSites インタフェース内 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(int site_id, int entry_id, String fields) 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(int site_id, 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(int site_id, CategorySearchParam search) throws IOException
searchCategory インタフェース内 MovableTypeApiClientIOExceptionpublic Category updateCategory(int site_id, Category category) throws IOException
updateCategory インタフェース内 MovableTypeApiClientIOExceptionpublic User createUser(CreateUser createUser) 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 インタフェース内 MovableTypeApiClientIOExceptionCopyright © 2017. All rights reserved.