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

net.morimekta.providence.graphql.introspection.FieldsArguments_OrBuilder Maven / Gradle / Ivy

There is a newer version: 2.7.0
Show newest version
package net.morimekta.providence.graphql.introspection;

@javax.annotation.Generated(
        value = "net.morimekta.providence:providence-generator-java",
        comments = "java")
@SuppressWarnings("unused")
public interface FieldsArguments_OrBuilder extends net.morimekta.providence.PMessageOrBuilder {
    /**
     * @return The includeDeprecated value.
     */
    boolean isIncludeDeprecated();

    /**
     * @return Optional includeDeprecated value.
     */
    @javax.annotation.Nonnull
    java.util.Optional optionalIncludeDeprecated();

    /**
     * @return If includeDeprecated is present.
     */
    boolean hasIncludeDeprecated();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy