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

io.sphere.sdk.shippingmethods.queries.ShippingMethodByKeyGet Maven / Gradle / Ivy

The newest version!
/*
This class has been generated by class io.sphere.sdk.annotations.processors.HasByKeyGetEndpointAnnotationProcessor
induced by the annotation io.sphere.sdk.annotations.HasByKeyGetEndpoint.
in the source class io.sphere.sdk.shippingmethods.ShippingMethod.
To render this class the handlebars template 'queries/byFieldGetInterface.hbs' has been used.
*/
package io.sphere.sdk.shippingmethods.queries;

import io.sphere.sdk.expansion.ExpansionPath;
import io.sphere.sdk.queries.MetaModelGetDsl;
import io.sphere.sdk.shippingmethods.ShippingMethod;
import io.sphere.sdk.shippingmethods.expansion.ShippingMethodExpansionModel;
import io.sphere.sdk.models.Identifiable;

import java.util.List;

/**
 * Fetches a shipping method by key.

    
        
   {@include.example io.sphere.sdk.shippingmethods.queries.ShippingMethodByKeyGetIntegrationTest#execution() }
        

    
 */
public interface ShippingMethodByKeyGet extends MetaModelGetDsl> {
    static ShippingMethodByKeyGet of(final String key) {
        return new ShippingMethodByKeyGetImpl(key);
    }



    @Override
    List> expansionPaths();

    @Override
    ShippingMethodByKeyGet plusExpansionPaths(final ExpansionPath expansionPath);

    @Override
    ShippingMethodByKeyGet withExpansionPaths(final ExpansionPath expansionPath);

    @Override
    ShippingMethodByKeyGet withExpansionPaths(final List> expansionPaths);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy