public final class PaginationInfo
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
StructureShape |
getInput() |
MemberShape |
getInputTokenMember() |
java.util.Optional<MemberShape> |
getItemsMember()
Deprecated.
See
getItemsMemberPath() to retrieve the full path. |
java.util.List<MemberShape> |
getItemsMemberPath()
Get the resolved items path identifiers as a list of
MemberShape . |
OperationShape |
getOperation() |
StructureShape |
getOutput() |
MemberShape |
getOutputTokenMember()
Deprecated.
See
getOutputTokenMemberPath() to retrieve the full path. |
java.util.List<MemberShape> |
getOutputTokenMemberPath()
Get the resolved output path identifiers as a list of
MemberShape . |
java.util.Optional<MemberShape> |
getPageSizeMember() |
PaginatedTrait |
getPaginatedTrait()
Gets the paginated trait of the operation merged with the service.
|
ServiceShape |
getService() |
public ServiceShape getService()
public OperationShape getOperation()
public StructureShape getInput()
public StructureShape getOutput()
public PaginatedTrait getPaginatedTrait()
public MemberShape getInputTokenMember()
@Deprecated public MemberShape getOutputTokenMember()
getOutputTokenMemberPath()
to retrieve the full path.MemberShape
of the output path.public java.util.List<MemberShape> getOutputTokenMemberPath()
MemberShape
.MemberShape
.@Deprecated public java.util.Optional<MemberShape> getItemsMember()
getItemsMemberPath()
to retrieve the full path.MemberShape
of the items path.public java.util.List<MemberShape> getItemsMemberPath()
MemberShape
.MemberShape
.public java.util.Optional<MemberShape> getPageSizeMember()