You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the public api where a method signature specifies a parameter of List<Option> that should be List<? extends Option> so that the user doesn't have to cast a List<QueryOption> to List<Option>.
For example, in com.microsoft.graph.requests.generated.IBaseMessageRequestBuilder: