io.sphere.sdk.queries.AddressQueryModel Maven / Gradle / Ivy
package io.sphere.sdk.queries;
public interface AddressQueryModel extends OptionalQueryModel {
StringQueryModel id();
StringQueryModel title();
StringQueryModel salutation();
StringQueryModel firstName();
StringQueryModel lastName();
StringQueryModel streetName();
StringQueryModel streetNumber();
StringQueryModel additionalStreetInfo();
StringQueryModel postalCode();
StringQueryModel city();
StringQueryModel region();
StringQueryModel state();
StringQueryModel company();
StringQueryModel department();
StringQueryModel building();
StringQueryModel apartment();
StringQueryModel pOBox();
StringQueryModel phone();
StringQueryModel mobile();
StringQueryModel email();
StringQueryModel additionalAddressInfo();
CountryQueryModel country();
@Override
QueryPredicate isNotPresent();
@Override
QueryPredicate isPresent();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy