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

io.sphere.sdk.messages.queries.MessageQueryModel Maven / Gradle / Ivy

There is a newer version: 2.16.0
Show newest version
package io.sphere.sdk.messages.queries;

import io.sphere.sdk.messages.Message;
import io.sphere.sdk.queries.AnyReferenceQueryModel;
import io.sphere.sdk.queries.ResourceQueryModel;

public interface MessageQueryModel extends ResourceQueryModel {
    MessageTypeQueryModel type();

    AnyReferenceQueryModel resource();

    static MessageQueryModel of() {
        return MessageQueryModelImpl.of();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy