public class RestEndpointUsageAnalyticsEvent extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RestEndpointUsageAnalyticsEvent.AnalyzedEndpoint |
Constructor and Description |
---|
RestEndpointUsageAnalyticsEvent(RestEndpointUsageAnalyticsEvent.AnalyzedEndpoint endpoint,
boolean authenticatedAccess,
boolean ajaxRequest) |
RestEndpointUsageAnalyticsEvent(RestEndpointUsageAnalyticsEvent.AnalyzedEndpoint endpoint,
boolean authenticatedAccess,
String requestedWith) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
RestEndpointUsageAnalyticsEvent.AnalyzedEndpoint |
getEndpoint() |
int |
hashCode() |
boolean |
isAjaxRequest() |
boolean |
isAuthenticatedAccess() |
public RestEndpointUsageAnalyticsEvent(RestEndpointUsageAnalyticsEvent.AnalyzedEndpoint endpoint, boolean authenticatedAccess, boolean ajaxRequest)
public RestEndpointUsageAnalyticsEvent(RestEndpointUsageAnalyticsEvent.AnalyzedEndpoint endpoint, boolean authenticatedAccess, String requestedWith)
public RestEndpointUsageAnalyticsEvent.AnalyzedEndpoint getEndpoint()
public boolean isAuthenticatedAccess()
public boolean isAjaxRequest()
Copyright © 2002-2021 Atlassian. All Rights Reserved.