Package | Description |
---|---|
io.sphere.sdk.customers.queries |
Provides types to retrieve the state of customers.
|
Modifier and Type | Method and Description |
---|---|
static CustomerByIdGet |
CustomerByIdGet.of(Identifiable<Customer> resource) |
static CustomerByIdGet |
CustomerByIdGet.of(String id) |
CustomerByIdGet |
CustomerByIdGet.plusExpansionPaths(ExpansionPath<Customer> expansionPath) |
CustomerByIdGet |
CustomerByIdGet.withExpansionPaths(ExpansionPath<Customer> expansionPath) |
CustomerByIdGet |
CustomerByIdGet.withExpansionPaths(List<ExpansionPath<Customer>> expansionPaths) |