Package net.flioris.jva.action.wall
Class PostAction
-
Nested Class Summary
Nested classes/interfaces inherited from class net.flioris.jva.action.RestAction
RestAction.ResponseHandler<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected okhttp3.Call
getCall()
setCloseComments
(boolean closeComments) setCopyright
(String copyright) setDonutPaidDuration
(int time) setFromGroup
(boolean fromGroup) setLat
(int lat) setLong
(int longValue) setMarkAsAds
(boolean markAsAds) setMessage
(String message) setMuteNotifications
(boolean muteNotifications) setPhoto
(org.json.JSONObject saveDocResponse) setPlaceId
(int placeId) setPostId
(int postId) setPublishDate
(long timestamp) setSigned
(boolean signed)
-
Constructor Details
-
PostAction
public PostAction(okhttp3.OkHttpClient client, okhttp3.HttpUrl.Builder urlBuilder)
-
-
Method Details
-
setSigned
-
setPublishDate
-
setLat
-
setLong
-
setPlaceId
-
setPostId
-
setGuid
-
setMarkAsAds
-
setCloseComments
-
setDonutPaidDuration
-
setMuteNotifications
-
setCopyright
-
setPhoto
-
setMessage
-
setFromGroup
-
getCall
protected okhttp3.Call getCall()- Specified by:
getCall
in classRestAction<Integer>
-