Package com.microsoft.kiota
Interface RequestOption
- All Known Implementing Classes:
ResponseHandlerOption
public interface RequestOption
Represents a request option.
-
Method Summary
Modifier and TypeMethodDescription<T extends RequestOption>
Class<T> getType()Gets the type of the option to use for middleware retrieval.
-
Method Details
-
getType
Gets the type of the option to use for middleware retrieval.- Type Parameters:
T- Type of the option.- Returns:
- Class of the option type.
-