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

io.sphere.sdk.queries.AddressQueryModel Maven / Gradle / Ivy

There is a newer version: 1.0.0-M26
Show newest version
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