Class HeatStack.Stacks
- java.lang.Object
-
- org.openstack4j.openstack.common.ListResult<HeatStack>
-
- org.openstack4j.openstack.heat.domain.HeatStack.Stacks
-
- All Implemented Interfaces:
Serializable,ListType,ModelEntity
- Enclosing class:
- HeatStack
public static class HeatStack.Stacks extends ListResult<HeatStack>
An inner class for representing lists of HeatStacks- Author:
- Matthias Reisser
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Stacks()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<HeatStack>value()-
Methods inherited from class org.openstack4j.openstack.common.ListResult
first, getList
-
-
-
-
Method Detail
-
value
protected List<HeatStack> value()
- Specified by:
valuein classListResult<HeatStack>
-
-