Uses of Class
com.fluig.sdk.api.social.PostVO
-
Packages that use PostVO Package Description com.fluig.sdk.service -
-
Uses of PostVO in com.fluig.sdk.service
Methods in com.fluig.sdk.service that return PostVO Modifier and Type Method Description PostVO
PostService. create(PostVO vo)
Realiza um post em uma timeline, seja pessoal ou de alguma comunidade.PostVO
PostService. createWithUpload(PostVO vo)
Realiza um post com anexo em uma timeline, seja pessoal ou de alguma comunidade.Methods in com.fluig.sdk.service with parameters of type PostVO Modifier and Type Method Description PostVO
PostService. create(PostVO vo)
Realiza um post em uma timeline, seja pessoal ou de alguma comunidade.PostVO
PostService. createWithUpload(PostVO vo)
Realiza um post com anexo em uma timeline, seja pessoal ou de alguma comunidade.
-