All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.sphere.sdk.subscriptions.PayloadNotIncluded Maven / Gradle / Ivy

The newest version!
package io.sphere.sdk.subscriptions;

import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import io.sphere.sdk.annotations.ResourceValue;

@ResourceValue
@JsonDeserialize(as = PayloadNotIncludedImpl.class)
public interface PayloadNotIncluded {


    String getReason();

    /**
     * @return The value of the {@code type} field in the original payload.
     */
    String getPayloadType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy