
io.sphere.sdk.queries.KeyReferenceQueryModelImpl Maven / Gradle / Ivy
The newest version!
package io.sphere.sdk.queries;
import javax.annotation.Nullable;
final class KeyReferenceQueryModelImpl extends QueryModelImpl implements KeyReferenceQueryModel {
public KeyReferenceQueryModelImpl(@Nullable final QueryModel parent, @Nullable final String pathSegment) {
super(parent, pathSegment);
}
@Override
public StringQueryModel key() {
return stringModel("key");
}
@Override
public StringQueryModel typeId() {
return stringModel("typeId");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy