Package org.camunda.bpm.engine.rest.hal
Class EmptyHalCollection
- java.lang.Object
-
- org.camunda.bpm.engine.rest.hal.HalResource<T>
-
- org.camunda.bpm.engine.rest.hal.HalCollectionResource<EmptyHalCollection>
-
- org.camunda.bpm.engine.rest.hal.EmptyHalCollection
-
public class EmptyHalCollection extends HalCollectionResource<EmptyHalCollection>
- Author:
- Sebastian Menski
-
-
Field Summary
Fields Modifier and Type Field Description static HalResource
INSTANCE
-
Fields inherited from class org.camunda.bpm.engine.rest.hal.HalCollectionResource
count
-
Fields inherited from class org.camunda.bpm.engine.rest.hal.HalResource
_embedded, _links, linker
-
-
Constructor Summary
Constructors Constructor Description EmptyHalCollection()
EmptyHalCollection(long count)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends HalCollectionResource>
TemptyHalCollection()
-
Methods inherited from class org.camunda.bpm.engine.rest.hal.HalCollectionResource
getCount
-
Methods inherited from class org.camunda.bpm.engine.rest.hal.HalResource
addEmbedded, addEmbedded, addLink, addLink, embed, get_embedded, get_links, getEmbedded
-
-
-
-
Field Detail
-
INSTANCE
public static final HalResource INSTANCE
-
-
Method Detail
-
emptyHalCollection
public static <T extends HalCollectionResource> T emptyHalCollection()
-
-