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

io.sphere.sdk.apiclient.queries.ApiClientQueryModelImpl Maven / Gradle / Ivy

There is a newer version: 2.16.0
Show newest version
/*
This class has been generated by class io.sphere.sdk.annotations.processors.HasQueryModelImplementationAnnotationProcessor
induced by the annotation io.sphere.sdk.annotations.HasQueryModelImplementation.
in the source class io.sphere.sdk.apiclient.queries.ApiClientQueryModel.

*/
package io.sphere.sdk.apiclient.queries;

import javax.annotation.Nullable;
import io.sphere.sdk.models.*;
import java.util.*;
import io.sphere.sdk.utils.*;
import com.fasterxml.jackson.annotation.*;
import io.sphere.sdk.queries.*;
import io.sphere.sdk.apiclient.*;


final class ApiClientQueryModelImpl extends ResourceQueryModelImpl implements ApiClientQueryModel {

    ApiClientQueryModelImpl(final QueryModel parent, final String pathSegment) {
        super(parent, pathSegment);

        
}
    
    
    public final io.sphere.sdk.queries.StringQuerySortingModel name() {
        return stringQuerySortingModel("name");
}
    
    public final io.sphere.sdk.queries.StringQuerySortingModel scope() {
        return stringQuerySortingModel("scope");
}
    
    public final io.sphere.sdk.queries.TimestampSortingModel lastUsedAt() {
        return timestampSortingModel("lastUsedAt");
}
    
    public final io.sphere.sdk.queries.StringQuerySortingModel secret() {
        return stringQuerySortingModel("secret");
}
    
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy