public abstract class ListPartsResponse extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ListPartsResponse.Entry |
Constructor and Description |
---|
ListPartsResponse() |
Modifier and Type | Method and Description |
---|---|
static ListPartsResponse |
create(Integer nextPartNumber,
List<ListPartsResponse.Entry> parts) |
abstract Integer |
nextPartNumber() |
abstract List<ListPartsResponse.Entry> |
parts() |
public abstract List<ListPartsResponse.Entry> parts()
public static ListPartsResponse create(@Nullable Integer nextPartNumber, List<ListPartsResponse.Entry> parts)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.