java.lang.Object
com.genologics.ri.automation.Automations
- All Implemented Interfaces:
Batch<AutomationLink>
,PaginatedBatch<AutomationLink>
,Serializable
,Iterable<AutomationLink>
- Since:
- 2.26
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<AutomationLink>
protected Page
protected Page
protected URI
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetList()
int
getSize()
getUri()
iterator()
void
setNextPage
(Page value) void
setPreviousPage
(Page value) void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
automations
-
previousPage
-
nextPage
-
uri
-
-
Constructor Details
-
Automations
public Automations()
-
-
Method Details
-
getList
- Specified by:
getList
in interfaceBatch<AutomationLink>
-
getSize
public int getSize()- Specified by:
getSize
in interfaceBatch<AutomationLink>
-
iterator
- Specified by:
iterator
in interfaceIterable<AutomationLink>
-
getAutomations
-
getPreviousPage
- Specified by:
getPreviousPage
in interfacePaginatedBatch<AutomationLink>
-
setPreviousPage
- Specified by:
setPreviousPage
in interfacePaginatedBatch<AutomationLink>
-
getNextPage
- Specified by:
getNextPage
in interfacePaginatedBatch<AutomationLink>
-
setNextPage
- Specified by:
setNextPage
in interfacePaginatedBatch<AutomationLink>
-
getUri
-
setUri
-