Package | Description |
---|---|
io.sphere.sdk.products |
Provides model classes and builders for products.
|
io.sphere.sdk.products.commands.updateactions |
Provides the possible operations which can be performed on update commands for products.
|
io.sphere.sdk.products.messages |
Provides model classes and builders for products.
|
Modifier and Type | Method and Description |
---|---|
static PublishScope |
PublishScope.ofSphereValue(String value) |
static PublishScope |
PublishScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublishScope[] |
PublishScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PublishScope |
Publish.getScope() |
Modifier and Type | Method and Description |
---|---|
static Publish |
Publish.ofScope(PublishScope scope) |
Modifier and Type | Method and Description |
---|---|
PublishScope |
ProductPublishedMessage.getScope() |