Class TagServiceFacade
- java.lang.Object
-
- pl.grizzlysoftware.util.RetrofitApiServiceFacade
-
- pl.grizzlysoftware.dotykacka.client.v1.facade.BasicDotykackaApiServiceFacade
-
- pl.grizzlysoftware.dotykacka.client.v1.facade.DotykackaApiServiceFacade<TagService>
-
- pl.grizzlysoftware.dotykacka.client.v1.facade.TagServiceFacade
-
public class TagServiceFacade extends DotykackaApiServiceFacade<TagService>
-
-
Field Summary
Fields Modifier and Type Field Description protected BatchLoaderbatchLoader-
Fields inherited from class pl.grizzlysoftware.dotykacka.client.v1.facade.DotykackaApiServiceFacade
service
-
Fields inherited from class pl.grizzlysoftware.dotykacka.client.v1.facade.BasicDotykackaApiServiceFacade
cloudId
-
Fields inherited from class pl.grizzlysoftware.util.RetrofitApiServiceFacade
executor
-
-
Constructor Summary
Constructors Constructor Description TagServiceFacade(java.lang.Long cloudId, TagService service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TagcreateTag(Tag tag)TaggetTag(java.lang.Long id)java.util.Collection<Tag>getTags()java.util.Collection<Tag>getTags(int limit, int offset)java.util.Collection<Tag>getTags(int limit, int offset, java.lang.String sort)java.util.Collection<Tag>getTags(java.lang.String sort)-
Methods inherited from class pl.grizzlysoftware.util.RetrofitApiServiceFacade
execute
-
-
-
-
Field Detail
-
batchLoader
protected BatchLoader batchLoader
-
-
Constructor Detail
-
TagServiceFacade
public TagServiceFacade(java.lang.Long cloudId, TagService service)
-
-
Method Detail
-
getTag
public Tag getTag(java.lang.Long id)
-
getTags
public java.util.Collection<Tag> getTags(int limit, int offset, java.lang.String sort)
-
getTags
public java.util.Collection<Tag> getTags(int limit, int offset)
-
getTags
public java.util.Collection<Tag> getTags(java.lang.String sort)
-
getTags
public java.util.Collection<Tag> getTags()
-
-