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

com.microsoft.kiota.RequestOption Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package com.microsoft.kiota;

import jakarta.annotation.Nonnull;

/** Represents a request option. */
public interface RequestOption {
    /**
     * Gets the type of the option to use for middleware retrieval.
     * @param  Type of the option.
     * @return Class of the option type.
     */
    @Nonnull public  Class getType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy