Package org.jclouds.b2.domain
Class ListPartsResponse
- java.lang.Object
-
- org.jclouds.b2.domain.ListPartsResponse
-
public abstract class ListPartsResponse extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListPartsResponse.Entry
-
Constructor Summary
Constructors Constructor Description ListPartsResponse()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static ListPartsResponsecreate(Integer nextPartNumber, List<ListPartsResponse.Entry> parts)abstract IntegernextPartNumber()abstract List<ListPartsResponse.Entry>parts()
-
-
-
Method Detail
-
parts
public abstract List<ListPartsResponse.Entry> parts()
-
create
public static ListPartsResponse create(@Nullable Integer nextPartNumber, List<ListPartsResponse.Entry> parts)
-
-