Package | Description |
---|---|
io.sphere.sdk.apiclient.queries | |
io.sphere.sdk.orders.queries |
Provides types to retrieve the state of orders.
|
io.sphere.sdk.payments.queries |
Provides types to retrieve the state of payments.
|
io.sphere.sdk.productdiscounts.queries |
Provides types to retrieve the state of product discounts.
|
io.sphere.sdk.queries |
Provides types to prepare and receive queries.
|
io.sphere.sdk.types.queries |
Provides types to retrieve the state of types.
|
Modifier and Type | Method and Description |
---|---|
TimestampSortingModel<ApiClient> |
ApiClientQueryModel.createdAt() |
TimestampSortingModel<ApiClient> |
ApiClientQueryModel.lastUsedAt() |
Modifier and Type | Method and Description |
---|---|
TimestampSortingModel<T> |
SyncInfoQueryModel.syncedAt() |
Modifier and Type | Method and Description |
---|---|
TimestampSortingModel<Payment> |
PaymentQueryModel.authorizedUntil() |
TimestampSortingModel<T> |
TransactionCollectionQueryModel.timestamp() |
Modifier and Type | Method and Description |
---|---|
TimestampSortingModel<ProductDiscount> |
ProductDiscountQueryModel.validFrom() |
TimestampSortingModel<ProductDiscount> |
ProductDiscountQueryModel.validUntil() |
Modifier and Type | Method and Description |
---|---|
TimestampSortingModel<T> |
ResourceQueryModelImpl.createdAt() |
TimestampSortingModel<T> |
ResourceQueryModel.createdAt() |
TimestampSortingModel<T> |
ResourceQueryModelImpl.lastModifiedAt() |
TimestampSortingModel<T> |
ResourceQueryModel.lastModifiedAt() |
protected TimestampSortingModel<T> |
QueryModelImpl.timestampSortingModel(String pathSegment) |
Modifier and Type | Method and Description |
---|---|
TimestampSortingModel<T> |
FieldsQueryModel.ofDateTime(String name) |