interface com.microsoft.azure.management.monitor.implementation.EventCategoriesInner$EventCategoriesService
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.monitor.implementation.EventCategoriesInner$EventCategoriesService
  super_class: java.lang.Object
{
  public abstract rx.Observable<retrofit2.Response<okhttp3.ResponseBody>> list(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    RuntimeVisibleAnnotations: 
      retrofit2.http.Headers(value = {"Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.monitor.EventCategories list"})
      retrofit2.http.GET(value = "providers/microsoft.insights/eventcategories")
    RuntimeVisibleParameterAnnotations: 
      0:
        retrofit2.http.Query(value = "api-version")
      1:
        retrofit2.http.Header(value = "accept-language")
      2:
        retrofit2.http.Header(value = "User-Agent")
    MethodParameters:
                Name  Flags
      apiVersion      
      acceptLanguage  
      userAgent       
}
SourceFile: "EventCategoriesInner.java"
NestHost: com.microsoft.azure.management.monitor.implementation.EventCategoriesInner
InnerClasses:
  abstract EventCategoriesService = com.microsoft.azure.management.monitor.implementation.EventCategoriesInner$EventCategoriesService of com.microsoft.azure.management.monitor.implementation.EventCategoriesInner