Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W X Y 

A

aboveComparison() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraMetricAlertCondition.Builder
Sets the comparison of the alert condition to "above".
aboveComparison() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraProcessRunningAlertCondition.Builder
Sets the comparison of the alert condition to "above".
aboveOperator() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term.Builder
Sets the operator of the term to "above".
ACCOUNT_ID_PROPERTY - Static variable in class com.opsmatters.newrelic.api.Constants
The name of the standard property used for the Account ID.
accountId(long) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Widget.Builder
Sets the account id of the widget.
accounts() - Method in class com.opsmatters.newrelic.api.NewRelicPartnerApi
Returns the operations related to Partner accounts.
add(long, String, long) - Method in class com.opsmatters.newrelic.api.services.AlertEntityConditionService
Adds the given entity to the alert condition with the given id.
add(Entity, long) - Method in class com.opsmatters.newrelic.api.services.AlertEntityConditionService
Adds the given entity to the alert condition with the given id.
add(String, Object) - Method in class com.opsmatters.newrelic.util.QueryParameterList
Adds the given query parameter name and value.
addApplicationLink(long) - Method in class com.opsmatters.newrelic.api.model.labels.Label.Builder
Adds an application to the links of the label.
addAttribute(String) - Method in class com.opsmatters.newrelic.api.model.insights.Filter
Adds an attribute to the dashboard filter.
addAttribute(String) - Method in class com.opsmatters.newrelic.api.model.insights.Filter.Builder
Adds an attribute to the dashboard filter.
addComponent(Component) - Method in class com.opsmatters.newrelic.api.model.plugins.PluginData
Adds a component to the plugin data.
addComponent(Component) - Method in class com.opsmatters.newrelic.api.model.plugins.PluginData.Builder
Adds a component to the plugin data.
addData(MetricsData) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.BreakdownMetricChart.Builder
Adds an item to the list of widget data items.
addData(EventsData) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.EventChart.Builder
Adds an item to the list of widget data items.
addData(EventsData) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.FacetChart.Builder
Adds an item to the list of widget data items.
addData(InventoryData) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.InventoryChart.Builder
Adds an item to the list of widget data items.
addData(MarkdownData) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Markdown.Builder
Adds an item to the list of widget data items.
addData(MetricsData) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricLineChart.Builder
Adds an item to the list of widget data items.
addData(EventsData) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.ThresholdEventChart.Builder
Adds an item to the list of widget data items.
addData(EventsData) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightChart.Builder
Adds an item to the list of widget data items.
addData(WidgetData) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Widget
Adds an item to the list of widget data items.
addEntity(long) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.MetricCondition
Adds an entity to the alert condition.
addEntity(long) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.MetricCondition.Builder
Adds the entity to the alert condition.
addEntityId(long) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricsData
Adds the given entity id to the list of entities for the widget.
addEntityId(long) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricsData.Builder
Adds the given entity id to the list of entities for the widget.
addEventType(String) - Method in class com.opsmatters.newrelic.api.model.insights.Filter
Adds an event type to the dashboard filter.
addEventType(String) - Method in class com.opsmatters.newrelic.api.model.insights.Filter.Builder
Adds an event type to the dashboard filter.
addFilter(String, String) - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard.Builder
Adds the given filter event type and attribute to the dashboard.
addFilter(String, String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.InventoryChart.Builder
Adds the given inventory filter to the list of widget data items.
addFilter(String, String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.InventoryData
Adds the given filter to the list of filters for the widget.
addFilter(String, String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.InventoryData.Builder
Adds the given filter to the list of filters for the widget.
addHeader(String, Object) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.WebhookChannel.Builder
Adds a header to the Webhook alerts.
addHeader(String, Object) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.WebhookConfiguration
Adds a header to the alerts.
addLocation(String) - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor.Builder
Adds the location to the monitor.
addMetric(Metric) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricsData
Adds the given metric to the list of metrics for the widget.
addMetric(Metric) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricsData.Builder
Adds the given metric to the list of metrics for the widget.
addMetric(String, int) - Method in class com.opsmatters.newrelic.api.model.plugins.Component
Adds an integer metric to the set of metrics.
addMetric(String, double) - Method in class com.opsmatters.newrelic.api.model.plugins.Component
Adds a floating-point metric to the set of metrics.
addMetric(String, int[]) - Method in class com.opsmatters.newrelic.api.model.plugins.Component
Adds an integer metric to the set of metrics.
addMetric(String, double[]) - Method in class com.opsmatters.newrelic.api.model.plugins.Component
Adds a floating-point metric to the set of metrics.
addMetric(String, MetricTimeslice<T>) - Method in class com.opsmatters.newrelic.api.model.plugins.Component
Adds a metric to the set of metrics.
addMetric(String, int) - Method in class com.opsmatters.newrelic.api.model.plugins.Component.Builder
Adds an integer metric to the set of metrics.
addMetric(String, double) - Method in class com.opsmatters.newrelic.api.model.plugins.Component.Builder
Adds a floating-point metric to the set of metrics.
addMetric(String, int[]) - Method in class com.opsmatters.newrelic.api.model.plugins.Component.Builder
Adds an integer metric to the set of metrics.
addMetric(String, double[]) - Method in class com.opsmatters.newrelic.api.model.plugins.Component.Builder
Adds a floating-point metric to the set of metrics.
addMetric(String, MetricTimeslice<T>) - Method in class com.opsmatters.newrelic.api.model.plugins.Component.Builder
Adds an integer metric to the set of metrics.
addNrqlData(String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.EventChart.Builder
Adds the given nrql to the list of widget data items.
addNrqlData(String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.FacetChart.Builder
Adds the given nrql to the list of widget data items.
addNrqlData(String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.ThresholdEventChart.Builder
Adds the given nrql to the list of widget data items.
addNrqlData(String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightChart.Builder
Adds the given nrql to the list of widget data items.
addPayload(String, Object) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.WebhookChannel.Builder
Adds a field to the payload of the Webhook alerts.
addPayload(String, Object) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.WebhookConfiguration
Adds a field to the payload for the alerts.
addScriptLocation(ScriptLocation) - Method in class com.opsmatters.newrelic.api.model.synthetics.Script.Builder
Adds a script location.
addServerLink(long) - Method in class com.opsmatters.newrelic.api.model.labels.Label.Builder
Adds a server to the links of the label.
addSource(String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.InventoryData
Adds the given source to the list of sources for the widget.
addSource(String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.InventoryData.Builder
Adds the given source to the list of sources for the widget.
addSourceData(String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.InventoryChart.Builder
Adds the given inventory source to the list of widget data items.
addSourceData(String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Markdown.Builder
Adds the given source to the list of widget data items.
addState(TrafficLightState) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLight
Adds a state to the traffic light.
addState(TrafficLightState) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLight.Builder
Adds a state to the traffic light.
addSubscription(ProductSubscription) - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount
Adds a subscription to the list of subscriptions.
addSubscription(ProductSubscription) - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount.Builder
Adds the given subscription to the list of subscriptions for the account.
addTerm(Term) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.TermsCondition
Adds a term to the alert condition.
addTerm(Term) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.TermsCondition.Builder
Adds the term to the alert condition.
addTrafficLight(TrafficLight) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightChart.Builder
Adds a traffic light to the presentation.
addTrafficLight(TrafficLight) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightPresentation
Adds a traffic light to the traffic lights.
addTrafficLight(TrafficLight) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightPresentation.Builder
Adds a traffic light to the traffic lights.
addUser(PartnerUser) - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount
Adds a user to the list of users.
addUser(PartnerUser) - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount.Builder
Adds the given user to the list of users for the account.
addValue(String) - Method in class com.opsmatters.newrelic.api.model.metrics.Metric
Adds a value to the list of values.
addValue(Metric.Value) - Method in class com.opsmatters.newrelic.api.model.metrics.Metric
Adds an metric value to the list of values.
addValue(String) - Method in class com.opsmatters.newrelic.api.model.metrics.Metric.Builder
Adds the given value to the list of values for the metric.
addValue(Metric.Value) - Method in class com.opsmatters.newrelic.api.model.metrics.Metric.Builder
Adds the given metric value to the list of values for the metric.
addWidget(Widget) - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard
Adds a widget to the list of widgets.
addWidget(Widget) - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard.Builder
Adds a widget to the list of widgets.
AdminUser - Class in com.opsmatters.newrelic.api.model.accounts
Represents a New Relic account admin user.
AdminUser() - Constructor for class com.opsmatters.newrelic.api.model.accounts.AdminUser
Default constructor.
Agent - Class in com.opsmatters.newrelic.api.model.plugins
Represents a New Relic plugin agent data.
Agent() - Constructor for class com.opsmatters.newrelic.api.model.plugins.Agent
Default constructor.
ALERT_CHANNEL - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
ALERT_CHANNELS - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
ALERT_CONDITION - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
ALERT_CONDITIONS - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
ALERT_EVENT - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
ALERT_EVENTS - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
ALERT_INCIDENT - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
ALERT_INCIDENTS - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
ALERT_POLICIES - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
ALERT_POLICY - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
ALERT_POLICY_CHANNEL - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
ALERT_VIOLATION - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
ALERT_VIOLATIONS - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
AlertChannel - Class in com.opsmatters.newrelic.api.model.alerts.channels
Represents a New Relic alert channel.
AlertChannel() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.AlertChannel
Default constructor.
AlertChannel.Builder<T extends AlertChannel,B extends AlertChannel.Builder<T,B>> - Class in com.opsmatters.newrelic.api.model.alerts.channels
Builder to make alert channel construction easier.
alertChannels() - Method in class com.opsmatters.newrelic.api.NewRelicApi
Returns the operations related to alert channels.
AlertChannelsDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.alerts.channels
Deserializer class for alert channels.
AlertChannelsDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.alerts.channels.AlertChannelsDeserializer
 
AlertChannelSerializer - Class in com.opsmatters.newrelic.httpclient.serializers.alerts.channels
Serializer class for alert policies.
AlertChannelSerializer() - Constructor for class com.opsmatters.newrelic.httpclient.serializers.alerts.channels.AlertChannelSerializer
 
AlertChannelService - Class in com.opsmatters.newrelic.api.services
The set of operations used for alert channels.
AlertChannelService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.AlertChannelService
Constructor that takes a http context and API client.
AlertCondition - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Represents a New Relic alert condition.
AlertCondition() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition
Default constructor.
AlertCondition.Builder<T extends AlertCondition,B extends AlertCondition.Builder<T,B>> - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Builder to make alert condition construction easier.
AlertCondition.ConditionScope - Enum in com.opsmatters.newrelic.api.model.alerts.conditions
Represents a condition scope.
AlertCondition.ConditionType - Enum in com.opsmatters.newrelic.api.model.alerts.conditions
Represents the available types for this condition.
AlertCondition.ViolationCloseTimerInterval - Enum in com.opsmatters.newrelic.api.model.alerts.conditions
Represents a violation close timer duration (in hours).
AlertConditionDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions
Deserializer class for APM alert conditions.
AlertConditionDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions.AlertConditionDeserializer
 
alertConditions() - Method in class com.opsmatters.newrelic.api.NewRelicApi
Returns the operations related to APM alert conditions.
AlertConditionsDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions
Deserializer class for APM alert conditions.
AlertConditionsDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions.AlertConditionsDeserializer
 
AlertConditionSerializer - Class in com.opsmatters.newrelic.httpclient.serializers.alerts.conditions
Serializer class for APM alert conditions.
AlertConditionSerializer() - Constructor for class com.opsmatters.newrelic.httpclient.serializers.alerts.conditions.AlertConditionSerializer
 
AlertConditionService - Class in com.opsmatters.newrelic.api.services
The set of operations used for alert conditions.
AlertConditionService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.AlertConditionService
Constructor that takes a http context and API client.
AlertEntity - Class in com.opsmatters.newrelic.api.model.alerts
Represents a New Relic alert entity.
AlertEntity() - Constructor for class com.opsmatters.newrelic.api.model.alerts.AlertEntity
Default constructor.
alertEntityConditions() - Method in class com.opsmatters.newrelic.api.NewRelicApi
Returns the operations related to APM alert entity conditions.
AlertEntityConditionService - Class in com.opsmatters.newrelic.api.services
The set of operations used for alert entity conditions.
AlertEntityConditionService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.AlertEntityConditionService
Constructor that takes a http context and API client.
AlertEvent - Class in com.opsmatters.newrelic.api.model.alerts
Represents a New Relic alert event.
AlertEvent() - Constructor for class com.opsmatters.newrelic.api.model.alerts.AlertEvent
Default constructor.
AlertEvent.EventType - Enum in com.opsmatters.newrelic.api.model.alerts
Represents the types of alert event.
alertEvents() - Method in class com.opsmatters.newrelic.api.NewRelicApi
Returns the operations related to alert events.
AlertEventsDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.alerts
Deserializer class for alert events.
AlertEventsDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.alerts.AlertEventsDeserializer
 
AlertEventService - Class in com.opsmatters.newrelic.api.services
The set of operations used for alert events.
AlertEventService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.AlertEventService
Constructor that takes a http context and API client.
AlertEventService.FilterBuilder - Class in com.opsmatters.newrelic.api.services
Builder to make filter construction easier.
AlertIncident - Class in com.opsmatters.newrelic.api.model.alerts
Represents a New Relic alert incident.
AlertIncident() - Constructor for class com.opsmatters.newrelic.api.model.alerts.AlertIncident
Default constructor.
alertIncidents() - Method in class com.opsmatters.newrelic.api.NewRelicApi
Returns the operations related to alert incidents.
AlertIncidentsDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.alerts
Deserializer class for alert incidents.
AlertIncidentsDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.alerts.AlertIncidentsDeserializer
 
AlertIncidentService - Class in com.opsmatters.newrelic.api.services
The set of operations used for alert incidents.
AlertIncidentService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.AlertIncidentService
Constructor that takes a http context and API client.
alertPolicies() - Method in class com.opsmatters.newrelic.api.NewRelicApi
Returns the operations related to alert policies.
AlertPoliciesDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.alerts.policies
Deserializer class for alert policies.
AlertPoliciesDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.alerts.policies.AlertPoliciesDeserializer
 
AlertPolicy - Class in com.opsmatters.newrelic.api.model.alerts.policies
Represents a New Relic alert policy.
AlertPolicy() - Constructor for class com.opsmatters.newrelic.api.model.alerts.policies.AlertPolicy
Default constructor.
AlertPolicy.Builder - Class in com.opsmatters.newrelic.api.model.alerts.policies
Builder to make alert policy construction easier.
AlertPolicyChannel - Class in com.opsmatters.newrelic.api.model.alerts.policies
Represents a New Relic alert policy channel.
AlertPolicyChannel() - Constructor for class com.opsmatters.newrelic.api.model.alerts.policies.AlertPolicyChannel
Default constructor.
AlertPolicyChannelDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.alerts.policies
Deserializer class for alert policy channels.
AlertPolicyChannelDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.alerts.policies.AlertPolicyChannelDeserializer
 
alertPolicyChannels() - Method in class com.opsmatters.newrelic.api.NewRelicApi
Returns the operations related to alert policy channels.
AlertPolicyChannelService - Class in com.opsmatters.newrelic.api.services
The set of operations used for alert policy channels.
AlertPolicyChannelService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.AlertPolicyChannelService
Constructor that takes a http context and API client.
AlertPolicyDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.alerts.policies
Deserializer class for alert policies.
AlertPolicyDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.alerts.policies.AlertPolicyDeserializer
 
AlertPolicySerializer - Class in com.opsmatters.newrelic.httpclient.serializers.alerts.policies
Serializer class for alert policies.
AlertPolicySerializer() - Constructor for class com.opsmatters.newrelic.httpclient.serializers.alerts.policies.AlertPolicySerializer
 
AlertPolicyService - Class in com.opsmatters.newrelic.api.services
The set of operations used for alert policies.
AlertPolicyService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.AlertPolicyService
Constructor that takes a http context and API client.
AlertThreshold - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Represents a New Relic Infrastructure alert threshold.
AlertThreshold() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.AlertThreshold
Default constructor.
AlertThreshold(int) - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.AlertThreshold
Constructor that takes a durationMinutes.
AlertThreshold.Builder - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Builder to make alert threshold construction easier.
AlertViolation - Class in com.opsmatters.newrelic.api.model.alerts
Represents a New Relic alert violation.
AlertViolation() - Constructor for class com.opsmatters.newrelic.api.model.alerts.AlertViolation
Default constructor.
alertViolations() - Method in class com.opsmatters.newrelic.api.NewRelicApi
Returns the operations related to alert violations.
AlertViolationsDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.alerts
Deserializer class for alert violations.
AlertViolationsDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.alerts.AlertViolationsDeserializer
 
AlertViolationService - Class in com.opsmatters.newrelic.api.services
The set of operations used for alert violations.
AlertViolationService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.AlertViolationService
Constructor that takes a http context and API client.
allEditable() - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard.Builder
Sets the editability of the dashboard to "editable_by_all".
allowApiAccess(boolean) - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount.Builder
Set to true if API access to application data is allowed.
allTimeFunction() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertThreshold.Builder
Sets the time function of the threshold to "all".
allTimeFunction() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term.Builder
Sets the time function of the term to "all".
allVisibility() - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard.Builder
Sets the visibility of the dashboard to "all".
anyTimeFunction() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertThreshold.Builder
Sets the time function of the threshold to "any".
anyTimeFunction() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term.Builder
Sets the time function of the term to "any".
API_KEY_PROPERTY - Static variable in class com.opsmatters.newrelic.api.Constants
The name of the standard property used for the API key.
apiKey(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.OpsGenieChannel.Builder
Sets the API key of the OpsGenie alerts.
apiKey(String) - Method in class com.opsmatters.newrelic.api.NewRelicApi.Builder
Sets the API key used to authenticate the connection.
apiKey(String) - Method in class com.opsmatters.newrelic.api.NewRelicInfraApi.Builder
Sets the API key used to authenticate the connection.
apiKey(String) - Method in class com.opsmatters.newrelic.api.NewRelicPartnerApi.Builder
Sets the API key used to authenticate the connection.
apiKey(String) - Method in class com.opsmatters.newrelic.api.NewRelicSyntheticsApi.Builder
Sets the API key used to authenticate the connection.
ApiKeyFilter - Class in com.opsmatters.newrelic.httpclient.filters
Filter to attach an API key used for authentication.
ApiKeyFilter(String) - Constructor for class com.opsmatters.newrelic.httpclient.filters.ApiKeyFilter
Constructor that takes an API key.
ApiKeyHttpClientProvider - Class in com.opsmatters.newrelic.httpclient
HTTP client provider to attach an API key used for authentication.
ApiKeyHttpClientProvider(String) - Constructor for class com.opsmatters.newrelic.httpclient.ApiKeyHttpClientProvider
Constructor that takes an API key.
ApmAppAlertCondition - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Represents a New Relic APM App alert condition.
ApmAppAlertCondition() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.ApmAppAlertCondition
Default constructor.
ApmAppAlertCondition.Builder - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Builder to make alert condition construction easier.
ApmAppAlertCondition.Metric - Enum in com.opsmatters.newrelic.api.model.alerts.conditions
Represents the metric types for this condition type.
ApmExternalServiceAlertCondition - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Represents a New Relic APM external service alert condition.
ApmExternalServiceAlertCondition() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.ApmExternalServiceAlertCondition
Default constructor.
ApmExternalServiceAlertCondition.Builder - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Builder to make alert condition construction easier.
ApmExternalServiceAlertCondition.Metric - Enum in com.opsmatters.newrelic.api.model.alerts.conditions
Represents the metric types for this condition type.
ApmJvmAlertCondition - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Represents a New Relic APM JVM alert condition.
ApmJvmAlertCondition() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.ApmJvmAlertCondition
Default constructor.
ApmJvmAlertCondition.Builder - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Builder to make alert condition construction easier.
ApmJvmAlertCondition.Metric - Enum in com.opsmatters.newrelic.api.model.alerts.conditions
Represents the metric types for this condition type.
ApmKeyTransactionAlertCondition - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Represents a New Relic APM Key Transaction alert condition.
ApmKeyTransactionAlertCondition() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.ApmKeyTransactionAlertCondition
Default constructor.
ApmKeyTransactionAlertCondition.Builder - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Builder to make alert condition construction easier.
ApmKeyTransactionAlertCondition.Metric - Enum in com.opsmatters.newrelic.api.model.alerts.conditions
Represents the metric types for this condition type.
appApdexThreshold(float) - Method in class com.opsmatters.newrelic.api.model.applications.Application.Builder
Sets the app apdex threshold of the application.
Application - Class in com.opsmatters.newrelic.api.model.applications
Represents a New Relic application.
Application() - Constructor for class com.opsmatters.newrelic.api.model.applications.Application
Default constructor.
APPLICATION - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
Application.Builder - Class in com.opsmatters.newrelic.api.model.applications
Builder to make application construction easier.
APPLICATION_HOST - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
APPLICATION_HOSTS - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
APPLICATION_INSTANCE - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
APPLICATION_INSTANCES - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
applicationConditionScope() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition.Builder
Sets the condition scope of the alert condition to "application".
ApplicationDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.applications
Deserializer class for applications.
ApplicationDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.applications.ApplicationDeserializer
 
ApplicationHost - Class in com.opsmatters.newrelic.api.model.applications
Represents a New Relic application host.
ApplicationHost() - Constructor for class com.opsmatters.newrelic.api.model.applications.ApplicationHost
Default constructor.
ApplicationHostDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.applications
Deserializer class for application hosts.
ApplicationHostDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.applications.ApplicationHostDeserializer
 
ApplicationHostLinks - Class in com.opsmatters.newrelic.api.model.applications
Represents a set of New Relic application host links.
ApplicationHostLinks() - Constructor for class com.opsmatters.newrelic.api.model.applications.ApplicationHostLinks
Default constructor.
applicationHosts() - Method in class com.opsmatters.newrelic.api.NewRelicApi
Returns the operations related to application hosts.
ApplicationHostsDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.applications
Deserializer class for application hosts.
ApplicationHostsDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.applications.ApplicationHostsDeserializer
 
ApplicationHostService - Class in com.opsmatters.newrelic.api.services
The set of operations used for application hosts.
ApplicationHostService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.ApplicationHostService
Constructor that takes a http context and API client.
ApplicationHostService.FilterBuilder - Class in com.opsmatters.newrelic.api.services
Builder to make filter construction easier.
ApplicationInstance - Class in com.opsmatters.newrelic.api.model.applications
Represents a New Relic application instance.
ApplicationInstance() - Constructor for class com.opsmatters.newrelic.api.model.applications.ApplicationInstance
Default constructor.
ApplicationInstanceDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.applications
Deserializer class for application instances.
ApplicationInstanceDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.applications.ApplicationInstanceDeserializer
 
ApplicationInstanceLinks - Class in com.opsmatters.newrelic.api.model.applications
Represents a set of New Relic application instance links.
ApplicationInstanceLinks() - Constructor for class com.opsmatters.newrelic.api.model.applications.ApplicationInstanceLinks
Default constructor.
applicationInstances() - Method in class com.opsmatters.newrelic.api.NewRelicApi
Returns the operations related to application instances.
ApplicationInstancesDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.applications
Deserializer class for application instances.
ApplicationInstancesDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.applications.ApplicationInstancesDeserializer
 
ApplicationInstanceService - Class in com.opsmatters.newrelic.api.services
The set of operations used for application instances.
ApplicationInstanceService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.ApplicationInstanceService
Constructor that takes a http context and API client.
ApplicationInstanceService.FilterBuilder - Class in com.opsmatters.newrelic.api.services
Builder to make filter construction easier.
ApplicationLinks - Class in com.opsmatters.newrelic.api.model.applications
Represents a set of New Relic application links.
ApplicationLinks() - Constructor for class com.opsmatters.newrelic.api.model.applications.ApplicationLinks
Default constructor.
applications() - Method in class com.opsmatters.newrelic.api.NewRelicApi
Returns the operations related to applications.
APPLICATIONS - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
ApplicationsDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.applications
Deserializer class for applications.
ApplicationsDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.applications.ApplicationsDeserializer
 
ApplicationSerializer - Class in com.opsmatters.newrelic.httpclient.serializers.applications
Serializer class for applications.
ApplicationSerializer() - Constructor for class com.opsmatters.newrelic.httpclient.serializers.applications.ApplicationSerializer
 
ApplicationService - Class in com.opsmatters.newrelic.api.services
The set of operations used for applications.
ApplicationService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.ApplicationService
Constructor that takes a http context and API client.
ApplicationService.FilterBuilder - Class in com.opsmatters.newrelic.api.services
Builder to make filter construction easier.
ApplicationSettings - Class in com.opsmatters.newrelic.api.model.applications
Represents a New Relic application settings.
ApplicationSettings() - Constructor for class com.opsmatters.newrelic.api.model.applications.ApplicationSettings
Default constructor.
ApplicationSummary - Class in com.opsmatters.newrelic.api.model.applications
Represents a New Relic application summary.
ApplicationSummary() - Constructor for class com.opsmatters.newrelic.api.model.applications.ApplicationSummary
Default constructor.
applicationType(String) - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount.Builder
Sets the application type of the account.
attributes(List<String>) - Method in class com.opsmatters.newrelic.api.model.insights.Filter.Builder
Sets the attributes of the dashboard filter.
authPassword(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.WebhookChannel.Builder
Sets the password of the Webhook alerts.
authToken(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.HipChatChannel.Builder
Sets the auth token of the HipChat alerts.
authUsername(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.WebhookChannel.Builder
Sets the username of the Webhook alerts.
averageValueFunction() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.PluginsAlertCondition.Builder
Sets the value function of the alert condition to "average".
averageValueFunction() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.UserDefined.Builder
Sets the value function of the user defined to "average".

B

BaseCondition - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Represents the base class for all New Relic alert conditions.
BaseCondition() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.BaseCondition
Default constructor.
BaseCondition.Builder<T extends BaseCondition,B extends BaseCondition.Builder<T,B>> - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Builder to make condition construction easier.
BaseFluent - Class in com.opsmatters.newrelic.api.services
Provides the types and HTTP operations to be used with the API calls.
BaseFluent(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.BaseFluent
Constructor that takes a http context and API client.
baseUrl(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.WebhookChannel.Builder
Sets the base URL of the Webhook alerts.
belowComparison() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraMetricAlertCondition.Builder
Sets the comparison of the alert condition to "below".
belowComparison() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraProcessRunningAlertCondition.Builder
Sets the comparison of the alert condition to "below".
belowOperator() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term.Builder
Sets the operator of the term to "below".
BreakdownMetricChart - Class in com.opsmatters.newrelic.api.model.insights.widgets
Represents a New Relic Insights breakdown metric chart.
BreakdownMetricChart() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.BreakdownMetricChart
Default constructor.
BreakdownMetricChart.Builder - Class in com.opsmatters.newrelic.api.model.insights.widgets
Builder to make widget construction easier.
BreakdownMetricChart.Visualization - Enum in com.opsmatters.newrelic.api.model.insights.widgets
Represents the available visualizations for this widget type.
BROWSER_APPLICATION - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
BROWSER_APPLICATIONS - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
BrowserAlertCondition - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Represents a New Relic Browser alert condition.
BrowserAlertCondition() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.BrowserAlertCondition
Default constructor.
BrowserAlertCondition.Builder - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Builder to make alert condition construction easier.
BrowserAlertCondition.Metric - Enum in com.opsmatters.newrelic.api.model.alerts.conditions
Represents the metric types for this condition type.
BrowserApplication - Class in com.opsmatters.newrelic.api.model.applications
Represents a New Relic Browser application.
BrowserApplication() - Constructor for class com.opsmatters.newrelic.api.model.applications.BrowserApplication
Default constructor.
BrowserApplication.Builder - Class in com.opsmatters.newrelic.api.model.applications
Builder to make Browser application construction easier.
BrowserApplicationDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.applications
Deserializer class for Browser applications.
BrowserApplicationDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.applications.BrowserApplicationDeserializer
 
browserApplications() - Method in class com.opsmatters.newrelic.api.NewRelicApi
Returns the operations related to Browser applications.
BrowserApplicationsDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.applications
Deserializer class for Browser applications.
BrowserApplicationsDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.applications.BrowserApplicationsDeserializer
 
BrowserApplicationSerializer - Class in com.opsmatters.newrelic.httpclient.serializers.applications
Serializer class for Browser applications.
BrowserApplicationSerializer() - Constructor for class com.opsmatters.newrelic.httpclient.serializers.applications.BrowserApplicationSerializer
 
BrowserApplicationService - Class in com.opsmatters.newrelic.api.services
The set of operations used for Browser applications.
BrowserApplicationService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.BrowserApplicationService
Constructor that takes a http context and API client.
BrowserMonitor - Class in com.opsmatters.newrelic.api.model.synthetics
Represents a New Relic Synthetics browser monitor.
BrowserMonitor() - Constructor for class com.opsmatters.newrelic.api.model.synthetics.BrowserMonitor
Default constructor.
BrowserMonitor.Builder - Class in com.opsmatters.newrelic.api.model.synthetics
Builder to make monitor construction easier.
browserMonitoringKey(String) - Method in class com.opsmatters.newrelic.api.model.applications.BrowserApplication.Builder
Sets the browser monitoring key of the application.
build() - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount.Builder
Returns the configured account instance
build() - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerUser.Builder
Returns the configured user instance
build() - Method in class com.opsmatters.newrelic.api.model.accounts.ProductSubscription.Builder
Returns the configured subscription instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.AlertChannel.Builder
Returns the configured alert channel instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.CampfireChannel.Builder
Returns the configured Campfire channel instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.EmailChannel.Builder
Returns the configured Email channel instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.HipChatChannel.Builder
Returns the configured HipChat channel instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.OpsGenieChannel.Builder
Returns the configured OpsGenie channel instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.PagerDutyChannel.Builder
Returns the configured PagerDuty channel instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.SlackChannel.Builder
Returns the configured Slack channel instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.UserChannel.Builder
Returns the configured User channel instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.VictorOpsChannel.Builder
Returns the configured VictorOps channel instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.WebhookChannel.Builder
Returns the configured Webhook channel instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.xMattersChannel.Builder
Returns the configured xMatters channel instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertThreshold.Builder
Returns the configured threshold instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ApmAppAlertCondition.Builder
Returns the configured alert condition instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ApmExternalServiceAlertCondition.Builder
Returns the configured alert condition instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ApmJvmAlertCondition.Builder
Returns the configured alert condition instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ApmKeyTransactionAlertCondition.Builder
Returns the configured alert condition instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.BaseCondition.Builder
Returns the configured alert condition instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.BrowserAlertCondition.Builder
Returns the configured alert condition instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraHostNotReportingAlertCondition.Builder
Returns the configured alert condition instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraMetricAlertCondition.Builder
Returns the configured alert condition instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraProcessRunningAlertCondition.Builder
Returns the configured alert condition instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.MobileAlertCondition.Builder
Returns the configured alert condition instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.MobileExternalServiceAlertCondition.Builder
Returns the configured alert condition instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Nrql.Builder
Returns the configured nrql instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.NrqlAlertCondition.Builder
Returns the configured alert condition instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.PluginId.Builder
Returns the configured plugin instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.PluginsAlertCondition.Builder
Returns the configured alert condition instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ServersAlertCondition.Builder
Returns the configured alert condition instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.SyntheticsAlertCondition.Builder
Returns the configured alert condition instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term.Builder
Returns the configured term instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.UserDefined.Builder
Returns the configured user defined instance
build() - Method in class com.opsmatters.newrelic.api.model.alerts.policies.AlertPolicy.Builder
Returns the configured alert policy instance
build() - Method in class com.opsmatters.newrelic.api.model.applications.Application.Builder
Returns the configured application instance
build() - Method in class com.opsmatters.newrelic.api.model.applications.BrowserApplication.Builder
Returns the configured application instance
build() - Method in class com.opsmatters.newrelic.api.model.deployments.Deployment.Builder
Returns the configured deployment instance
build() - Method in class com.opsmatters.newrelic.api.model.Entity.Builder
Returns the configured entity instance
build() - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard.Builder
Returns the configured dashboard instance
build() - Method in class com.opsmatters.newrelic.api.model.insights.Filter.Builder
Returns the configured filter instance
build() - Method in class com.opsmatters.newrelic.api.model.insights.Metadata.Builder
Returns the configured metadata instance
build() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.BreakdownMetricChart.Builder
Returns the configured widget instance
build() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.DrilldownPresentation.Builder
Returns the configured presentation instance
build() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.EventChart.Builder
Returns the configured widget instance
build() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.EventsData.Builder
Returns the configured widget data instance
build() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.FacetChart.Builder
Returns the configured widget instance
build() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.InventoryChart.Builder
Returns the configured widget instance
build() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.InventoryData.Builder
Returns the configured widget data instance
build() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Layout.Builder
Returns the configured layout instance
build() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Markdown.Builder
Returns the configured widget instance
build() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MarkdownData.Builder
Returns the configured widget data instance
build() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricLineChart.Builder
Returns the configured widget instance
build() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricsData.Builder
Returns the configured widget data instance
build() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Presentation.Builder
Returns the configured presentation instance
build() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Presentation.PresentationBuilder
Returns the configured presentation instance
build() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Threshold.Builder
Returns the configured threshold instance
build() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.ThresholdEventChart.Builder
Returns the configured widget instance
build() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.ThresholdPresentation.Builder
Returns the configured presentation instance
build() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLight.Builder
Returns the configured traffic light instance
build() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightChart.Builder
Returns the configured widget instance
build() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightPresentation.Builder
Returns the configured presentation instance
build() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightState.Builder
Returns the configured traffic light state instance
build() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Widget.Builder
Returns the configured alert condition instance
build() - Method in class com.opsmatters.newrelic.api.model.labels.Label.Builder
Returns the configured label instance
build() - Method in class com.opsmatters.newrelic.api.model.metrics.Metric.Builder
Returns the configured widget data instance
build() - Method in class com.opsmatters.newrelic.api.model.plugins.Component.Builder
Returns the configured component instance
build() - Method in class com.opsmatters.newrelic.api.model.plugins.MetricTimeslice.Builder
Returns the configured timeslice instance
build() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginData.Builder
Returns the configured plugin data instance
build() - Method in class com.opsmatters.newrelic.api.model.servers.Server.Builder
Returns the configured server instance
build() - Method in class com.opsmatters.newrelic.api.model.synthetics.BrowserMonitor.Builder
Returns the configured monitor instance
build() - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor.Builder
Returns the configured monitor instance
build() - Method in class com.opsmatters.newrelic.api.model.synthetics.Script.Builder
Returns the configured script instance
build() - Method in class com.opsmatters.newrelic.api.model.synthetics.ScriptApiMonitor.Builder
Returns the configured monitor instance
build() - Method in class com.opsmatters.newrelic.api.model.synthetics.ScriptBrowserMonitor.Builder
Returns the configured monitor instance
build() - Method in class com.opsmatters.newrelic.api.model.synthetics.ScriptLocation.Builder
Returns the configured script location instance
build() - Method in class com.opsmatters.newrelic.api.model.synthetics.SimpleMonitor.Builder
Returns the configured monitor instance
build() - Method in class com.opsmatters.newrelic.api.NewRelicApi.Builder
Returns the configured API client instance
build() - Method in class com.opsmatters.newrelic.api.NewRelicInfraApi.Builder
Returns the configured infra API client instance
build() - Method in class com.opsmatters.newrelic.api.NewRelicInsightsApi.Builder
Returns the configured Insights API client instance
build() - Method in class com.opsmatters.newrelic.api.NewRelicPartnerApi.Builder
Returns the configured Partner API client instance
build() - Method in class com.opsmatters.newrelic.api.NewRelicPluginsApi.Builder
Returns the configured Plugins API client instance
build() - Method in class com.opsmatters.newrelic.api.NewRelicSyntheticsApi.Builder
Returns the configured synthetics API client instance
build() - Method in class com.opsmatters.newrelic.api.services.AlertEventService.FilterBuilder
Returns the configured filters
build() - Method in class com.opsmatters.newrelic.api.services.ApplicationHostService.FilterBuilder
Returns the configured filters
build() - Method in class com.opsmatters.newrelic.api.services.ApplicationInstanceService.FilterBuilder
Returns the configured filters
build() - Method in class com.opsmatters.newrelic.api.services.ApplicationService.FilterBuilder
Returns the configured filters
build() - Method in class com.opsmatters.newrelic.api.services.DashboardService.FilterBuilder
Returns the configured filters
build() - Method in class com.opsmatters.newrelic.api.services.KeyTransactionService.FilterBuilder
Returns the configured filters
build() - Method in class com.opsmatters.newrelic.api.services.MetricParameterBuilder
Returns the configured parameters
build() - Method in class com.opsmatters.newrelic.api.services.PluginComponentService.FilterBuilder
Returns the configured filters
build() - Method in class com.opsmatters.newrelic.api.services.PluginService.FilterBuilder
Returns the configured filters
build() - Method in class com.opsmatters.newrelic.api.services.ServerService.FilterBuilder
Returns the configured filters
build() - Method in class com.opsmatters.newrelic.api.services.UserService.FilterBuilder
Returns the configured filters
builder() - Static method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount
Returns a builder for the account.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.accounts.PartnerAccount.Builder
 
builder() - Static method in class com.opsmatters.newrelic.api.model.accounts.PartnerUser
Returns a builder for the user.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.accounts.PartnerUser.Builder
 
builder() - Static method in class com.opsmatters.newrelic.api.model.accounts.ProductSubscription
Returns a builder for the subscription.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.accounts.ProductSubscription.Builder
 
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.AlertChannel.Builder
 
builder() - Static method in class com.opsmatters.newrelic.api.model.alerts.channels.CampfireChannel
Returns a builder for the Campfire channel.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.CampfireChannel.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.alerts.channels.EmailChannel
Returns a builder for the Email channel.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.EmailChannel.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.alerts.channels.HipChatChannel
Returns a builder for the HipChat channel.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.HipChatChannel.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.alerts.channels.OpsGenieChannel
Returns a builder for the OpsGenie channel.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.OpsGenieChannel.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.alerts.channels.PagerDutyChannel
Returns a builder for the PagerDuty channel.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.PagerDutyChannel.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.alerts.channels.SlackChannel
Returns a builder for the Slack channel.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.SlackChannel.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.alerts.channels.UserChannel
Returns a builder for the User channel.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.UserChannel.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.alerts.channels.VictorOpsChannel
Returns a builder for the VictorOps channel.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.VictorOpsChannel.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.alerts.channels.WebhookChannel
Returns a builder for the Webhook channel.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.WebhookChannel.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.alerts.channels.xMattersChannel
Returns a builder for the xMatters channel.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.xMattersChannel.Builder
Default constructor.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition.Builder
 
builder() - Static method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertThreshold
Returns a builder for the alert threshold.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.AlertThreshold.Builder
 
builder() - Static method in class com.opsmatters.newrelic.api.model.alerts.conditions.ApmAppAlertCondition
Returns a builder for the alert condition.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.ApmAppAlertCondition.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.alerts.conditions.ApmExternalServiceAlertCondition
Returns a builder for the alert condition.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.ApmExternalServiceAlertCondition.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.alerts.conditions.ApmJvmAlertCondition
Returns a builder for the alert condition.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.ApmJvmAlertCondition.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.alerts.conditions.ApmKeyTransactionAlertCondition
Returns a builder for the alert condition.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.ApmKeyTransactionAlertCondition.Builder
Default constructor.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.BaseCondition.Builder
 
builder() - Static method in class com.opsmatters.newrelic.api.model.alerts.conditions.BrowserAlertCondition
Returns a builder for the alert condition.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.BrowserAlertCondition.Builder
Default constructor.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.ExternalServiceAlertCondition.Builder
 
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.InfraAlertCondition.Builder
 
builder() - Static method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraHostNotReportingAlertCondition
Returns a builder for the alert condition.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.InfraHostNotReportingAlertCondition.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraMetricAlertCondition
Returns a builder for the alert condition.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.InfraMetricAlertCondition.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraProcessRunningAlertCondition
Returns a builder for the alert condition.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.InfraProcessRunningAlertCondition.Builder
Default constructor.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.MetricCondition.Builder
 
builder() - Static method in class com.opsmatters.newrelic.api.model.alerts.conditions.MobileAlertCondition
Returns a builder for the alert condition.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.MobileAlertCondition.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.alerts.conditions.MobileExternalServiceAlertCondition
Returns a builder for the alert condition.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.MobileExternalServiceAlertCondition.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.alerts.conditions.Nrql
Returns a builder for the nrql.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.Nrql.Builder
 
builder() - Static method in class com.opsmatters.newrelic.api.model.alerts.conditions.NrqlAlertCondition
Returns a builder for the NRQL alert condition.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.NrqlAlertCondition.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.alerts.conditions.PluginId
Returns a builder for the plugin.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.PluginId.Builder
 
builder() - Static method in class com.opsmatters.newrelic.api.model.alerts.conditions.PluginsAlertCondition
Returns a builder for the Plugins alert condition.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.PluginsAlertCondition.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.alerts.conditions.ServersAlertCondition
Returns a builder for the alert condition.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.ServersAlertCondition.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.alerts.conditions.SyntheticsAlertCondition
Returns a builder for the Synthetics alert condition.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.SyntheticsAlertCondition.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term
Returns a builder for the term.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.Term.Builder
 
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.TermsCondition.Builder
 
builder() - Static method in class com.opsmatters.newrelic.api.model.alerts.conditions.UserDefined
Returns a builder for the user defined.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.UserDefined.Builder
 
builder() - Static method in class com.opsmatters.newrelic.api.model.alerts.policies.AlertPolicy
Returns a builder for the alert policy.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.alerts.policies.AlertPolicy.Builder
 
builder() - Static method in class com.opsmatters.newrelic.api.model.applications.Application
Returns a builder for the application.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.applications.Application.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.applications.BrowserApplication
Returns a builder for the Browser application.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.applications.BrowserApplication.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.deployments.Deployment
Returns a builder for the deployment.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.deployments.Deployment.Builder
 
Builder() - Constructor for class com.opsmatters.newrelic.api.model.Entity.Builder
 
builder() - Static method in class com.opsmatters.newrelic.api.model.insights.Dashboard
Returns a builder for the dashboard.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.insights.Dashboard.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.insights.Filter
Returns a builder for the filter.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.insights.Filter.Builder
 
builder() - Static method in class com.opsmatters.newrelic.api.model.insights.Metadata
Returns a builder for the metadata.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.insights.Metadata.Builder
 
builder() - Static method in class com.opsmatters.newrelic.api.model.insights.widgets.BreakdownMetricChart
Returns a builder for the widget.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.BreakdownMetricChart.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.insights.widgets.DrilldownPresentation
Returns a builder for the presentation.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.DrilldownPresentation.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.insights.widgets.EventChart
Returns a builder for the widget.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.EventChart.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.insights.widgets.EventsData
Returns a builder for the widget data.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.EventsData.Builder
 
builder() - Static method in class com.opsmatters.newrelic.api.model.insights.widgets.FacetChart
Returns a builder for the widget.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.FacetChart.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.insights.widgets.InventoryChart
Returns a builder for the widget.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.InventoryChart.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.insights.widgets.InventoryData
Returns a builder for the widget data.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.InventoryData.Builder
 
builder() - Static method in class com.opsmatters.newrelic.api.model.insights.widgets.Layout
Returns a builder for the layout.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.Layout.Builder
 
builder() - Static method in class com.opsmatters.newrelic.api.model.insights.widgets.Markdown
Returns a builder for the widget.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.Markdown.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.insights.widgets.MarkdownData
Returns a builder for the widget data.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.MarkdownData.Builder
 
builder() - Static method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricLineChart
Returns a builder for the widget.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.MetricLineChart.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricsData
Returns a builder for the widget data.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.MetricsData.Builder
 
builder() - Static method in class com.opsmatters.newrelic.api.model.insights.widgets.Presentation
Returns a builder for the presentation.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.Presentation.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.insights.widgets.Threshold
Returns a builder for the threshold.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.Threshold.Builder
 
builder() - Static method in class com.opsmatters.newrelic.api.model.insights.widgets.ThresholdEventChart
Returns a builder for the widget.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.ThresholdEventChart.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.insights.widgets.ThresholdPresentation
Returns a builder for the presentation.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.ThresholdPresentation.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLight
Returns a builder for the traffic light.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLight.Builder
 
builder() - Static method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightChart
Returns a builder for the widget.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightChart.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightPresentation
Returns a builder for the presentation.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightPresentation.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightState
Returns a builder for the traffic light state.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightState.Builder
 
Builder() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.Widget.Builder
 
builder() - Static method in class com.opsmatters.newrelic.api.model.labels.Label
Returns a builder for the label.
builder() - Static method in class com.opsmatters.newrelic.api.model.metrics.Metric
Returns a builder for the metric.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.metrics.Metric.Builder
 
builder() - Static method in class com.opsmatters.newrelic.api.model.plugins.Component
Returns a builder for the plugin component.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.plugins.Component.Builder
 
builder() - Static method in class com.opsmatters.newrelic.api.model.plugins.MetricTimeslice
Returns a builder for the integer metric timeslice.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.plugins.MetricTimeslice.Builder
 
builder() - Static method in class com.opsmatters.newrelic.api.model.plugins.PluginData
Returns a builder for the plugin data.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.plugins.PluginData.Builder
 
builder() - Static method in class com.opsmatters.newrelic.api.model.servers.Server
Returns a builder for the server.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.servers.Server.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.synthetics.BrowserMonitor
Returns a builder for the monitor.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.synthetics.BrowserMonitor.Builder
Default constructor.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.synthetics.Monitor.Builder
 
builder() - Static method in class com.opsmatters.newrelic.api.model.synthetics.Script
Returns a builder for the script.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.synthetics.Script.Builder
 
builder() - Static method in class com.opsmatters.newrelic.api.model.synthetics.ScriptApiMonitor
Returns a builder for the monitor.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.synthetics.ScriptApiMonitor.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.synthetics.ScriptBrowserMonitor
Returns a builder for the monitor.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.synthetics.ScriptBrowserMonitor.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.model.synthetics.ScriptLocation
Returns a builder for the script location.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.synthetics.ScriptLocation.Builder
 
builder() - Static method in class com.opsmatters.newrelic.api.model.synthetics.SimpleMonitor
Returns a builder for the monitor.
Builder() - Constructor for class com.opsmatters.newrelic.api.model.synthetics.SimpleMonitor.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.NewRelicApi
Returns a builder for the NewRelicApi.
Builder() - Constructor for class com.opsmatters.newrelic.api.NewRelicApi.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.NewRelicInfraApi
Returns a builder for the NewRelicInfraApi.
Builder() - Constructor for class com.opsmatters.newrelic.api.NewRelicInfraApi.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.NewRelicInsightsApi
Returns a builder for the NewRelicInsightsApi.
Builder() - Constructor for class com.opsmatters.newrelic.api.NewRelicInsightsApi.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.NewRelicPartnerApi
Returns a builder for the NewRelicPartnerApi.
Builder() - Constructor for class com.opsmatters.newrelic.api.NewRelicPartnerApi.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.NewRelicPluginsApi
Returns a builder for the NewRelicPluginsApi.
Builder() - Constructor for class com.opsmatters.newrelic.api.NewRelicPluginsApi.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.NewRelicSyntheticsApi
Returns a builder for the NewRelicSyntheticsApi.
Builder() - Constructor for class com.opsmatters.newrelic.api.NewRelicSyntheticsApi.Builder
Default constructor.
builder() - Static method in class com.opsmatters.newrelic.api.services.MetricParameterBuilder
Returns a builder for the metric data parameters.
bypassHeadRequestOption(boolean) - Method in class com.opsmatters.newrelic.api.model.synthetics.SimpleMonitor.Builder
Set to true if the monitor should bypass the HEAD request.

C

CampfireChannel - Class in com.opsmatters.newrelic.api.model.alerts.channels
Represents a New Relic Campfire alert channel.
CampfireChannel() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.CampfireChannel
Default constructor.
CampfireChannel(CampfireConfiguration) - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.CampfireChannel
Constructor that takes a configuration.
CampfireChannel.Builder - Class in com.opsmatters.newrelic.api.model.alerts.channels
Builder to make Campfire channel construction easier.
CampfireConfiguration - Class in com.opsmatters.newrelic.api.model.alerts.channels
Represents a New Relic Campfire channel configuration.
CampfireConfiguration() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.CampfireConfiguration
Default constructor.
category(String) - Method in class com.opsmatters.newrelic.api.model.labels.Label.Builder
Sets the category of the label.
category(String) - Method in class com.opsmatters.newrelic.api.services.DashboardService.FilterBuilder
Adds the category filter to the filters.
changelog(String) - Method in class com.opsmatters.newrelic.api.model.deployments.Deployment.Builder
Sets the changelog of the deployment.
channel(AlertChannel) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.AlertChannel.Builder
Sets the alert channel.
channel(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.SlackChannel.Builder
Sets the channel of the Slack alerts.
channel(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.xMattersChannel.Builder
Sets the channel of the xMatters alerts.
ChannelConfiguration - Class in com.opsmatters.newrelic.api.model.alerts.channels
Represents a New Relic channel configuration.
ChannelConfiguration(String) - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.ChannelConfiguration
Constructor that takes a channel type.
ChannelLinks - Class in com.opsmatters.newrelic.api.model.alerts.channels
Represents a set of New Relic channel links.
ChannelLinks() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.ChannelLinks
Default constructor.
ChannelType - Enum in com.opsmatters.newrelic.api.model.alerts.channels
Represents the available New Relic channel types.
checkInitialize() - Method in class com.opsmatters.newrelic.api.NewRelicClient
Initialise the HTTP client provider and context.
column(int) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Layout.Builder
Sets the column of the dashboard widget.
com.opsmatters.newrelic - package com.opsmatters.newrelic
The classes used for New Relic.
com.opsmatters.newrelic.api - package com.opsmatters.newrelic.api
The API classes used for New Relic.
com.opsmatters.newrelic.api.model - package com.opsmatters.newrelic.api.model
The API model classes used by new relic.
com.opsmatters.newrelic.api.model.accounts - package com.opsmatters.newrelic.api.model.accounts
The API account model classes used by new relic.
com.opsmatters.newrelic.api.model.alerts - package com.opsmatters.newrelic.api.model.alerts
The API alerts model classes used by new relic.
com.opsmatters.newrelic.api.model.alerts.channels - package com.opsmatters.newrelic.api.model.alerts.channels
The API alerts channel model classes used by new relic.
com.opsmatters.newrelic.api.model.alerts.conditions - package com.opsmatters.newrelic.api.model.alerts.conditions
The API alerts condition model classes used by new relic.
com.opsmatters.newrelic.api.model.alerts.policies - package com.opsmatters.newrelic.api.model.alerts.policies
The API alerts policy model classes used by new relic.
com.opsmatters.newrelic.api.model.applications - package com.opsmatters.newrelic.api.model.applications
The API application model classes used by new relic.
com.opsmatters.newrelic.api.model.deployments - package com.opsmatters.newrelic.api.model.deployments
The API deployments model classes used by new relic.
com.opsmatters.newrelic.api.model.insights - package com.opsmatters.newrelic.api.model.insights
The API insights model classes used by new relic.
com.opsmatters.newrelic.api.model.insights.widgets - package com.opsmatters.newrelic.api.model.insights.widgets
The widgets model classes used by new relic.
com.opsmatters.newrelic.api.model.labels - package com.opsmatters.newrelic.api.model.labels
The API label model classes used by new relic.
com.opsmatters.newrelic.api.model.metrics - package com.opsmatters.newrelic.api.model.metrics
The API metric model classes used by new relic.
com.opsmatters.newrelic.api.model.plugins - package com.opsmatters.newrelic.api.model.plugins
The API plugin model classes used by new relic.
com.opsmatters.newrelic.api.model.servers - package com.opsmatters.newrelic.api.model.servers
The API servers model classes used by new relic.
com.opsmatters.newrelic.api.model.synthetics - package com.opsmatters.newrelic.api.model.synthetics
The API synthetics model classes used by new relic.
com.opsmatters.newrelic.api.model.transactions - package com.opsmatters.newrelic.api.model.transactions
The API key transaction model classes used by new relic.
com.opsmatters.newrelic.api.services - package com.opsmatters.newrelic.api.services
The API service classes used by new relic.
com.opsmatters.newrelic.httpclient - package com.opsmatters.newrelic.httpclient
The http client classes used for New Relic.
com.opsmatters.newrelic.httpclient.deserializers - package com.opsmatters.newrelic.httpclient.deserializers
The deserializer classes used for New Relic.
com.opsmatters.newrelic.httpclient.deserializers.accounts - package com.opsmatters.newrelic.httpclient.deserializers.accounts
The account deserializer classes used for New Relic.
com.opsmatters.newrelic.httpclient.deserializers.alerts - package com.opsmatters.newrelic.httpclient.deserializers.alerts
The alerts deserializer classes used for New Relic.
com.opsmatters.newrelic.httpclient.deserializers.alerts.channels - package com.opsmatters.newrelic.httpclient.deserializers.alerts.channels
The alerts channel deserializer classes used for New Relic.
com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions - package com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions
The alerts condition deserializer classes used for New Relic.
com.opsmatters.newrelic.httpclient.deserializers.alerts.policies - package com.opsmatters.newrelic.httpclient.deserializers.alerts.policies
The alerts policy deserializer classes used for New Relic.
com.opsmatters.newrelic.httpclient.deserializers.applications - package com.opsmatters.newrelic.httpclient.deserializers.applications
The application deserializer classes used for New Relic.
com.opsmatters.newrelic.httpclient.deserializers.deployments - package com.opsmatters.newrelic.httpclient.deserializers.deployments
The deployment deserializer classes used for New Relic.
com.opsmatters.newrelic.httpclient.deserializers.insights - package com.opsmatters.newrelic.httpclient.deserializers.insights
The insights deserializer classes used for New Relic.
com.opsmatters.newrelic.httpclient.deserializers.insights.widgets - package com.opsmatters.newrelic.httpclient.deserializers.insights.widgets
The widget deserializer classes used for New Relic.
com.opsmatters.newrelic.httpclient.deserializers.labels - package com.opsmatters.newrelic.httpclient.deserializers.labels
The label deserializer classes used for New Relic.
com.opsmatters.newrelic.httpclient.deserializers.metrics - package com.opsmatters.newrelic.httpclient.deserializers.metrics
The metric deserializer classes used for New Relic.
com.opsmatters.newrelic.httpclient.deserializers.plugins - package com.opsmatters.newrelic.httpclient.deserializers.plugins
The plugin deserializer classes used for New Relic.
com.opsmatters.newrelic.httpclient.deserializers.servers - package com.opsmatters.newrelic.httpclient.deserializers.servers
The server deserializer classes used for New Relic.
com.opsmatters.newrelic.httpclient.deserializers.synthetics - package com.opsmatters.newrelic.httpclient.deserializers.synthetics
The synthetics deserializer classes used for New Relic.
com.opsmatters.newrelic.httpclient.deserializers.transactions - package com.opsmatters.newrelic.httpclient.deserializers.transactions
The key transaction deserializer classes used for New Relic.
com.opsmatters.newrelic.httpclient.filters - package com.opsmatters.newrelic.httpclient.filters
The filter classes used for New Relic.
com.opsmatters.newrelic.httpclient.serializers - package com.opsmatters.newrelic.httpclient.serializers
The serializer classes used for New Relic.
com.opsmatters.newrelic.httpclient.serializers.accounts - package com.opsmatters.newrelic.httpclient.serializers.accounts
The accounts serializer classes used for New Relic.
com.opsmatters.newrelic.httpclient.serializers.alerts - package com.opsmatters.newrelic.httpclient.serializers.alerts
The alerts serializer classes used for New Relic.
com.opsmatters.newrelic.httpclient.serializers.alerts.channels - package com.opsmatters.newrelic.httpclient.serializers.alerts.channels
The alerts channel serializer classes used for New Relic.
com.opsmatters.newrelic.httpclient.serializers.alerts.conditions - package com.opsmatters.newrelic.httpclient.serializers.alerts.conditions
The alerts condition serializer classes used for New Relic.
com.opsmatters.newrelic.httpclient.serializers.alerts.policies - package com.opsmatters.newrelic.httpclient.serializers.alerts.policies
The alerts policy serializer classes used for New Relic.
com.opsmatters.newrelic.httpclient.serializers.applications - package com.opsmatters.newrelic.httpclient.serializers.applications
The application serializer classes used for New Relic.
com.opsmatters.newrelic.httpclient.serializers.deployments - package com.opsmatters.newrelic.httpclient.serializers.deployments
The deployment serializer classes used for New Relic.
com.opsmatters.newrelic.httpclient.serializers.insights - package com.opsmatters.newrelic.httpclient.serializers.insights
The insights serializer classes used for New Relic.
com.opsmatters.newrelic.httpclient.serializers.labels - package com.opsmatters.newrelic.httpclient.serializers.labels
The label serializer classes used for New Relic.
com.opsmatters.newrelic.httpclient.serializers.servers - package com.opsmatters.newrelic.httpclient.serializers.servers
The server serializer classes used for New Relic.
com.opsmatters.newrelic.util - package com.opsmatters.newrelic.util
The utility classes used by new relic.
comparison(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraMetricAlertCondition.Builder
Sets the comparison of the alert condition.
comparison(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraProcessRunningAlertCondition.Builder
Sets the comparison of the alert condition.
Component - Class in com.opsmatters.newrelic.api.model.plugins
Represents a New Relic plugin agent data.
Component() - Constructor for class com.opsmatters.newrelic.api.model.plugins.Component
Default constructor.
Component.Builder - Class in com.opsmatters.newrelic.api.model.plugins
Builder to make plugin data construction easier.
condition(AlertCondition) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition.Builder
Sets the alert condition.
condition(BaseCondition) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.BaseCondition.Builder
Sets the alert condition.
condition(ExternalServiceAlertCondition) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ExternalServiceAlertCondition.Builder
Sets the alert condition.
condition(InfraAlertCondition) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraAlertCondition.Builder
Sets the alert condition.
condition(MetricCondition) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.MetricCondition.Builder
Sets the alert condition.
condition(TermsCondition) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.TermsCondition.Builder
Sets the alert condition.
conditionScope(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition.Builder
Sets the condition scope of the alert condition.
Constants - Class in com.opsmatters.newrelic.api
Represents constants used by the New Relic API.
contains(String) - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.BreakdownMetricChart.Visualization
Returns true if the given value is contained in the list of types.
contains(String) - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.EventChart.Visualization
Returns true if the given value is contained in the list of types.
contains(String) - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.FacetChart.Visualization
Returns true if the given value is contained in the list of types.
contains(String) - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.InventoryChart.Visualization
Returns true if the given value is contained in the list of types.
contains(String) - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.Markdown.Visualization
Returns true if the given value is contained in the list of types.
contains(String) - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.MetricLineChart.Visualization
Returns true if the given value is contained in the list of types.
contains(String) - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.ThresholdEventChart.Visualization
Returns true if the given value is contained in the list of types.
contains(String) - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightChart.Visualization
Returns true if the given value is contained in the list of types.
containsData(WidgetData) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Widget
Returns true if the given data item is contained in the list of widget data items.
count(T) - Method in class com.opsmatters.newrelic.api.model.plugins.MetricTimeslice.Builder
Sets the count of the metric.
CrashSummary - Class in com.opsmatters.newrelic.api.model.applications
Represents a New Relic mobile crash summary.
CrashSummary() - Constructor for class com.opsmatters.newrelic.api.model.applications.CrashSummary
Default constructor.
create(AlertChannel) - Method in class com.opsmatters.newrelic.api.services.AlertChannelService
Creates the given alert channel.
create(long, AlertCondition) - Method in class com.opsmatters.newrelic.api.services.AlertConditionService
Creates the given alert condition.
create(AlertPolicy) - Method in class com.opsmatters.newrelic.api.services.AlertPolicyService
Creates the given alert policy.
create(BrowserApplication) - Method in class com.opsmatters.newrelic.api.services.BrowserApplicationService
Creates the given Browser application.
create(Dashboard) - Method in class com.opsmatters.newrelic.api.services.DashboardService
Creates the given dashboard.
create(long, Deployment) - Method in class com.opsmatters.newrelic.api.services.DeploymentService
Creates the given deployment.
create(long, ExternalServiceAlertCondition) - Method in class com.opsmatters.newrelic.api.services.ExternalServiceAlertConditionService
Creates the given external service alert condition.
create(InfraAlertCondition) - Method in class com.opsmatters.newrelic.api.services.InfraAlertConditionService
Creates the given infrastructure alert condition.
create(Label) - Method in class com.opsmatters.newrelic.api.services.LabelService
Creates the given label.
create(Monitor) - Method in class com.opsmatters.newrelic.api.services.MonitorService
Creates the given monitor.
create(long, NrqlAlertCondition) - Method in class com.opsmatters.newrelic.api.services.NrqlAlertConditionService
Creates the given NRQL alert condition.
create(long, PartnerAccount) - Method in class com.opsmatters.newrelic.api.services.PartnerAccountService
Creates the given account.
create(long, long, List<ProductSubscription>) - Method in class com.opsmatters.newrelic.api.services.PartnerSubscriptionService
Raplaces the subscriptions on the account with the given subscriptions.
create(long, long, PartnerUser) - Method in class com.opsmatters.newrelic.api.services.PartnerUserService
Creates the given user.
create(long, PluginsAlertCondition) - Method in class com.opsmatters.newrelic.api.services.PluginsAlertConditionService
Creates the given Plugins alert condition.
create(long, SyntheticsAlertCondition) - Method in class com.opsmatters.newrelic.api.services.SyntheticsAlertConditionService
Creates the given Synthetics alert condition.
createdAfter(long) - Method in class com.opsmatters.newrelic.api.services.DashboardService.FilterBuilder
Adds the created after parameter to the parameters.
createdBefore(long) - Method in class com.opsmatters.newrelic.api.services.DashboardService.FilterBuilder
Adds the created before parameter to the parameters.
createLabel(String, Label) - Method in class com.opsmatters.newrelic.api.services.MonitorService
Adds the given label to the monitor with the given id.
criticalPriority() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term.Builder
Sets the priority of the term to "critical".
criticalThreshold(AlertThreshold) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraAlertCondition.Builder
Sets the critical threshold of the alert condition.

D

Dashboard - Class in com.opsmatters.newrelic.api.model.insights
Represents a New Relic Insights dashboard.
Dashboard() - Constructor for class com.opsmatters.newrelic.api.model.insights.Dashboard
Default constructor.
DASHBOARD - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
Dashboard.Builder - Class in com.opsmatters.newrelic.api.model.insights
Builder to make dashboard construction easier.
Dashboard.Editable - Enum in com.opsmatters.newrelic.api.model.insights
Represents the available options for the dashboard editability.
Dashboard.Icon - Enum in com.opsmatters.newrelic.api.model.insights
Represents the available icons for the dashboard.
Dashboard.Visibility - Enum in com.opsmatters.newrelic.api.model.insights
Represents the available options for the dashboard visibility.
DashboardDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.insights
Deserializer class for dashboards.
DashboardDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.insights.DashboardDeserializer
 
dashboards() - Method in class com.opsmatters.newrelic.api.NewRelicApi
Returns the operations related to dashboards.
DASHBOARDS - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
DashboardsDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.insights
Deserializer class for dashboards.
DashboardsDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.insights.DashboardsDeserializer
 
DashboardSerializer - Class in com.opsmatters.newrelic.httpclient.serializers.insights
Serializer class for dashboards.
DashboardSerializer() - Constructor for class com.opsmatters.newrelic.httpclient.serializers.insights.DashboardSerializer
 
DashboardService - Class in com.opsmatters.newrelic.api.services
The set of operations used for dashboards.
DashboardService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.DashboardService
Constructor that takes a http context and API client.
DashboardService.FilterBuilder - Class in com.opsmatters.newrelic.api.services
Builder to make filter construction easier.
dataRetention(int) - Method in class com.opsmatters.newrelic.api.model.accounts.ProductSubscription.Builder
Sets the data retention of the subscription (in weeks).
DATE_FORMAT - Static variable in class com.opsmatters.newrelic.util.Utils
The date format without time.
DEFAULT_HOST - Static variable in class com.opsmatters.newrelic.api.NewRelicApi
The default hostname for New Relic RPM.
DEFAULT_HOST - Static variable in class com.opsmatters.newrelic.api.NewRelicInfraApi
The default hostname for New Relic Infrastructure.
DEFAULT_HOST - Static variable in class com.opsmatters.newrelic.api.NewRelicInsightsApi
The default hostname for New Relic Insights.
DEFAULT_HOST - Static variable in class com.opsmatters.newrelic.api.NewRelicPartnerApi
The default hostname for New Relic Partner API.
DEFAULT_HOST - Static variable in class com.opsmatters.newrelic.api.NewRelicPluginsApi
The default hostname for New Relic Plugins.
DEFAULT_HOST - Static variable in class com.opsmatters.newrelic.api.NewRelicSyntheticsApi
The default hostname for New Relic Synthetics.
DEFAULT_PORT - Static variable in class com.opsmatters.newrelic.api.NewRelicClient
The default port for New Relic.
delete(long) - Method in class com.opsmatters.newrelic.api.services.AlertChannelService
Deletes the alert channel with the given id.
delete(long) - Method in class com.opsmatters.newrelic.api.services.AlertConditionService
Deletes the alert condition with the given id.
delete(long, long) - Method in class com.opsmatters.newrelic.api.services.AlertPolicyChannelService
Deletes the given alert channel from the alert policy with the given id.
delete(long) - Method in class com.opsmatters.newrelic.api.services.AlertPolicyService
Deletes the alert policy with the given id.
delete(long) - Method in class com.opsmatters.newrelic.api.services.ApplicationService
Deletes the given application.
delete(long) - Method in class com.opsmatters.newrelic.api.services.DashboardService
Deletes the dashboard with the given id.
delete(long, long) - Method in class com.opsmatters.newrelic.api.services.DeploymentService
Deletes the deployment with the given id.
delete(long) - Method in class com.opsmatters.newrelic.api.services.ExternalServiceAlertConditionService
Deletes the external service alert condition with the given id.
DELETE(String) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Execute a DELETE call against the partial URL.
DELETE(String, Map<String, Object>, List<String>) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Execute a DELETE call against the partial URL.
delete(long) - Method in class com.opsmatters.newrelic.api.services.InfraAlertConditionService
Deletes the infrastructure alert condition with the given id.
delete(String) - Method in class com.opsmatters.newrelic.api.services.LabelService
Deletes the label with the given key.
delete(String) - Method in class com.opsmatters.newrelic.api.services.MonitorService
Deletes the monitor with the given id.
delete(long) - Method in class com.opsmatters.newrelic.api.services.NrqlAlertConditionService
Deletes the NRQL alert condition with the given id.
delete(long, long) - Method in class com.opsmatters.newrelic.api.services.PartnerAccountService
Deletes the account with the given id.
delete(long, long, long) - Method in class com.opsmatters.newrelic.api.services.PartnerUserService
Deletes the user with the given id.
delete(long) - Method in class com.opsmatters.newrelic.api.services.PluginsAlertConditionService
Deletes the Plugins alert condition with the given id.
delete(long) - Method in class com.opsmatters.newrelic.api.services.ServerService
Deletes the given server.
delete(long) - Method in class com.opsmatters.newrelic.api.services.SyntheticsAlertConditionService
Deletes the Synthetics alert condition with the given id.
deleteLabel(String, Label) - Method in class com.opsmatters.newrelic.api.services.MonitorService
Deletes the given label from the monitor with the given id.
Deployment - Class in com.opsmatters.newrelic.api.model.deployments
Represents a New Relic nrql.
Deployment() - Constructor for class com.opsmatters.newrelic.api.model.deployments.Deployment
Default constructor.
DEPLOYMENT - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
Deployment.Builder - Class in com.opsmatters.newrelic.api.model.deployments
Builder to make deployment construction easier.
DeploymentDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.deployments
Deserializer class for deployments.
DeploymentDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.deployments.DeploymentDeserializer
 
DeploymentLinks - Class in com.opsmatters.newrelic.api.model.deployments
Represents a set of New Relic deployment links.
DeploymentLinks() - Constructor for class com.opsmatters.newrelic.api.model.deployments.DeploymentLinks
Default constructor.
deployments() - Method in class com.opsmatters.newrelic.api.NewRelicApi
Returns the operations related to deployments.
DEPLOYMENTS - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
DeploymentsDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.deployments
Deserializer class for deployments.
DeploymentsDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.deployments.DeploymentsDeserializer
 
DeploymentSerializer - Class in com.opsmatters.newrelic.httpclient.serializers.deployments
Serializer class for deployments.
DeploymentSerializer() - Constructor for class com.opsmatters.newrelic.httpclient.serializers.deployments.DeploymentSerializer
 
DeploymentService - Class in com.opsmatters.newrelic.api.services
The set of operations used for deployments.
DeploymentService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.DeploymentService
Constructor that takes a http context and API client.
description(String) - Method in class com.opsmatters.newrelic.api.model.deployments.Deployment.Builder
Sets the description of the deployment.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.accounts.PartnerAccountsDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.accounts.PartnerSubscriptionsDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.accounts.PartnerUsersDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.accounts.UsageDataDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.accounts.UserDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.accounts.UsersDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.alerts.AlertEventsDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.alerts.AlertIncidentsDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.alerts.AlertViolationsDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.alerts.channels.AlertChannelsDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions.AlertConditionDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions.AlertConditionsDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions.ExternalServiceAlertConditionDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions.ExternalServiceAlertConditionsDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions.InfraAlertConditionDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions.InfraAlertConditionsDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions.NrqlAlertConditionDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions.NrqlAlertConditionsDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions.PluginsAlertConditionDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions.PluginsAlertConditionsDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions.SyntheticsAlertConditionDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions.SyntheticsAlertConditionsDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.alerts.policies.AlertPoliciesDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.alerts.policies.AlertPolicyChannelDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.alerts.policies.AlertPolicyDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.applications.ApplicationDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.applications.ApplicationHostDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.applications.ApplicationHostsDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.applications.ApplicationInstanceDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.applications.ApplicationInstancesDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.applications.ApplicationsDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.applications.BrowserApplicationDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.applications.BrowserApplicationsDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.applications.MobileApplicationDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.applications.MobileApplicationsDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.deployments.DeploymentDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.deployments.DeploymentsDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.insights.DashboardDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.insights.DashboardsDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.insights.widgets.PresentationDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.insights.widgets.WidgetDataDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.insights.widgets.WidgetDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.labels.LabelDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.labels.LabelsDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.metrics.MetricDataDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.metrics.MetricsDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.plugins.PluginComponentDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.plugins.PluginComponentsDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.plugins.PluginDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.plugins.PluginsDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.ResponseErrorDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.servers.ServerDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.servers.ServersDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.synthetics.MonitorDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.synthetics.MonitorsDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.transactions.KeyTransactionDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.opsmatters.newrelic.httpclient.deserializers.transactions.KeyTransactionsDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
detailed(boolean) - Method in class com.opsmatters.newrelic.api.services.PluginService.FilterBuilder
Adds the detailed filter to the filters.
drilldownDashboardId(long) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.DrilldownPresentation.Builder
Sets the drilldown dashboard id of the presentation.
drilldownDashboardId(long) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.FacetChart.Builder
Sets the drilldown dashboard id of the presentation.
DrilldownPresentation - Class in com.opsmatters.newrelic.api.model.insights.widgets
Represents a New Relic Insights dashboard presentation with drilldown.
DrilldownPresentation() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.DrilldownPresentation
Default constructor.
DrilldownPresentation.Builder - Class in com.opsmatters.newrelic.api.model.insights.widgets
Builder to make presentation construction easier.
duration(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term.Builder
Sets the duration of the term in minutes.
duration(int) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term.Builder
Sets the duration of the term in minutes.
duration(Term.Duration) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term.Builder
Sets the duration of the term in minutes.
duration(int) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricsData.Builder
Sets the duration of the widget data.
duration(int) - Method in class com.opsmatters.newrelic.api.model.plugins.Component.Builder
Sets the duration over which the metric data was collected (in seconds).
durationMinutes(int) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertThreshold.Builder
Sets the durationMinutes of the threshold.

E

editable(String) - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard.Builder
Sets the editability of the dashboard.
editable(Dashboard.Editable) - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard.Builder
Sets the editability of the dashboard.
email(String) - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerUser.Builder
Sets the email of the user.
email(String) - Method in class com.opsmatters.newrelic.api.services.UserService.FilterBuilder
Adds the email filter to the filters.
EmailChannel - Class in com.opsmatters.newrelic.api.model.alerts.channels
Represents a New Relic Email alert channel.
EmailChannel() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.EmailChannel
Default constructor.
EmailChannel(EmailConfiguration) - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.EmailChannel
Constructor that takes a configuration.
EmailChannel.Builder - Class in com.opsmatters.newrelic.api.model.alerts.channels
Builder to make Email channel construction easier.
EmailConfiguration - Class in com.opsmatters.newrelic.api.model.alerts.channels
Represents a New Relic Email channel configuration.
EmailConfiguration() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.EmailConfiguration
Default constructor.
enabled(boolean) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.BaseCondition.Builder
Set to true if the alert condition is enabled.
enableRealUserMonitoring(boolean) - Method in class com.opsmatters.newrelic.api.model.applications.Application.Builder
Set to true if real user monitoring is enabled for the application.
encode(String) - Static method in class com.opsmatters.newrelic.api.services.BaseFluent
Encode special character in query string to the URL encoded representation.
endTime(long) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricsData.Builder
Sets the end time of the widget data.
endUserApdexThreshold(float) - Method in class com.opsmatters.newrelic.api.model.applications.Application.Builder
Sets the end user apdex threshold of the application.
EndUserSummary - Class in com.opsmatters.newrelic.api.model.applications
Represents a New Relic end user summary.
EndUserSummary() - Constructor for class com.opsmatters.newrelic.api.model.applications.EndUserSummary
Default constructor.
entities(List<Long>) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.MetricCondition.Builder
Sets the entities of the alert condition.
Entity - Class in com.opsmatters.newrelic.api.model
Represents the base class for all New Relic entities.
Entity(String) - Constructor for class com.opsmatters.newrelic.api.model.Entity
Default constructor.
entity(Entity) - Method in class com.opsmatters.newrelic.api.model.Entity.Builder
Sets the entity.
Entity.Builder<T extends Entity,B extends Entity.Builder<T,B>> - Class in com.opsmatters.newrelic.api.model
Builder to make entity construction easier.
entityGroupId(long) - Method in class com.opsmatters.newrelic.api.services.AlertEventService.FilterBuilder
Adds the entity group id filter to the filters.
entityId(long) - Method in class com.opsmatters.newrelic.api.services.AlertEventService.FilterBuilder
Adds the entity id filter to the filters.
entityIds(List<Long>) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricsData.Builder
Sets the entity ids of the widget data.
EntityType - Enum in com.opsmatters.newrelic.api.model
Represents the available New Relic entity types.
entityType(String) - Method in class com.opsmatters.newrelic.api.services.AlertEventService.FilterBuilder
Adds the entity type filter to the filters.
entityType(EntityType) - Method in class com.opsmatters.newrelic.api.services.AlertEventService.FilterBuilder
Adds the entity type filter to the filters.
equalComparison() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraMetricAlertCondition.Builder
Sets the comparison of the alert condition to "equal".
equalComparison() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraProcessRunningAlertCondition.Builder
Sets the comparison of the alert condition to "equal".
equalOperator() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term.Builder
Sets the operator of the term to "equal".
EventChart - Class in com.opsmatters.newrelic.api.model.insights.widgets
Represents a New Relic Insights event chart.
EventChart() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.EventChart
Default constructor.
EventChart.Builder - Class in com.opsmatters.newrelic.api.model.insights.widgets
Builder to make widget construction easier.
EventChart.Visualization - Enum in com.opsmatters.newrelic.api.model.insights.widgets
Represents the available visualizations for this widget type.
EventsData - Class in com.opsmatters.newrelic.api.model.insights.widgets
Represents a New Relic Insights event data source.
EventsData() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.EventsData
Default constructor.
EventsData(String) - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.EventsData
Constructor that takes a query.
EventsData.Builder - Class in com.opsmatters.newrelic.api.model.insights.widgets
Builder to make widget data construction easier.
eventType(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraMetricAlertCondition.Builder
Sets the event type of the alert condition.
eventType(String) - Method in class com.opsmatters.newrelic.api.services.AlertEventService.FilterBuilder
Adds the event type filter to the filters.
eventType(AlertEvent.EventType) - Method in class com.opsmatters.newrelic.api.services.AlertEventService.FilterBuilder
Adds the event type filter to the filters.
eventTypes(List<String>) - Method in class com.opsmatters.newrelic.api.model.insights.Filter.Builder
Sets the event types of the dashboard filter.
executeDeleteRequest(URI) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Execute a DELETE request.
executeDeleteRequest(URI, Map<String, Object>, List<String>) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Execute a DELETE request.
executeGetRequest(URI, GenericType<T>) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Execute a GET request and return the result.
executeGetRequest(URI, Map<String, Object>, List<String>, GenericType<T>) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Execute a GET request and return the result.
executePatchRequest(URI, Object) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Execute a PATCH request.
executePatchRequest(URI, Object, Map<String, Object>, List<String>) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Execute a PATCH request.
executePatchRequest(URI, Object, Map<String, Object>, List<String>, GenericType<T>) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Execute a PATCH request with a return object.
executePostRequest(URI, Object) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Execute a POST request.
executePostRequest(URI, Object, Map<String, Object>) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Execute a POST request.
executePostRequest(URI, Object, GenericType<T>) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Execute a POST request with a return object.
executePostRequest(URI, Object, Map<String, Object>, GenericType<T>) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Execute a POST request with a return object.
executePutRequest(URI, Object) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Execute a PUT request.
executePutRequest(URI, Object, Map<String, Object>, List<String>) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Execute a PUT request.
executePutRequest(URI, Object, Map<String, Object>, List<String>, GenericType<T>) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Execute a PUT request with a return object.
EXTERNAL_SERVICE_ALERT_CONDITION - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
EXTERNAL_SERVICE_ALERT_CONDITIONS - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
ExternalServiceAlertCondition - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Represents a New Relic external service alert condition.
ExternalServiceAlertCondition() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.ExternalServiceAlertCondition
Default constructor.
ExternalServiceAlertCondition.Builder<T extends ExternalServiceAlertCondition,B extends ExternalServiceAlertCondition.Builder<T,B>> - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Builder to make alert condition construction easier.
ExternalServiceAlertCondition.ConditionType - Enum in com.opsmatters.newrelic.api.model.alerts.conditions
Represents the available types for this condition.
ExternalServiceAlertConditionDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions
Deserializer class for external service alert conditions.
ExternalServiceAlertConditionDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions.ExternalServiceAlertConditionDeserializer
 
externalServiceAlertConditions() - Method in class com.opsmatters.newrelic.api.NewRelicApi
Returns the operations related to external service alert conditions.
ExternalServiceAlertConditionsDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions
Deserializer class for external service alert conditions.
ExternalServiceAlertConditionsDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions.ExternalServiceAlertConditionsDeserializer
 
ExternalServiceAlertConditionSerializer - Class in com.opsmatters.newrelic.httpclient.serializers.alerts.conditions
Serializer class for external service alert conditions.
ExternalServiceAlertConditionSerializer() - Constructor for class com.opsmatters.newrelic.httpclient.serializers.alerts.conditions.ExternalServiceAlertConditionSerializer
 
ExternalServiceAlertConditionService - Class in com.opsmatters.newrelic.api.services
The set of operations used for external service alert conditions.
ExternalServiceAlertConditionService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.ExternalServiceAlertConditionService
Constructor that takes a http context and API client.
externalServiceUrl(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ExternalServiceAlertCondition.Builder
Sets the external service URL of the alert condition.

F

FacetChart - Class in com.opsmatters.newrelic.api.model.insights.widgets
Represents a New Relic Insights event facet chart.
FacetChart() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.FacetChart
Default constructor.
FacetChart.Builder - Class in com.opsmatters.newrelic.api.model.insights.widgets
Builder to make widget construction easier.
FacetChart.Visualization - Enum in com.opsmatters.newrelic.api.model.insights.widgets
Represents the available visualizations for this widget type.
filter(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraAlertCondition.Builder
Sets the filter of the alert condition.
filter(Filter) - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard.Builder
Sets the filter for the dashboard.
Filter - Class in com.opsmatters.newrelic.api.model.insights
Represents a New Relic Insights dashboard metadata.
Filter() - Constructor for class com.opsmatters.newrelic.api.model.insights.Filter
Default constructor.
filter(ClientRequestContext) - Method in class com.opsmatters.newrelic.httpclient.filters.ApiKeyFilter
Adds the API key to the client request.
filter(ClientRequestContext) - Method in class com.opsmatters.newrelic.httpclient.filters.LicenseKeyFilter
Adds the License key to the client request.
filter(ClientRequestContext) - Method in class com.opsmatters.newrelic.httpclient.filters.QueryKeyFilter
Adds the Query key to the client request.
Filter.Builder - Class in com.opsmatters.newrelic.api.model.insights
Builder to make filter construction easier.
FilterBuilder() - Constructor for class com.opsmatters.newrelic.api.services.AlertEventService.FilterBuilder
 
FilterBuilder() - Constructor for class com.opsmatters.newrelic.api.services.ApplicationHostService.FilterBuilder
 
FilterBuilder() - Constructor for class com.opsmatters.newrelic.api.services.ApplicationInstanceService.FilterBuilder
 
FilterBuilder() - Constructor for class com.opsmatters.newrelic.api.services.ApplicationService.FilterBuilder
 
FilterBuilder() - Constructor for class com.opsmatters.newrelic.api.services.DashboardService.FilterBuilder
 
FilterBuilder() - Constructor for class com.opsmatters.newrelic.api.services.KeyTransactionService.FilterBuilder
 
FilterBuilder() - Constructor for class com.opsmatters.newrelic.api.services.PluginComponentService.FilterBuilder
 
FilterBuilder() - Constructor for class com.opsmatters.newrelic.api.services.PluginService.FilterBuilder
 
FilterBuilder() - Constructor for class com.opsmatters.newrelic.api.services.ServerService.FilterBuilder
 
FilterBuilder() - Constructor for class com.opsmatters.newrelic.api.services.UserService.FilterBuilder
 
filters(Map<String, String>) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.InventoryData.Builder
Sets the filters of the widget data.
filters() - Static method in class com.opsmatters.newrelic.api.services.AlertEventService
Returns a builder for the event operation filters.
filters() - Static method in class com.opsmatters.newrelic.api.services.ApplicationHostService
Returns a builder for the application host filters.
filters() - Static method in class com.opsmatters.newrelic.api.services.ApplicationInstanceService
Returns a builder for the application instance filters.
filters() - Static method in class com.opsmatters.newrelic.api.services.ApplicationService
Returns a builder for the application filters.
filters() - Static method in class com.opsmatters.newrelic.api.services.DashboardService
Returns a builder for the dashboard filters.
filters() - Static method in class com.opsmatters.newrelic.api.services.KeyTransactionService
Returns a builder for the key transaction filters.
filters() - Static method in class com.opsmatters.newrelic.api.services.PluginComponentService
Returns a builder for the plugin component filters.
filters() - Static method in class com.opsmatters.newrelic.api.services.PluginService
Returns a builder for the plugin filters.
filters() - Static method in class com.opsmatters.newrelic.api.services.ServerService
Returns a builder for the server filters.
filters() - Static method in class com.opsmatters.newrelic.api.services.UserService
Returns a builder for the user filters.
firstName(String) - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerUser.Builder
Sets the first name of the user.
frequency(int) - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor.Builder
Sets the frequency of the monitor (in minutes).
frequency(Monitor.Frequency) - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor.Builder
Sets the frequency of the monitor (in minutes).
from(long) - Method in class com.opsmatters.newrelic.api.services.MetricParameterBuilder
Adds the from parameter to the parameters.
fromValue(String) - Static method in enum com.opsmatters.newrelic.api.model.alerts.channels.ChannelType
Returns the type for the given value.
fromValue(String) - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition.ConditionType
Returns the type for the given value.
fromValue(String) - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.ExternalServiceAlertCondition.ConditionType
Returns the type for the given value.
fromValue(String) - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.InfraAlertCondition.ConditionType
Returns the type for the given value.
fromValue(String) - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.BreakdownMetricChart.Visualization
Returns the type for the given value.
fromValue(String) - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.EventChart.Visualization
Returns the type for the given value.
fromValue(String) - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.FacetChart.Visualization
Returns the type for the given value.
fromValue(String) - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.InventoryChart.Visualization
Returns the type for the given value.
fromValue(String) - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.Markdown.Visualization
Returns the type for the given value.
fromValue(String) - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.MetricLineChart.Visualization
Returns the type for the given value.
fromValue(String) - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.ThresholdEventChart.Visualization
Returns the type for the given value.
fromValue(String) - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightChart.Visualization
Returns the type for the given value.

G

gcMetric(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition.Builder
Sets the gc metric of the alert condition.
GET(String, GenericType<T>) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Execute a GET call against the partial URL and deserialize the results.
GET(String, Map<String, Object>, List<String>, GenericType<T>) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Execute a GET call against the partial URL and deserialize the results.
getAccountId() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Widget
Returns the account id of the widget.
getAccountId() - Method in class com.opsmatters.newrelic.api.model.servers.Server
Returns the id of the account for the server.
getActiveUsers() - Method in class com.opsmatters.newrelic.api.model.applications.MobileSummary
Returns the active users of the application.
getAgent() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginData
Returns the agent details.
getAlertPolicy() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationLinks
Returns the alert policy of the application.
getAlertPolicy() - Method in class com.opsmatters.newrelic.api.model.servers.ServerLinks
Returns the alert policy of the server.
getAllowApiAccess() - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount
Returns true if API access to application data is allowed.
getAnnualRenewalOn() - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerSubscription
Returns the annual renewal date of the subscription.
getApdexScore() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationSummary
Returns the apdex score of the application.
getApdexScore() - Method in class com.opsmatters.newrelic.api.model.applications.EndUserSummary
Returns the apdex score of the application.
getApdexTarget() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationSummary
Returns the apdex target of the application.
getApdexTarget() - Method in class com.opsmatters.newrelic.api.model.applications.EndUserSummary
Returns the apdex target of the application.
getApiKey() - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount
Returns the API key of the account.
getApiKey() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.OpsGenieConfiguration
Returns the API key for the alerts.
getApiUrl() - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard
Returns the API URL of the dashboard.
getApiVersion() - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor
Returns the API version of the monitor.
getAppApdexThreshold() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationSettings
Returns the app apdex threshold of the application.
getApplication() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationHostLinks
Returns the application of the application host.
getApplication() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationInstanceLinks
Returns the application of the application instance.
getApplication() - Method in class com.opsmatters.newrelic.api.model.deployments.DeploymentLinks
Returns the application of the deployment.
getApplication() - Method in class com.opsmatters.newrelic.api.model.transactions.KeyTransactionLinks
Returns the application of the transaction.
getApplicationHealthStatus() - Method in class com.opsmatters.newrelic.api.model.labels.Label
Returns the application health status for the label.
getApplicationHost() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationInstanceLinks
Returns the application host of the application instance.
getApplicationHosts() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationLinks
Returns the list of application hosts.
getApplicationInstances() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationHostLinks
Returns the list of application instances.
getApplicationInstances() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationLinks
Returns the list of application instances.
getApplicationName() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationHost
Returns the name of the application.
getApplicationName() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationInstance
Returns the name of the application.
getApplications() - Method in class com.opsmatters.newrelic.api.model.labels.LabelLinks
Returns the list of applications.
getApplicationSummary() - Method in class com.opsmatters.newrelic.api.model.applications.Application
Returns the application summary of the application.
getApplicationSummary() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationHost
Returns the application summary of the application host.
getApplicationSummary() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationInstance
Returns the application summary of the application instance.
getApplicationSummary() - Method in class com.opsmatters.newrelic.api.model.transactions.KeyTransaction
Returns the application summary of the transaction.
getApplicationType() - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount
Returns the application type of the account.
getAttributes() - Method in class com.opsmatters.newrelic.api.model.insights.Filter
Returns the attributes of the dashboard filter.
getAuthPassword() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.WebhookConfiguration
Returns the password for the alerts.
getAuthToken() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.HipChatConfiguration
Returns the HipChat auth token for the alerts.
getAuthUsername() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.WebhookConfiguration
Returns the username for the alerts.
getBaseUrl() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.WebhookConfiguration
Returns the base URL for the alerts.
getBrandingImageUrl() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginDetails
Returns the branding image url of the plugin.
getBrowserMonitoringKey() - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount
Returns the browser monitoring key of the account.
getBrowserMonitoringKey() - Method in class com.opsmatters.newrelic.api.model.applications.BrowserApplication
Returns the browser monitoring key of the application.
getBypassHeadRequest() - Method in class com.opsmatters.newrelic.api.model.synthetics.MonitorOptions
Returns true if the monitor should treat a 3xx redirect as a failure.
getCallsPerSession() - Method in class com.opsmatters.newrelic.api.model.applications.MobileSummary
Returns the calls per session of the application.
getCategory() - Method in class com.opsmatters.newrelic.api.model.labels.Label
Returns the category of the key.
getCaution() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginMetricThresholds
Returns the caution threshold for the plugin metric.
getChangelog() - Method in class com.opsmatters.newrelic.api.model.deployments.Deployment
Returns the changelog of the deployment.
getChannel() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.SlackConfiguration
Returns the Slack channel for the alerts.
getChannel() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.xMattersConfiguration
Returns the xMatters channel for the alerts.
getChannelIdArray() - Method in class com.opsmatters.newrelic.api.model.alerts.policies.AlertPolicyChannel
Returns the array of channel ids for the policy.
getChannelIds() - Method in class com.opsmatters.newrelic.api.model.alerts.policies.AlertPolicyChannel
Returns the list of channel ids for the policy.
getClient() - Method in class com.opsmatters.newrelic.api.services.BaseFluent
Returns the API client.
getClient() - Method in class com.opsmatters.newrelic.httpclient.ApiKeyHttpClientProvider
Returns the HTTP client.
getClient() - Method in interface com.opsmatters.newrelic.httpclient.HttpClientProvider
Returns the http client.
getClient() - Method in class com.opsmatters.newrelic.httpclient.LicenseKeyHttpClientProvider
Returns the HTTP client.
getClient() - Method in class com.opsmatters.newrelic.httpclient.QueryKeyHttpClientProvider
Returns the HTTP client.
getClosedAt() - Method in class com.opsmatters.newrelic.api.model.alerts.AlertIncident
Returns the date the incident was closed.
getClosedAt() - Method in class com.opsmatters.newrelic.api.model.alerts.AlertViolation
Returns the date the violation was closed.
getColumn() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Layout
Returns the column of the dashboard widget.
getComparison() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraMetricAlertCondition
Returns the comparison of the alert condition.
getComparison() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraProcessRunningAlertCondition
Returns the comparison of the alert condition.
getComponentAgentCount() - Method in class com.opsmatters.newrelic.api.model.plugins.Plugin
Returns the component agent count of the plugin.
getComponents() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginData
Returns the components for the plugin data.
getConcurrentInstanceCount() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationSummary
Returns the concurrent instance count of the application.
getConditionId() - Method in class com.opsmatters.newrelic.api.model.alerts.ViolationLinks
Returns the condition id of the violation.
getConditionName() - Method in class com.opsmatters.newrelic.api.model.alerts.AlertViolation
Returns the condition name of the violation.
getConditionScope() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition
Returns the condition scope of the alert condition.
getConfiguration() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.AlertChannel
Returns the configuration of the channel.
getCount() - Method in class com.opsmatters.newrelic.api.model.plugins.MetricTimeslice
Returns the count of the metric.
getCpu() - Method in class com.opsmatters.newrelic.api.model.servers.ServerSummary
Returns the cpu of the server.
getCpuStolen() - Method in class com.opsmatters.newrelic.api.model.servers.ServerSummary
Returns the cpu steal of the server.
getCrashCount() - Method in class com.opsmatters.newrelic.api.model.applications.CrashSummary
Returns the crash count of the application.
getCrashRate() - Method in class com.opsmatters.newrelic.api.model.applications.CrashSummary
Returns the crash rate of the application.
getCrashSummary() - Method in class com.opsmatters.newrelic.api.model.applications.MobileApplication
Returns the crash summary of the application.
getCreatedAt() - Method in class com.opsmatters.newrelic.api.model.alerts.policies.AlertPolicy
Returns the date the policy was created.
getCreatedAt() - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard
Returns the date the dashboard was created.
getCreatedAt() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginDetails
Returns the date the plugin was created.
getCreatedAt() - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor
Returns the date the monitor was created.
getCreatedAtEpochMillis() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraAlertCondition
Returns the date the object was created.
getCritical() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginMetricThresholds
Returns the critical threshold for the plugin metric.
getCriticalThreshold() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraAlertCondition
Returns the critical threshold of the alert condition.
getData() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Widget
Returns the list of widget data items.
getDataAccessKey() - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount
Returns the data access key of the account.
getDataRetention() - Method in class com.opsmatters.newrelic.api.model.accounts.ProductSubscription
Returns the data retention of the subscription (in weeks).
getDescription() - Method in class com.opsmatters.newrelic.api.model.alerts.AlertEvent
Returns the description of the event.
getDescription() - Method in class com.opsmatters.newrelic.api.model.deployments.Deployment
Returns the description of the deployment.
getDescription() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginDetails
Returns the description of the plugin.
getDetails() - Method in class com.opsmatters.newrelic.api.model.plugins.Plugin
Returns the details of the plugin.
getDiskIo() - Method in class com.opsmatters.newrelic.api.model.servers.ServerSummary
Returns the disk I/O of the server.
getDownloadUrl() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginDetails
Returns the download url of the plugin.
getDrilldownDashboardId() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.DrilldownPresentation
Returns the drilldown dashboard id of the presentation.
getDuration() - Method in class com.opsmatters.newrelic.api.model.alerts.AlertViolation
Returns the duration of the violation.
getDuration() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term
Returns the duration of the term in minutes.
getDuration() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricsData
Returns the duration of the metrics.
getDuration() - Method in class com.opsmatters.newrelic.api.model.plugins.Component
Returns the duration over which the metric data was collected (in seconds).
getDurationMinutes() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertThreshold
Returns the duration minutes of the threshold.
getEditable() - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard
Returns the editability of the dashboard.
getEmail() - Method in class com.opsmatters.newrelic.api.model.accounts.User
Returns the email address of the user.
getEnabled() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.BaseCondition
Returns true if the alert condition is enabled.
getEnableRealUserMonitoring() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationSettings
Returns true if real user monitoring is enabled for the application.
getEndTime() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricsData
Returns the end time of the metrics.
getEndUserApdexThreshold() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationSettings
Returns the end user apdex threshold of the application.
getEndUserSummary() - Method in class com.opsmatters.newrelic.api.model.applications.Application
Returns the end user summary of the application.
getEndUserSummary() - Method in class com.opsmatters.newrelic.api.model.transactions.KeyTransaction
Returns the end user summary of the transaction.
getEntities() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.MetricCondition
Returns the list of entities for the condition.
getEntitiesArray() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.MetricCondition
Returns the array of entities for the condition.
getEntity() - Method in class com.opsmatters.newrelic.api.model.alerts.AlertViolation
Returns the entity of the violation.
getEntityGroupId() - Method in class com.opsmatters.newrelic.api.model.alerts.AlertEvent
Returns the entity group id of the event.
getEntityId() - Method in class com.opsmatters.newrelic.api.model.alerts.AlertEvent
Returns the entity id of the event.
getEntityIds() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricsData
Returns the list of entities for the widget.
getEntityType() - Method in class com.opsmatters.newrelic.api.model.alerts.AlertEvent
Returns the entity type of the event.
getError() - Method in class com.opsmatters.newrelic.api.model.ResponseError
Returns the HTTP error message.
getErrorRate() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationSummary
Returns the error rate of the application.
getEventType() - Method in class com.opsmatters.newrelic.api.model.alerts.AlertEvent
Returns the event type of the event.
getEventType() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraMetricAlertCondition
Returns the event type of the alert condition.
getEventTypes() - Method in class com.opsmatters.newrelic.api.model.insights.Filter
Returns the event types of the dashboard filter.
getExpiresOn() - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerSubscription
Returns the expiry date of the subscription.
getExternalServiceUrl() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ExternalServiceAlertCondition
Returns the external service URL of the alert condition.
getFailedCallRate() - Method in class com.opsmatters.newrelic.api.model.applications.MobileSummary
Returns the failed call rate of the application.
getFilter() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraAlertCondition
Returns the filter of the alert condition.
getFilter() - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard
Returns the filter of the dashboard.
getFilters() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.InventoryData
Returns the list of filters for the widget.
getFirstEditedAt() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginDetails
Returns the date the plugin was first edited.
getFirstName() - Method in class com.opsmatters.newrelic.api.model.accounts.User
Returns the first name of the user.
getFirstPublishedAt() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginDetails
Returns the date the plugin was first published.
getFormatted() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginMetricValues
Returns the formatted value of the plugin metric.
getFormattedDate(long, String) - Static method in class com.opsmatters.newrelic.util.Utils
Returns the given date time formatted using the given format.
getFormattedDate(long) - Static method in class com.opsmatters.newrelic.util.Utils
Returns the given date time formatted using the YYYY-MM-DD format.
getFormattedDateTime(long, TimeZone, String) - Static method in class com.opsmatters.newrelic.util.Utils
Returns the given date time formatted using the given format and timezone.
getFormattedDateTime(long, String) - Static method in class com.opsmatters.newrelic.util.Utils
Returns the given date time formatted using the given format.
getFrequency() - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor
Returns the frequency of the monitor (in minutes).
getFrom() - Method in class com.opsmatters.newrelic.api.model.accounts.Usage
Returns the from date of the usage.
getFrom() - Method in class com.opsmatters.newrelic.api.model.accounts.UsageData
Returns the from date for the usage values.
getFrom() - Method in class com.opsmatters.newrelic.api.model.metrics.MetricData
Returns the from date for the metric values.
getFrom() - Method in class com.opsmatters.newrelic.api.model.metrics.MetricTimeslice
Returns the from date for the metric values.
getFullestDisk() - Method in class com.opsmatters.newrelic.api.model.servers.ServerSummary
Returns the fullest disk of the server.
getFullestDiskFree() - Method in class com.opsmatters.newrelic.api.model.servers.ServerSummary
Returns the fullest disk free of the server.
getGcMetric() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition
Returns the gc metric of the alert condition.
getGray() - Method in class com.opsmatters.newrelic.api.model.labels.HealthStatus
Returns the list of gray applications.
getGreen() - Method in class com.opsmatters.newrelic.api.model.labels.HealthStatus
Returns the list of green applications.
getGroupId() - Method in class com.opsmatters.newrelic.api.model.alerts.AlertEntity
Returns the group id of the entity.
getGuid() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.PluginId
Returns the guid of the plugin.
getGuid() - Method in class com.opsmatters.newrelic.api.model.plugins.Component
Returns the guid of the component.
getGuid() - Method in class com.opsmatters.newrelic.api.model.plugins.Plugin
Returns the guid of the plugin.
getHeaders() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.WebhookConfiguration
Returns the headers for the alerts.
getHealthStatus() - Method in class com.opsmatters.newrelic.api.model.applications.Application
Returns the health status of the application.
getHealthStatus() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationHost
Returns the health status of the application host.
getHealthStatus() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationInstance
Returns the health status of the application instance.
getHealthStatus() - Method in class com.opsmatters.newrelic.api.model.applications.MobileApplication
Returns the health status of the application.
getHealthStatus() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginComponent
Returns the health status of the plugin component.
getHealthStatus() - Method in class com.opsmatters.newrelic.api.model.servers.Server
Returns the health status of the server.
getHealthStatus() - Method in class com.opsmatters.newrelic.api.model.transactions.KeyTransaction
Returns the health status of the transaction.
getHeight() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Layout
Returns the height of the dashboard widget.
getHighSecurity() - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount
Returns true if this account has high security enabled.
getHmac() - Method in class com.opsmatters.newrelic.api.model.synthetics.ScriptLocation
Returns the hmac of the location.
getHost() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationHost
Returns the name of the host.
getHost() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationInstance
Returns the name of the host.
getHost() - Method in class com.opsmatters.newrelic.api.model.plugins.Agent
Returns the hostname for the agent.
getHost() - Method in class com.opsmatters.newrelic.api.model.servers.Server
Returns the name of the host.
getHostCount() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationSummary
Returns the host count of the application.
getHttpContext() - Method in class com.opsmatters.newrelic.api.NewRelicClient
Returns the context used to make calls and deserialize payloads.
getIcon() - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard
Returns the icon of the dashboard.
getId() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.PluginId
Returns the id of the plugin.
getId() - Method in class com.opsmatters.newrelic.api.model.IdResource
Returns the id of the resource.
getId() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLight
Returns the id of the traffic light.
getId() - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor
Returns the id of the monitor.
getIncidentId() - Method in class com.opsmatters.newrelic.api.model.alerts.AlertEvent
Returns the incident id of the event.
getIncidentPreference() - Method in class com.opsmatters.newrelic.api.model.alerts.AlertIncident
Returns the incident preference of the incident.
getIncidentPreference() - Method in class com.opsmatters.newrelic.api.model.alerts.policies.AlertPolicy
Returns the incident preference of the policy.
getIncludeJsonAttachment() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.EmailConfiguration
Returns true if the alerts should include the data in JSON format.
getInstanceCount() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationSummary
Returns the instance count of the application.
getIntegrationProvider() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraMetricAlertCondition
Returns the integration provider of the alert condition.
getInteractionTime() - Method in class com.opsmatters.newrelic.api.model.applications.MobileSummary
Returns the interaction time of the application.
getKey() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.VictorOpsConfiguration
Returns the key of the alerts.
getKey() - Method in class com.opsmatters.newrelic.api.model.labels.Label
Returns the key of the key.
getLabel() - Method in class com.opsmatters.newrelic.api.model.alerts.AlertViolation
Returns the label of the violation.
getLabel() - Method in class com.opsmatters.newrelic.api.model.synthetics.Location
Returns the label of the location.
getLanguage() - Method in class com.opsmatters.newrelic.api.model.applications.Application
Returns the language of the application.
getLanguage() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationHost
Returns the language of the application host.
getLanguage() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationInstance
Returns the language of the application instance.
getLastEditedAt() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginDetails
Returns the date the plugin was last edited.
getLastName() - Method in class com.opsmatters.newrelic.api.model.accounts.User
Returns the last name of the user.
getLastPublishedAt() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginDetails
Returns the date the plugin was last published.
getLastReportedAt() - Method in class com.opsmatters.newrelic.api.model.applications.Application
Returns the date the application last reported.
getLastReportedAt() - Method in class com.opsmatters.newrelic.api.model.applications.MobileApplication
Returns the date the application last reported.
getLastReportedAt() - Method in class com.opsmatters.newrelic.api.model.servers.Server
Returns the date the server last reported.
getLastReportedAt() - Method in class com.opsmatters.newrelic.api.model.transactions.KeyTransaction
Returns the date the transaction last reported.
getLaunchCount() - Method in class com.opsmatters.newrelic.api.model.applications.MobileSummary
Returns the launch count of the application.
getLayout() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Widget
Returns the layout of the widget.
getLicenseKey() - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount
Returns the license key of the account.
getLimit() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricsData
Returns the limit of the metrics.
getLinks() - Method in class com.opsmatters.newrelic.api.model.alerts.AlertIncident
Returns the links of the incident.
getLinks() - Method in class com.opsmatters.newrelic.api.model.alerts.AlertViolation
Returns the links of the violation.
getLinks() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.AlertChannel
Returns the links of the channel.
getLinks() - Method in class com.opsmatters.newrelic.api.model.applications.Application
Returns the links of the application.
getLinks() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationHost
Returns the links of the application host.
getLinks() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationInstance
Returns the links of the application instance.
getLinks() - Method in class com.opsmatters.newrelic.api.model.deployments.Deployment
Returns the links of the deployment.
getLinks() - Method in class com.opsmatters.newrelic.api.model.labels.Label
Returns the links of the label.
getLinks() - Method in class com.opsmatters.newrelic.api.model.servers.Server
Returns the links of the server.
getLinks() - Method in class com.opsmatters.newrelic.api.model.transactions.KeyTransaction
Returns the links of the transaction.
getLoaderScript() - Method in class com.opsmatters.newrelic.api.model.applications.BrowserApplication
Returns the loader script of the application.
getLocations() - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor
Returns the list of locations.
getMax() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightState
Returns the maximum of the state.
getMax() - Method in class com.opsmatters.newrelic.api.model.plugins.MetricTimeslice
Returns the maximum of the metric.
getMemory() - Method in class com.opsmatters.newrelic.api.model.servers.ServerSummary
Returns the memory of the server.
getMemoryTotal() - Method in class com.opsmatters.newrelic.api.model.servers.ServerSummary
Returns the total memory of the server.
getMemoryUsed() - Method in class com.opsmatters.newrelic.api.model.servers.ServerSummary
Returns the memory used of the server.
getMetadata() - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard
Returns the metadata of the dashboard.
getMetadata() - Method in class com.opsmatters.newrelic.api.model.insights.QueryData
Returns the list of metadata.
getMetric() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.MetricCondition
Returns the metric of the alert condition.
getMetric() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.UserDefined
Returns the metric of the user defined.
getMetric() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginMetric
Returns the resource name of the metric.
getMetricDescription() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.PluginsAlertCondition
Returns the metric description of the alert condition.
getMetrics() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricsData
Returns the list of metrics for the widget.
getMetrics() - Method in class com.opsmatters.newrelic.api.model.metrics.MetricData
Returns the list of metrics.
getMetrics() - Method in class com.opsmatters.newrelic.api.model.plugins.Component
Returns the set of metrics.
getMetrics() - Method in class com.opsmatters.newrelic.api.model.plugins.Plugin
Returns the metrics of the plugin.
getMetrics() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginComponent
Returns the metrics of the plugin component.
getMetricsFound() - Method in class com.opsmatters.newrelic.api.model.metrics.MetricData
Returns the metrics found.
getMetricsNotFound() - Method in class com.opsmatters.newrelic.api.model.metrics.MetricData
Returns the metrics not found.
getMin() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightState
Returns the minimum of the state.
getMin() - Method in class com.opsmatters.newrelic.api.model.plugins.MetricTimeslice
Returns the minimum of the metric.
getMobileSummary() - Method in class com.opsmatters.newrelic.api.model.applications.MobileApplication
Returns the mobile summary of the application.
getModifedAt() - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor
Returns the date the monitor was last modified.
getMonitorId() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.SyntheticsAlertCondition
Returns the monitor id of the alert condition.
getName() - Method in class com.opsmatters.newrelic.api.model.accounts.ProductLevel
Returns the name of the product.
getName() - Method in class com.opsmatters.newrelic.api.model.labels.Label
Returns the name of the label.
getName() - Method in class com.opsmatters.newrelic.api.model.metrics.Metric
Returns the name of the metric.
getName() - Method in class com.opsmatters.newrelic.api.model.metrics.MetricTimeslices
Returns the name of the metric.
getName() - Method in class com.opsmatters.newrelic.api.model.NamedIdResource
Returns the name of the resource.
getName() - Method in interface com.opsmatters.newrelic.api.model.NamedResource
Returns the name of the resource.
getName() - Method in class com.opsmatters.newrelic.api.model.plugins.Component
Returns the name of the component.
getName() - Method in class com.opsmatters.newrelic.api.model.synthetics.Location
Returns the name of the location.
getName() - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor
Returns the name of the monitor.
getName() - Method in class com.opsmatters.newrelic.api.model.synthetics.ScriptLocation
Returns the name of the location.
getNotes() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Presentation
Returns the notes of the presentation.
getNrql() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.NrqlAlertCondition
Returns the nrql of the alert condition.
getNrql() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.EventsData
Returns the NRQL query of the widget.
getNrqlDateTime(long) - Static method in class com.opsmatters.newrelic.util.Utils
Returns the given date time formatted using the NRQL format.
getOpenedAt() - Method in class com.opsmatters.newrelic.api.model.alerts.AlertIncident
Returns the date the incident was opened.
getOpenedAt() - Method in class com.opsmatters.newrelic.api.model.alerts.AlertViolation
Returns the date the violation was opened.
getOperator() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term
Returns the operator of the term.
getOptions() - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor
Returns the monitor options.
getOrange() - Method in class com.opsmatters.newrelic.api.model.labels.HealthStatus
Returns the list of orange applications.
getOrderBy() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricsData
Returns the order by of the metrics.
getOwner() - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerUser
Returns true if the user is an account owner.
getOwnerEmail() - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard
Returns the owner email of the dashboard.
getPartnerExternalIdentifier() - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount
Returns the partner external identifier of the account.
getPassword() - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerUser
Returns the password of the user.
getPayload() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.WebhookConfiguration
Returns the payload for the alerts.
getPayloadType() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.WebhookConfiguration
Returns the payload type for the alerts.
getPerformanceStats() - Method in class com.opsmatters.newrelic.api.model.insights.QueryData
Returns the list of performance stats.
getPhoneNumber() - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount
Returns the phone number of the account.
getPid() - Method in class com.opsmatters.newrelic.api.model.plugins.Agent
Returns the pid for the agent.
getPlugin() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.PluginsAlertCondition
Returns the plugin of the alert condition.
getPolicyId() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraAlertCondition
Returns the policy id of the alert condition.
getPolicyId() - Method in class com.opsmatters.newrelic.api.model.alerts.IncidentLinks
Returns the policy id of the incident.
getPolicyId() - Method in class com.opsmatters.newrelic.api.model.alerts.ViolationLinks
Returns the policy id of the violation.
getPolicyIds() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.AlertChannel
Returns the policy ids of the channel.
getPolicyIds() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.ChannelLinks
Returns the list of policy ids.
getPolicyName() - Method in class com.opsmatters.newrelic.api.model.alerts.AlertViolation
Returns the policy name of the violation.
getPort() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationInstance
Returns the port of the host.
getPresentation() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Widget
Returns the presentation of the widget.
getPrice() - Method in class com.opsmatters.newrelic.api.model.accounts.ProductLevel
Returns the price of the product.
getPrimaryAdmin() - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount
Returns the primary admin of the account.
getPriority() - Method in class com.opsmatters.newrelic.api.model.alerts.AlertEvent
Returns the priority of the event.
getPriority() - Method in class com.opsmatters.newrelic.api.model.alerts.AlertViolation
Returns the priority of the violation.
getPriority() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term
Returns the priority of the term.
getProcessWhereClause() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraProcessRunningAlertCondition
Returns the process where clause of the alert condition.
getProduct() - Method in class com.opsmatters.newrelic.api.model.accounts.UsageData
Returns the product for the usage values.
getProduct() - Method in class com.opsmatters.newrelic.api.model.alerts.AlertEntity
Returns the product of the entity.
getProduct() - Method in class com.opsmatters.newrelic.api.model.alerts.AlertEvent
Returns the product of the event.
getProductId() - Method in class com.opsmatters.newrelic.api.model.accounts.ProductLevel
Returns the id of the product.
getProductId() - Method in class com.opsmatters.newrelic.api.model.accounts.ProductSubscription
Returns the product id of the subscription.
getProducts() - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerSubscription
Returns the list of product levels for the subscription.
getPromoCode() - Method in class com.opsmatters.newrelic.api.model.accounts.ProductSubscription
Returns the promo code of the subscription.
getPublishedVersion() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginDetails
Returns the published version of the plugin.
getPublisher() - Method in class com.opsmatters.newrelic.api.model.plugins.Plugin
Returns the publisher of the plugin.
getPublisherAboutUrl() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginDetails
Returns the publisher about url of the plugin.
getPublisherSupportUrl() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginDetails
Returns the publisher support url of the plugin.
getQuantity() - Method in class com.opsmatters.newrelic.api.model.accounts.ProductSubscription
Returns the quantity of the subscription.
getQuery() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Nrql
Returns the query of the nrql.
getRaw() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginMetricValues
Returns the raw value of the plugin metric.
getReason() - Method in class com.opsmatters.newrelic.api.model.ResponseError
Returns the HTTP reason.
getRecipients() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.EmailConfiguration
Returns the recipients of the alerts.
getRecipients() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.OpsGenieConfiguration
Returns the recipients of the alerts.
getRed() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Threshold
Returns the red threshold of the presentation.
getRed() - Method in class com.opsmatters.newrelic.api.model.labels.HealthStatus
Returns the list of red applications.
getRemoteErrorRate() - Method in class com.opsmatters.newrelic.api.model.applications.MobileSummary
Returns the remote error rate of the application.
getReporting() - Method in class com.opsmatters.newrelic.api.model.applications.Application
Returns true if the application is reporting.
getReporting() - Method in class com.opsmatters.newrelic.api.model.applications.MobileApplication
Returns true if the application is reporting.
getReporting() - Method in class com.opsmatters.newrelic.api.model.servers.Server
Returns true if the server is reporting.
getReporting() - Method in class com.opsmatters.newrelic.api.model.transactions.KeyTransaction
Returns true if the transaction is reporting.
getResponseTime() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationSummary
Returns the response time of the application.
getResponseTime() - Method in class com.opsmatters.newrelic.api.model.applications.EndUserSummary
Returns the response time of the application.
getResponseTime() - Method in class com.opsmatters.newrelic.api.model.applications.MobileSummary
Returns the response time of the application.
getResults() - Method in class com.opsmatters.newrelic.api.model.insights.QueryData
Returns the list of results.
getRevision() - Method in class com.opsmatters.newrelic.api.model.deployments.Deployment
Returns the revision of the deployment.
getRole() - Method in class com.opsmatters.newrelic.api.model.accounts.User
Returns the role of the user.
getRoom() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.CampfireConfiguration
Returns the room of the alerts.
getRoomId() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.HipChatConfiguration
Returns the HipChat room id for the alerts.
getRouteKey() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.VictorOpsConfiguration
Returns the route key of the alerts.
getRow() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Layout
Returns the row of the dashboard widget.
getRunbookUrl() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.BaseCondition
Returns the runbook URL of the alert condition.
getScope() - Method in class com.opsmatters.newrelic.api.model.metrics.Metric
Returns the scope of the metric.
getScriptLocations() - Method in class com.opsmatters.newrelic.api.model.synthetics.Script
Returns the list of locations for the script.
getScriptText() - Method in class com.opsmatters.newrelic.api.model.synthetics.Script
Returns the script text.
getSelectValue() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraMetricAlertCondition
Returns the select value of the alert condition.
getServer() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationInstanceLinks
Returns the server of the application instance.
getServerHealthStatus() - Method in class com.opsmatters.newrelic.api.model.labels.Label
Returns the server health status for the label.
getServers() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationLinks
Returns the list of servers.
getServers() - Method in class com.opsmatters.newrelic.api.model.labels.LabelLinks
Returns the list of servers.
getServiceKey() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.PagerDutyConfiguration
Returns the service key for the alerts.
getSettings() - Method in class com.opsmatters.newrelic.api.model.applications.Application
Returns the settings of the application.
getShortName() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginDetails
Returns the short name of the plugin.
getSinceValue() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Nrql
Returns the since value of the nrql.
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class com.opsmatters.newrelic.httpclient.GsonMessageBodyHandler
Deprecated, not implemented.
getSlaThreshold() - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor
Returns the SLA threshold of the monitor.
getSource() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MarkdownData
Returns the source of the widget.
getSources() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.InventoryData
Returns the list of sources for the widget.
getStartsOn() - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerSubscription
Returns the start date of the subscription.
getState() - Method in class com.opsmatters.newrelic.api.model.accounts.AdminUser
Returns the state of the user.
getStates() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLight
Returns the states of the traffic light.
getStatus() - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount
Returns the status of the account.
getStatus() - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerSubscription
Returns the status of the subscription.
getStatus() - Method in class com.opsmatters.newrelic.api.model.Status
Returns the status.
getStatus() - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor
Returns the status of the monitor.
getSubdomain() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.CampfireConfiguration
Returns the subdomain for the alerts.
getSubscription() - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount
Returns the subscription of the account.
getSubscriptions() - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount
Returns the list of subscriptions.
getSubtitle() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLight
Returns the subtitle of the traffic light.
getSummary() - Method in class com.opsmatters.newrelic.api.model.servers.Server
Returns the summary of the server.
getSumOfSquares() - Method in class com.opsmatters.newrelic.api.model.plugins.MetricTimeslice
Returns the sum of squares of the metric.
getSupportsCrashData() - Method in class com.opsmatters.newrelic.api.model.applications.CrashSummary
Returns true of the application supports crash data.
getTags() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.OpsGenieConfiguration
Returns the tags for the alerts.
getTeams() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.OpsGenieConfiguration
Returns the teams for the alerts.
getTerms() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.TermsCondition
Returns the terms of the alert condition.
getTesting() - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount
Returns true if this account is a test account.
getThreshold() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term
Returns the threshold of the term.
getThreshold() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.ThresholdPresentation
Returns the threshold of the presentation.
getThresholds() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginMetric
Returns the thresholds of the metric.
getThroughput() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationSummary
Returns the throughput of the application.
getThroughput() - Method in class com.opsmatters.newrelic.api.model.applications.EndUserSummary
Returns the throughput of the application.
getThroughput() - Method in class com.opsmatters.newrelic.api.model.applications.MobileSummary
Returns the throughput of the application.
getTimeFunction() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertThreshold
Returns the time function of the threshold.
getTimeFunction() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term
Returns the time function of the term.
getTimeslices() - Method in class com.opsmatters.newrelic.api.model.metrics.MetricTimeslices
Returns the list of timeslices.
getTimestamp() - Method in class com.opsmatters.newrelic.api.model.alerts.AlertEvent
Returns the timestamp of the event.
getTimestamp() - Method in class com.opsmatters.newrelic.api.model.deployments.Deployment
Returns the date of the deployment.
getTitle() - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard
Returns the title of the dashboard.
getTitle() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Presentation
Returns the title of the presentation.
getTitle() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLight
Returns the title of the traffic light.
getTo() - Method in class com.opsmatters.newrelic.api.model.accounts.Usage
Returns the to date of the usage.
getTo() - Method in class com.opsmatters.newrelic.api.model.accounts.UsageData
Returns the to date for the usage values.
getTo() - Method in class com.opsmatters.newrelic.api.model.metrics.MetricData
Returns the to date for the metric values.
getTo() - Method in class com.opsmatters.newrelic.api.model.metrics.MetricTimeslice
Returns the to date for the metric values.
getToken() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.CampfireConfiguration
Returns the token for the alerts.
getTotal() - Method in class com.opsmatters.newrelic.api.model.plugins.MetricTimeslice
Returns the total of the metric.
getTrafficLights() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightPresentation
Returns the traffic lights of the presentation.
getTransactionName() - Method in class com.opsmatters.newrelic.api.model.transactions.KeyTransaction
Returns the name of the transaction.
getTreatRedirectAsFailure() - Method in class com.opsmatters.newrelic.api.model.synthetics.MonitorOptions
Returns true if the monitor should treat a 3xx redirect as a failure.
getType() - Method in class com.opsmatters.newrelic.api.model.alerts.AlertEntity
Returns the entity type.
getType() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.AlertChannel
Returns the type of the channel.
getType() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.ChannelConfiguration
Returns the channel type for the alerts.
getType() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition
Returns the type of the alert condition.
getType() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ExternalServiceAlertCondition
Returns the type of the alert condition.
getType() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraAlertCondition
Returns the type of the alert condition.
getType() - Method in class com.opsmatters.newrelic.api.model.Entity
Returns the entity type.
getType() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightState
Returns the type of the state.
getType() - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor
Returns the type of the monitor.
getUiUrl() - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard
Returns the UI URL of the dashboard.
getUnit() - Method in class com.opsmatters.newrelic.api.model.accounts.UsageData
Returns the unit for the usage values.
getUnits() - Method in class com.opsmatters.newrelic.api.model.accounts.ProductLevel
Returns the units of the product.
getUnits() - Method in class com.opsmatters.newrelic.api.model.metrics.Metric
Returns the units of the metric.
getUnresolvedCrashCount() - Method in class com.opsmatters.newrelic.api.model.applications.CrashSummary
Returns the unresolved crash count of the application.
getUpdatedAt() - Method in class com.opsmatters.newrelic.api.model.alerts.policies.AlertPolicy
Returns the date the policy was last updated.
getUpdatedAt() - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard
Returns the date the dashboard was last updated.
getUpdatedAt() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginDetails
Returns the date the plugin was last updated.
getUpdatedAtEpochMillis() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraAlertCondition
Returns the date the object was last updated.
getUpgradedAt() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginDetails
Returns the date the plugin was last upgraded.
getUri() - Method in class com.opsmatters.newrelic.api.model.synthetics.BrowserMonitor
Returns the uri of the monitor.
getUri() - Method in class com.opsmatters.newrelic.api.model.synthetics.SimpleMonitor
Returns the uri of the monitor.
getUriPrefix() - Method in class com.opsmatters.newrelic.api.NewRelicClient
Returns the uri prefix for resources used by the client.
getUriPrefix() - Method in class com.opsmatters.newrelic.api.NewRelicPartnerApi
Returns the uri prefix for resources used by the client.
getUriPrefix() - Method in class com.opsmatters.newrelic.api.NewRelicPluginsApi
Returns the uri prefix for resources used by the client.
getUriPrefix() - Method in class com.opsmatters.newrelic.api.NewRelicSyntheticsApi
Returns the uri prefix for resources used by the client.
getUriPrefix() - Method in class com.opsmatters.newrelic.api.services.HttpContext
Returns the uri prefix for resources used by the client.
getUrl() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.SlackConfiguration
Returns the Slack url for the alerts.
getUrl() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.xMattersConfiguration
Returns the xMatters url for the alerts.
getUsage() - Method in class com.opsmatters.newrelic.api.model.accounts.Usage
Returns the usage.
getUsages() - Method in class com.opsmatters.newrelic.api.model.accounts.UsageData
Returns the list of usages.
getUser() - Method in class com.opsmatters.newrelic.api.model.deployments.Deployment
Returns the user of the deployment.
getUserDefined() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition
Returns the user defined of the alert condition.
getUserId() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.UserConfiguration
Returns the user id of the alerts.
getUserId() - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor
Returns the user id of the monitor.
getUsers() - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount
Returns the list of users.
getUseServerSideConfig() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationSettings
Returns true if the application uses server side config.
getUtcDateTime(long) - Static method in class com.opsmatters.newrelic.util.Utils
Returns the given date time formatted using the ISO8601 format.
getValidationString() - Method in class com.opsmatters.newrelic.api.model.synthetics.MonitorOptions
Returns the validation string of the monitor.
getValue() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertThreshold
Returns the value of the threshold.
getValueFunction() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.NrqlAlertCondition
Returns the value function of the alert condition.
getValueFunction() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.PluginsAlertCondition
Returns the value function of the alert condition.
getValueFunction() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginMetric
Returns the value function of the metric.
getValues() - Method in class com.opsmatters.newrelic.api.model.metrics.Metric
Returns the list of values.
getValues() - Method in class com.opsmatters.newrelic.api.model.metrics.MetricTimeslice
Returns the list of values.
getValues() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginMetric
Returns the values of the metric.
getVerifySsl() - Method in class com.opsmatters.newrelic.api.model.synthetics.MonitorOptions
Returns true if the SSL connection should be verified by the monitor.
getVersion() - Method in class com.opsmatters.newrelic.api.model.insights.Metadata
Returns the version of the dashboard schema.
getVersion() - Method in class com.opsmatters.newrelic.api.model.plugins.Agent
Returns the version for the agent.
getViolationCloseTimer() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition
Returns the violation close timer of the alert condition (in hours).
getViolations() - Method in class com.opsmatters.newrelic.api.model.alerts.IncidentLinks
Returns the list of violations.
getVisibility() - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard
Returns the visibility of the dashboard.
getVisualization() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Widget
Returns the visualization of the widget.
getWarningThreshold() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraAlertCondition
Returns the warning threshold of the alert condition.
getWhereClause() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraAlertCondition
Returns the where clause of the alert condition.
getWidgets() - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard
Returns the list of widgets.
getWidth() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Layout
Returns the width of the dashboard widget.
getYellow() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Threshold
Returns the yellow threshold of the presentation.
GsonMessageBodyHandler - Class in com.opsmatters.newrelic.httpclient
Provides GSON support for serializing and deserializing objects.
GsonMessageBodyHandler() - Constructor for class com.opsmatters.newrelic.httpclient.GsonMessageBodyHandler
 
guid(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.PluginId.Builder
Sets the guid of the plugin.
guid(String) - Method in class com.opsmatters.newrelic.api.model.plugins.Component.Builder
Sets the guid of the component.
guid(String) - Method in class com.opsmatters.newrelic.api.services.PluginService.FilterBuilder
Adds the guid filter to the filters.

H

handleErrors() - Method in class com.opsmatters.newrelic.api.NewRelicClient
Returns true if errors should be handled rather than ignored.
hasUnpublishedChanges() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginDetails
Returns true if the plugin has unpublished changes.
headers(Map<String, Object>) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.WebhookChannel.Builder
Sets the headers of the Webhook alerts.
HealthStatus - Class in com.opsmatters.newrelic.api.model.labels
Represents a set of New Relic health statuses.
HealthStatus() - Constructor for class com.opsmatters.newrelic.api.model.labels.HealthStatus
Default constructor.
healthStatus(boolean) - Method in class com.opsmatters.newrelic.api.services.PluginComponentService.FilterBuilder
Adds the health status filter to the filters.
height(int) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Layout.Builder
Sets the height of the dashboard widget.
HipChatChannel - Class in com.opsmatters.newrelic.api.model.alerts.channels
Represents a New Relic HipChat alert channel.
HipChatChannel() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.HipChatChannel
Default constructor.
HipChatChannel(HipChatConfiguration) - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.HipChatChannel
Constructor that takes a configuration.
HipChatChannel.Builder - Class in com.opsmatters.newrelic.api.model.alerts.channels
Builder to make HipChat channel construction easier.
HipChatConfiguration - Class in com.opsmatters.newrelic.api.model.alerts.channels
Represents a New Relic HipChat channel configuration.
HipChatConfiguration() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.HipChatConfiguration
Default constructor.
hmac(String) - Method in class com.opsmatters.newrelic.api.model.synthetics.ScriptLocation.Builder
Sets the location hmac.
host(String) - Method in class com.opsmatters.newrelic.api.model.plugins.PluginData.Builder
Sets the host of the agent.
host(String) - Method in class com.opsmatters.newrelic.api.services.ApplicationService.FilterBuilder
Adds the host filter to the filters.
host(String) - Method in class com.opsmatters.newrelic.api.services.ServerService.FilterBuilder
Adds the host filter to the filters.
hostname(String) - Method in class com.opsmatters.newrelic.api.NewRelicApi.Builder
Sets the name of the host to connect to.
hostname(String) - Method in class com.opsmatters.newrelic.api.NewRelicInfraApi.Builder
Sets the name of the host to connect to.
hostname(String) - Method in class com.opsmatters.newrelic.api.NewRelicInsightsApi.Builder
Sets the name of the host to connect to.
hostname(String) - Method in class com.opsmatters.newrelic.api.NewRelicPartnerApi.Builder
Sets the name of the host to connect to.
hostname(String) - Method in class com.opsmatters.newrelic.api.NewRelicPluginsApi.Builder
Sets the name of the host to connect to.
hostname(String) - Method in class com.opsmatters.newrelic.api.NewRelicSyntheticsApi.Builder
Sets the name of the host to connect to.
hostname(String) - Method in class com.opsmatters.newrelic.api.services.ApplicationHostService.FilterBuilder
Adds the hostname filter to the filters.
hostname(String) - Method in class com.opsmatters.newrelic.api.services.ApplicationInstanceService.FilterBuilder
Adds the hostname filter to the filters.
HTTP - Variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
HttpClientProvider - Interface in com.opsmatters.newrelic.httpclient
Interface for a HTTP client provider.
httpContext - Variable in class com.opsmatters.newrelic.api.NewRelicClient
 
HttpContext - Class in com.opsmatters.newrelic.api.services
Represents the set of HTTP operations to be used with the API calls.
HttpContext(Client, String, String, int) - Constructor for class com.opsmatters.newrelic.api.services.HttpContext
Constructor that takes a client, protocol, hostname and port.

I

icon(String) - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard.Builder
Sets the icon of the dashboard.
icon(Dashboard.Icon) - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard.Builder
Sets the icon of the dashboard.
id(long) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.BaseCondition.Builder
Sets the id of the alert condition.
id(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.PluginId.Builder
Sets the id of the plugin.
id(long) - Method in class com.opsmatters.newrelic.api.model.alerts.policies.AlertPolicy.Builder
Sets the id of the alert policy.
id(long) - Method in class com.opsmatters.newrelic.api.model.Entity.Builder
Sets the id of the entity.
id(String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLight.Builder
Sets the id of the traffic light.
id(String) - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor.Builder
Sets the id of the monitor.
IdResource - Class in com.opsmatters.newrelic.api.model
Represents the base class for all resources with a numeric id.
IdResource() - Constructor for class com.opsmatters.newrelic.api.model.IdResource
Default constructor.
ids(String) - Method in class com.opsmatters.newrelic.api.services.ApplicationHostService.FilterBuilder
Adds the id filter to the filters.
ids(String) - Method in class com.opsmatters.newrelic.api.services.ApplicationInstanceService.FilterBuilder
Adds the id filter to the filters.
ids(String) - Method in class com.opsmatters.newrelic.api.services.ApplicationService.FilterBuilder
Adds the id filter to the filters.
ids(String) - Method in class com.opsmatters.newrelic.api.services.KeyTransactionService.FilterBuilder
Adds the id filter to the filters.
ids(String) - Method in class com.opsmatters.newrelic.api.services.PluginComponentService.FilterBuilder
Adds the id filter to the filters.
ids(String) - Method in class com.opsmatters.newrelic.api.services.PluginService.FilterBuilder
Adds the id filter to the filters.
ids(String) - Method in class com.opsmatters.newrelic.api.services.ServerService.FilterBuilder
Adds the id filter to the filters.
ids(String) - Method in class com.opsmatters.newrelic.api.services.UserService.FilterBuilder
Adds the id filter to the filters.
incidentId(long) - Method in class com.opsmatters.newrelic.api.services.AlertEventService.FilterBuilder
Adds the incident id filter to the filters.
IncidentLinks - Class in com.opsmatters.newrelic.api.model.alerts
Represents a set of New Relic incident links.
IncidentLinks() - Constructor for class com.opsmatters.newrelic.api.model.alerts.IncidentLinks
Default constructor.
IncidentPreference - Enum in com.opsmatters.newrelic.api.model.alerts
Represents a New Relic incident preference.
incidentPreference(String) - Method in class com.opsmatters.newrelic.api.model.alerts.policies.AlertPolicy.Builder
Sets the incident preference of the alert policy.
includeJsonAttachment(boolean) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.EmailChannel.Builder
Set to true if the alerts should include the data in JSON format.
INFRA_ALERT_CONDITION - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
INFRA_ALERT_CONDITIONS - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
InfraAlertCondition - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Represents a New Relic Infrastructure alert condition.
InfraAlertCondition() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.InfraAlertCondition
Default constructor.
InfraAlertCondition.Builder<T extends InfraAlertCondition,B extends InfraAlertCondition.Builder<T,B>> - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Builder to make infra alert condition construction easier.
InfraAlertCondition.ConditionType - Enum in com.opsmatters.newrelic.api.model.alerts.conditions
Represents the available types for this condition.
InfraAlertConditionDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions
Deserializer class for infrastructure alert conditions.
InfraAlertConditionDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions.InfraAlertConditionDeserializer
 
infraAlertConditions() - Method in class com.opsmatters.newrelic.api.NewRelicInfraApi
Returns the operations related to infra alert conditions.
InfraAlertConditionsDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions
Deserializer class for infrastructure alert conditions.
InfraAlertConditionsDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions.InfraAlertConditionsDeserializer
 
InfraAlertConditionSerializer - Class in com.opsmatters.newrelic.httpclient.serializers.alerts.conditions
Serializer class for infrastructure alert conditions.
InfraAlertConditionSerializer() - Constructor for class com.opsmatters.newrelic.httpclient.serializers.alerts.conditions.InfraAlertConditionSerializer
 
InfraAlertConditionService - Class in com.opsmatters.newrelic.api.services
The set of operations used for infrastructure alert conditions.
InfraAlertConditionService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.InfraAlertConditionService
Constructor that takes a http context and API client.
InfraHostNotReportingAlertCondition - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Represents a New Relic Infrastructure Host Not Reporting alert condition.
InfraHostNotReportingAlertCondition() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.InfraHostNotReportingAlertCondition
Default constructor.
InfraHostNotReportingAlertCondition.Builder - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Builder to make alert condition construction easier.
InfraMetricAlertCondition - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Represents a New Relic Infrastructure Metric alert condition.
InfraMetricAlertCondition() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.InfraMetricAlertCondition
Default constructor.
InfraMetricAlertCondition.Builder - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Builder to make alert condition construction easier.
InfraMetricAlertCondition.EventType - Enum in com.opsmatters.newrelic.api.model.alerts.conditions
Represents an infrastructure alert event type.
InfraProcessRunningAlertCondition - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Represents a New Relic Infrastructure Process Not Running alert condition.
InfraProcessRunningAlertCondition() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.InfraProcessRunningAlertCondition
Default constructor.
InfraProcessRunningAlertCondition.Builder - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Builder to make alert condition construction easier.
initialize() - Method in class com.opsmatters.newrelic.api.NewRelicClient
Called after setting configuration properties.
instanceConditionScope() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition.Builder
Sets the condition scope of the alert condition to "instance".
integrationProvider(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraMetricAlertCondition.Builder
Sets the integration provider of the alert condition.
InventoryChart - Class in com.opsmatters.newrelic.api.model.insights.widgets
Represents a New Relic Insights inventory chart.
InventoryChart() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.InventoryChart
Default constructor.
InventoryChart.Builder - Class in com.opsmatters.newrelic.api.model.insights.widgets
Builder to make widget construction easier.
InventoryChart.Visualization - Enum in com.opsmatters.newrelic.api.model.insights.widgets
Represents the available visualizations for this widget type.
InventoryData - Class in com.opsmatters.newrelic.api.model.insights.widgets
Represents a New Relic Insights dashboard inventory data source.
InventoryData() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.InventoryData
Default constructor.
InventoryData.Builder - Class in com.opsmatters.newrelic.api.model.insights.widgets
Builder to make widget data construction easier.
ISO8601_FORMAT - Static variable in class com.opsmatters.newrelic.util.Utils
The date format used by ISO8601.
isPrivate() - Method in class com.opsmatters.newrelic.api.model.synthetics.Location
Returns true if the location is private.
isPublic() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginDetails
Returns true if the plugin is public.
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.opsmatters.newrelic.httpclient.GsonMessageBodyHandler
Ascertain if the MessageBodyReader can produce an instance of a particular type.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.opsmatters.newrelic.httpclient.GsonMessageBodyHandler
Ascertain if the MessageBodyWriter supports a particular type.

K

key(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.VictorOpsChannel.Builder
Sets the key of the VictorOps alerts.
KEY_TRANSACTION - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
KEY_TRANSACTIONS - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
KeyTransaction - Class in com.opsmatters.newrelic.api.model.transactions
Represents a New Relic key transaction.
KeyTransaction() - Constructor for class com.opsmatters.newrelic.api.model.transactions.KeyTransaction
Default constructor.
KeyTransactionDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.transactions
Deserializer class for key transactions.
KeyTransactionDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.transactions.KeyTransactionDeserializer
 
KeyTransactionLinks - Class in com.opsmatters.newrelic.api.model.transactions
Represents a set of New Relic key transaction links.
KeyTransactionLinks() - Constructor for class com.opsmatters.newrelic.api.model.transactions.KeyTransactionLinks
Default constructor.
keyTransactions() - Method in class com.opsmatters.newrelic.api.NewRelicApi
Returns the operations related to key transactions.
KeyTransactionsDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.transactions
Deserializer class for key transactions.
KeyTransactionsDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.transactions.KeyTransactionsDeserializer
 
KeyTransactionService - Class in com.opsmatters.newrelic.api.services
The set of operations used for key transactions.
KeyTransactionService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.KeyTransactionService
Constructor that takes a http context and API client.
KeyTransactionService.FilterBuilder - Class in com.opsmatters.newrelic.api.services
Builder to make filter construction easier.

L

Label - Class in com.opsmatters.newrelic.api.model.labels
Represents a New Relic label.
Label() - Constructor for class com.opsmatters.newrelic.api.model.labels.Label
Default constructor.
LABEL - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
Label.Builder - Class in com.opsmatters.newrelic.api.model.labels
Builder to make label construction easier.
LabelDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.labels
Deserializer class for labels.
LabelDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.labels.LabelDeserializer
 
LabelLinks - Class in com.opsmatters.newrelic.api.model.labels
Represents a set of New Relic label links.
LabelLinks() - Constructor for class com.opsmatters.newrelic.api.model.labels.LabelLinks
Default constructor.
labels() - Method in class com.opsmatters.newrelic.api.NewRelicApi
Returns the operations related to labels.
LABELS - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
labels(String) - Method in class com.opsmatters.newrelic.api.services.ServerService.FilterBuilder
Adds the labels filter to the filters.
LabelsDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.labels
Deserializer class for labels.
LabelsDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.labels.LabelsDeserializer
 
LabelSerializer - Class in com.opsmatters.newrelic.httpclient.serializers.labels
Serializer class for labels.
LabelSerializer() - Constructor for class com.opsmatters.newrelic.httpclient.serializers.labels.LabelSerializer
 
LabelService - Class in com.opsmatters.newrelic.api.services
The set of operations used for labels.
LabelService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.LabelService
Constructor that takes a http context and API client.
language(String) - Method in class com.opsmatters.newrelic.api.services.ApplicationService.FilterBuilder
Adds the language filter to the filters.
lastEditedSort() - Method in class com.opsmatters.newrelic.api.services.DashboardService.FilterBuilder
Adds the "last edited" sort to the filters.
lastName(String) - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerUser.Builder
Sets the last name of the user.
Layout - Class in com.opsmatters.newrelic.api.model.insights.widgets
Represents a New Relic Insights dashboard widget layout.
Layout() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.Layout
Default constructor.
layout(Layout) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Widget.Builder
Sets the layout of the widget.
Layout.Builder - Class in com.opsmatters.newrelic.api.model.insights.widgets
Builder to make layout construction easier.
LICENSE_KEY_PROPERTY - Static variable in class com.opsmatters.newrelic.api.Constants
The name of the standard property used for the License key.
licenseKey(String) - Method in class com.opsmatters.newrelic.api.NewRelicPluginsApi.Builder
Sets the license key used to authenticate the connection.
LicenseKeyFilter - Class in com.opsmatters.newrelic.httpclient.filters
Filter to attach a License key used for authentication.
LicenseKeyFilter(String) - Constructor for class com.opsmatters.newrelic.httpclient.filters.LicenseKeyFilter
Constructor that takes a License key.
LicenseKeyHttpClientProvider - Class in com.opsmatters.newrelic.httpclient
HTTP client provider to attach a License key used for authentication.
LicenseKeyHttpClientProvider(String) - Constructor for class com.opsmatters.newrelic.httpclient.LicenseKeyHttpClientProvider
Constructor that takes a License key.
limit(int) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricsData.Builder
Sets the limit of the widget data.
links(LabelLinks) - Method in class com.opsmatters.newrelic.api.model.labels.Label.Builder
Sets the links of the label.
list() - Method in class com.opsmatters.newrelic.api.services.AlertChannelService
Returns the set of alert channels.
list(long) - Method in class com.opsmatters.newrelic.api.services.AlertConditionService
Returns the set of alert conditions for the given policy id.
list(long, String) - Method in class com.opsmatters.newrelic.api.services.AlertEntityConditionService
Returns the alert conditions for the given entity id.
list(Entity) - Method in class com.opsmatters.newrelic.api.services.AlertEntityConditionService
Returns the alert conditions for the given entity.
list(List<String>) - Method in class com.opsmatters.newrelic.api.services.AlertEventService
Returns the set of alert events with the given query parameters.
list() - Method in class com.opsmatters.newrelic.api.services.AlertEventService
Returns the set of alert events.
list(boolean) - Method in class com.opsmatters.newrelic.api.services.AlertIncidentService
Returns the set of alert incidents.
list() - Method in class com.opsmatters.newrelic.api.services.AlertPolicyService
Returns the set of alert policies.
list(String) - Method in class com.opsmatters.newrelic.api.services.AlertPolicyService
Returns the set of alert policies with the given name.
list(long, long, boolean) - Method in class com.opsmatters.newrelic.api.services.AlertViolationService
Returns the set of alert violations.
list(long, List<String>) - Method in class com.opsmatters.newrelic.api.services.ApplicationHostService
Returns the set of application hosts with the given query parameters.
list(long) - Method in class com.opsmatters.newrelic.api.services.ApplicationHostService
Returns the set of application hosts.
list(long, List<String>) - Method in class com.opsmatters.newrelic.api.services.ApplicationInstanceService
Returns the set of application instances with the given query parameters.
list(long) - Method in class com.opsmatters.newrelic.api.services.ApplicationInstanceService
Returns the set of application instances.
list(List<String>) - Method in class com.opsmatters.newrelic.api.services.ApplicationService
Returns the set of applications with the given query parameters.
list() - Method in class com.opsmatters.newrelic.api.services.ApplicationService
Returns the set of applications.
list() - Method in class com.opsmatters.newrelic.api.services.BrowserApplicationService
Returns the set of Browser applications.
list(List<String>) - Method in class com.opsmatters.newrelic.api.services.DashboardService
Returns the set of dashboards with the given query parameters.
list() - Method in class com.opsmatters.newrelic.api.services.DashboardService
Returns the set of dashboards.
list(long) - Method in class com.opsmatters.newrelic.api.services.DeploymentService
Returns the set of deployments.
list(long) - Method in class com.opsmatters.newrelic.api.services.ExternalServiceAlertConditionService
Returns the set of alert conditions for the given policy id.
list(long) - Method in class com.opsmatters.newrelic.api.services.InfraAlertConditionService
Returns the set of alert conditions for the given policy id.
list(List<String>) - Method in class com.opsmatters.newrelic.api.services.KeyTransactionService
Returns the set of key transactions with the given query parameters.
list() - Method in class com.opsmatters.newrelic.api.services.KeyTransactionService
Returns the set of key transactions.
list() - Method in class com.opsmatters.newrelic.api.services.LabelService
Returns the set of labels.
list() - Method in class com.opsmatters.newrelic.api.services.LocationService
Returns the set of locations.
list() - Method in class com.opsmatters.newrelic.api.services.MobileApplicationService
Returns the set of Mobile applications.
list() - Method in class com.opsmatters.newrelic.api.services.MonitorService
Returns the set of monitors.
list(Label) - Method in class com.opsmatters.newrelic.api.services.MonitorService
Returns the set of monitors for the given label.
list(long) - Method in class com.opsmatters.newrelic.api.services.NrqlAlertConditionService
Returns the set of alert conditions for the given policy id.
list(long) - Method in class com.opsmatters.newrelic.api.services.PartnerAccountService
Returns the set of accounts.
list(long, long) - Method in class com.opsmatters.newrelic.api.services.PartnerSubscriptionService
Returns the set of subscriptions.
list(long, long) - Method in class com.opsmatters.newrelic.api.services.PartnerUserService
Returns the set of users.
list(List<String>) - Method in class com.opsmatters.newrelic.api.services.PluginComponentService
Returns the set of plugin components with the given query parameters.
list() - Method in class com.opsmatters.newrelic.api.services.PluginComponentService
Returns the set of plugin components.
list(long) - Method in class com.opsmatters.newrelic.api.services.PluginsAlertConditionService
Returns the set of alert conditions for the given policy id.
list(List<String>) - Method in class com.opsmatters.newrelic.api.services.PluginService
Returns the set of plugins with the given query parameters.
list(boolean) - Method in class com.opsmatters.newrelic.api.services.PluginService
Returns the set of plugins.
list(long, String) - Method in class com.opsmatters.newrelic.api.services.QueryService
Returns the set of data for a query.
list(List<String>) - Method in class com.opsmatters.newrelic.api.services.ServerService
Returns the set of servers with the given query parameters.
list() - Method in class com.opsmatters.newrelic.api.services.ServerService
Returns the set of servers.
list(long) - Method in class com.opsmatters.newrelic.api.services.SyntheticsAlertConditionService
Returns the set of alert conditions for the given policy id.
list(String, long, long, boolean) - Method in class com.opsmatters.newrelic.api.services.UsageService
Returns the set of usages with the given parameters.
list(String, String, String, boolean) - Method in class com.opsmatters.newrelic.api.services.UsageService
Returns the set of usages with the given parameters.
list(List<String>) - Method in class com.opsmatters.newrelic.api.services.UserService
Returns the set of users with the given query parameters.
list() - Method in class com.opsmatters.newrelic.api.services.UserService
Returns the set of users.
loaderScript(String) - Method in class com.opsmatters.newrelic.api.model.applications.BrowserApplication.Builder
Sets the loader script of the application.
Location - Class in com.opsmatters.newrelic.api.model.synthetics
Represents a New Relic script location.
Location() - Constructor for class com.opsmatters.newrelic.api.model.synthetics.Location
Default constructor.
locations(List<String>) - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor.Builder
Sets the locations of the monitor.
locations() - Method in class com.opsmatters.newrelic.api.NewRelicSyntheticsApi
Returns the operations related to Synthetics locations.
LOCATIONS - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
LocationService - Class in com.opsmatters.newrelic.api.services
The set of operations used for Synthetics locations.
LocationService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.LocationService
Constructor that takes a http context and API client.

M

MapResponseError() - Constructor for class com.opsmatters.newrelic.api.model.ResponseErrors.MapResponseError
 
Markdown - Class in com.opsmatters.newrelic.api.model.insights.widgets
Represents a New Relic Insights markdown panel.
Markdown() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.Markdown
Default constructor.
Markdown.Builder - Class in com.opsmatters.newrelic.api.model.insights.widgets
Builder to make widget construction easier.
Markdown.Visualization - Enum in com.opsmatters.newrelic.api.model.insights.widgets
Represents the available visualizations for this widget type.
MarkdownData - Class in com.opsmatters.newrelic.api.model.insights.widgets
Represents a New Relic Insights dashboard markdown data source.
MarkdownData() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.MarkdownData
Default constructor.
MarkdownData(String) - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.MarkdownData
Constructor that takes markdown.
MarkdownData.Builder - Class in com.opsmatters.newrelic.api.model.insights.widgets
Builder to make widget data construction easier.
max(int) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightState.Builder
Sets the maximum of the state.
max(T) - Method in class com.opsmatters.newrelic.api.model.plugins.MetricTimeslice.Builder
Sets the maximum of the metric.
maxValueFunction() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.PluginsAlertCondition.Builder
Sets the value function of the alert condition to "max".
maxValueFunction() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.UserDefined.Builder
Sets the value function of the user defined to "max".
Metadata - Class in com.opsmatters.newrelic.api.model.insights
Represents a New Relic Insights dashboard metadata.
Metadata() - Constructor for class com.opsmatters.newrelic.api.model.insights.Metadata
Default constructor.
Metadata.Builder - Class in com.opsmatters.newrelic.api.model.insights
Builder to make metadata construction easier.
metric(ApmAppAlertCondition.Metric) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ApmAppAlertCondition.Builder
Sets the metric of the alert condition.
metric(ApmExternalServiceAlertCondition.Metric) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ApmExternalServiceAlertCondition.Builder
Sets the metric of the alert condition.
metric(ApmJvmAlertCondition.Metric) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ApmJvmAlertCondition.Builder
Sets the metric of the alert condition.
metric(ApmKeyTransactionAlertCondition.Metric) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ApmKeyTransactionAlertCondition.Builder
Sets the metric of the alert condition.
metric(BrowserAlertCondition.Metric) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.BrowserAlertCondition.Builder
Sets the metric of the alert condition.
metric(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.MetricCondition.Builder
Sets the metric of the alert condition.
metric(MobileAlertCondition.Metric) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.MobileAlertCondition.Builder
Sets the metric of the alert condition.
metric(MobileExternalServiceAlertCondition.Metric) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.MobileExternalServiceAlertCondition.Builder
Sets the metric of the alert condition.
metric(ServersAlertCondition.Metric) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ServersAlertCondition.Builder
Sets the metric of the alert condition.
metric(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.UserDefined.Builder
Sets the metric of the user defined.
Metric - Class in com.opsmatters.newrelic.api.model.metrics
Represents a New Relic metric with a set of values.
Metric() - Constructor for class com.opsmatters.newrelic.api.model.metrics.Metric
Default constructor.
Metric.Agent - Enum in com.opsmatters.newrelic.api.model.metrics
Represents the available values for Agent metrics.
Metric.Apdex - Enum in com.opsmatters.newrelic.api.model.metrics
Represents the available values for Apdex metrics.
Metric.Builder - Class in com.opsmatters.newrelic.api.model.metrics
Builder to make metric construction easier.
Metric.Category - Enum in com.opsmatters.newrelic.api.model.metrics
Represents the available categories for metrics.
Metric.Errors - Enum in com.opsmatters.newrelic.api.model.metrics
Represents the available values for Errors metrics.
Metric.Filter - Enum in com.opsmatters.newrelic.api.model.metrics
Represents the available values for Filter metrics.
Metric.HttpDispatcher - Enum in com.opsmatters.newrelic.api.model.metrics
Represents the available values for HttpDispatcher metrics.
Metric.Java - Enum in com.opsmatters.newrelic.api.model.metrics
Represents the available values for Java metrics.
Metric.JmxBuiltin - Enum in com.opsmatters.newrelic.api.model.metrics
Represents the available values for JmxBuiltin metrics.
Metric.OtherTransaction - Enum in com.opsmatters.newrelic.api.model.metrics
Represents the available values for OtherTransaction metrics.
Metric.Threads - Enum in com.opsmatters.newrelic.api.model.metrics
Represents the available values for Threads metrics.
Metric.Value - Interface in com.opsmatters.newrelic.api.model.metrics
Interface for all metric value enums.
Metric.WebTransaction - Enum in com.opsmatters.newrelic.api.model.metrics
Represents the available values for WebTransaction metrics.
Metric.WebTransactionTotalTime - Enum in com.opsmatters.newrelic.api.model.metrics
Represents the available values for WebTransactionTotalTime metrics.
METRIC_DATA - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
MetricCondition - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Represents a New Relic metric condition.
MetricCondition() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.MetricCondition
Default constructor.
MetricCondition.Builder<T extends MetricCondition,B extends MetricCondition.Builder<T,B>> - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Builder to make metric condition construction easier.
MetricData - Class in com.opsmatters.newrelic.api.model.metrics
Represents a New Relic metric with a set of data values.
MetricData() - Constructor for class com.opsmatters.newrelic.api.model.metrics.MetricData
Default constructor.
metricData(long, long, List<String>) - Method in class com.opsmatters.newrelic.api.services.ApplicationHostService
Returns the set of metric data for the given application host.
metricData(long, long, List<String>) - Method in class com.opsmatters.newrelic.api.services.ApplicationInstanceService
Returns the set of metric data for the given application instance.
metricData(long, List<String>) - Method in class com.opsmatters.newrelic.api.services.ApplicationService
Returns the set of metric data for the given application.
metricData(long, List<String>) - Method in class com.opsmatters.newrelic.api.services.MobileApplicationService
Returns the set of metric data for the given application.
metricData(long, List<String>) - Method in class com.opsmatters.newrelic.api.services.PluginComponentService
Returns the set of metric data for the given plugin component.
metricData(PluginData) - Method in class com.opsmatters.newrelic.api.services.PluginMetricService
Sends the given metric plugin data to New Relic.
metricData(long, List<String>) - Method in class com.opsmatters.newrelic.api.services.ServerService
Returns the set of metric data for the given server.
MetricDataDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.metrics
Deserializer class for metric data.
MetricDataDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.metrics.MetricDataDeserializer
 
metricDescription(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.PluginsAlertCondition.Builder
Sets the metric description of the alert condition.
MetricLineChart - Class in com.opsmatters.newrelic.api.model.insights.widgets
Represents a New Relic Insights metric line chart.
MetricLineChart() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.MetricLineChart
Default constructor.
MetricLineChart.Builder - Class in com.opsmatters.newrelic.api.model.insights.widgets
Builder to make widget construction easier.
MetricLineChart.Visualization - Enum in com.opsmatters.newrelic.api.model.insights.widgets
Represents the available visualizations for this widget type.
metricNames(long, long, String) - Method in class com.opsmatters.newrelic.api.services.ApplicationHostService
Returns the set of metrics for the given application host.
metricNames(long, long) - Method in class com.opsmatters.newrelic.api.services.ApplicationHostService
Returns the set of metrics for the given application host.
metricNames(long, long, String) - Method in class com.opsmatters.newrelic.api.services.ApplicationInstanceService
Returns the set of metrics for the given application instance.
metricNames(long, long) - Method in class com.opsmatters.newrelic.api.services.ApplicationInstanceService
Returns the set of metrics for the given application instance.
metricNames(long, String) - Method in class com.opsmatters.newrelic.api.services.ApplicationService
Returns the set of metrics for the given application.
metricNames(long) - Method in class com.opsmatters.newrelic.api.services.ApplicationService
Returns the set of metrics for the given application.
metricNames(long, String) - Method in class com.opsmatters.newrelic.api.services.MobileApplicationService
Returns the set of metrics for the given application.
metricNames(long) - Method in class com.opsmatters.newrelic.api.services.MobileApplicationService
Returns the set of metrics for the given application.
metricNames(long, String) - Method in class com.opsmatters.newrelic.api.services.PluginComponentService
Returns the set of metrics for the given plugin component.
metricNames(long) - Method in class com.opsmatters.newrelic.api.services.PluginComponentService
Returns the set of metrics for the given plugin component.
metricNames(long, String) - Method in class com.opsmatters.newrelic.api.services.ServerService
Returns the set of metrics for the given server.
metricNames(long) - Method in class com.opsmatters.newrelic.api.services.ServerService
Returns the set of metrics for the given server.
MetricParameterBuilder - Class in com.opsmatters.newrelic.api.services
Builder to make metric parameter construction easier.
MetricParameterBuilder() - Constructor for class com.opsmatters.newrelic.api.services.MetricParameterBuilder
 
metrics(List<Metric>) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricsData.Builder
Sets the metrics of the widget data.
metrics() - Method in class com.opsmatters.newrelic.api.NewRelicPluginsApi
Returns the operations related to Plugins metrics.
metrics() - Static method in class com.opsmatters.newrelic.api.services.ApplicationHostService
Returns a builder for the metric data parameters.
metrics() - Static method in class com.opsmatters.newrelic.api.services.ApplicationInstanceService
Returns a builder for the metric data parameters.
metrics() - Static method in class com.opsmatters.newrelic.api.services.ApplicationService
Returns a builder for the metric data parameters.
METRICS - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
metrics() - Static method in class com.opsmatters.newrelic.api.services.MobileApplicationService
Returns a builder for the metric data parameters.
metrics() - Static method in class com.opsmatters.newrelic.api.services.PluginComponentService
Returns a builder for the metric data parameters.
metrics() - Static method in class com.opsmatters.newrelic.api.services.ServerService
Returns a builder for the metric data parameters.
MetricsData - Class in com.opsmatters.newrelic.api.model.insights.widgets
Represents a New Relic Insights dashboard metric data source.
MetricsData() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.MetricsData
Default constructor.
MetricsData.Builder - Class in com.opsmatters.newrelic.api.model.insights.widgets
Builder to make widget data construction easier.
MetricsDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.metrics
Deserializer class for metrics.
MetricsDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.metrics.MetricsDeserializer
 
MetricTimeslice - Class in com.opsmatters.newrelic.api.model.metrics
Represents a New Relic metric timeslice.
MetricTimeslice() - Constructor for class com.opsmatters.newrelic.api.model.metrics.MetricTimeslice
Default constructor.
MetricTimeslice<T> - Class in com.opsmatters.newrelic.api.model.plugins
Represents a New Relic plugin metric timeslice.
MetricTimeslice() - Constructor for class com.opsmatters.newrelic.api.model.plugins.MetricTimeslice
Default constructor.
MetricTimeslice.Builder<T> - Class in com.opsmatters.newrelic.api.model.plugins
Builder to make metric timeslice construction easier.
MetricTimeslices - Class in com.opsmatters.newrelic.api.model.metrics
Represents a set of New Relic metric timeslices.
MetricTimeslices() - Constructor for class com.opsmatters.newrelic.api.model.metrics.MetricTimeslices
Default constructor.
min(int) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightState.Builder
Sets the minimum of the state.
min(T) - Method in class com.opsmatters.newrelic.api.model.plugins.MetricTimeslice.Builder
Sets the minimum of the metric.
minValueFunction() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.PluginsAlertCondition.Builder
Sets the value function of the alert condition to "min".
minValueFunction() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.UserDefined.Builder
Sets the value function of the user defined to "min".
MOBILE_APPLICATION - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
MOBILE_APPLICATIONS - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
MobileAlertCondition - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Represents a New Relic Mobile alert condition.
MobileAlertCondition() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.MobileAlertCondition
Default constructor.
MobileAlertCondition.Builder - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Builder to make alert condition construction easier.
MobileAlertCondition.Metric - Enum in com.opsmatters.newrelic.api.model.alerts.conditions
Represents the metric types for this condition type.
MobileApplication - Class in com.opsmatters.newrelic.api.model.applications
Represents a New Relic mobile application.
MobileApplication() - Constructor for class com.opsmatters.newrelic.api.model.applications.MobileApplication
Default constructor.
MobileApplicationDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.applications
Deserializer class for Mobile applications.
MobileApplicationDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.applications.MobileApplicationDeserializer
 
mobileApplications() - Method in class com.opsmatters.newrelic.api.NewRelicApi
Returns the operations related to Mobile applications.
MobileApplicationsDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.applications
Deserializer class for Mobile applications.
MobileApplicationsDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.applications.MobileApplicationsDeserializer
 
MobileApplicationService - Class in com.opsmatters.newrelic.api.services
The set of operations used for mobile applications.
MobileApplicationService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.MobileApplicationService
Constructor that takes a http context and API client.
MobileExternalServiceAlertCondition - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Represents a New Relic Mobile external service alert condition.
MobileExternalServiceAlertCondition() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.MobileExternalServiceAlertCondition
Default constructor.
MobileExternalServiceAlertCondition.Builder - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Builder to make alert condition construction easier.
MobileExternalServiceAlertCondition.Metric - Enum in com.opsmatters.newrelic.api.model.alerts.conditions
Represents the metric types for this condition type.
MobileSummary - Class in com.opsmatters.newrelic.api.model.applications
Represents a New Relic mobile application summary.
MobileSummary() - Constructor for class com.opsmatters.newrelic.api.model.applications.MobileSummary
Default constructor.
Monitor - Class in com.opsmatters.newrelic.api.model.synthetics
Represents a New Relic Synthetics monitor.
Monitor() - Constructor for class com.opsmatters.newrelic.api.model.synthetics.Monitor
Default constructor.
monitor(Monitor) - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor.Builder
Sets the monitor.
MONITOR - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
Monitor.Builder<T extends Monitor,B extends Monitor.Builder<T,B>> - Class in com.opsmatters.newrelic.api.model.synthetics
Builder to make monitor construction easier.
Monitor.Frequency - Enum in com.opsmatters.newrelic.api.model.synthetics
Represents a monitor frequency.
Monitor.MonitorType - Enum in com.opsmatters.newrelic.api.model.synthetics
Represents the available types for a New Relic Synthetics monitor.
Monitor.Status - Enum in com.opsmatters.newrelic.api.model.synthetics
Represents the available statuses for a monitor.
MonitorDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.synthetics
Deserializer class for Synthetics monitors.
MonitorDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.synthetics.MonitorDeserializer
 
monitorId(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.SyntheticsAlertCondition.Builder
Sets the monitor id of the alert condition.
MonitorOptions - Class in com.opsmatters.newrelic.api.model.synthetics
Represents a New Relic application settings.
MonitorOptions() - Constructor for class com.opsmatters.newrelic.api.model.synthetics.MonitorOptions
Default constructor.
monitors() - Method in class com.opsmatters.newrelic.api.NewRelicSyntheticsApi
Returns the operations related to Synthetics monitors.
MONITORS - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
MonitorsDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.synthetics
Deserializer class for Synthetics monitors.
MonitorsDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.synthetics.MonitorsDeserializer
 
MonitorService - Class in com.opsmatters.newrelic.api.services
The set of operations used for Synthetics monitors.
MonitorService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.MonitorService
Constructor that takes a http context and API client.

N

name(String) - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount.Builder
Sets the name of the account.
name(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.AlertChannel.Builder
Sets the name of the alert channel.
name(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.BaseCondition.Builder
Sets the name of the alert condition.
name(String) - Method in class com.opsmatters.newrelic.api.model.alerts.policies.AlertPolicy.Builder
Sets the name of the alert policy.
name(String) - Method in class com.opsmatters.newrelic.api.model.Entity.Builder
Sets the name of the entity.
name(String) - Method in class com.opsmatters.newrelic.api.model.labels.Label.Builder
Sets the name of the label.
name(String) - Method in class com.opsmatters.newrelic.api.model.metrics.Metric.Builder
Sets the name of the metric.
name(Metric.Category) - Method in class com.opsmatters.newrelic.api.model.metrics.Metric.Builder
Sets the name of the metric.
name(String) - Method in class com.opsmatters.newrelic.api.model.plugins.Component.Builder
Sets the name of the component.
name(String) - Method in class com.opsmatters.newrelic.api.model.servers.Server.Builder
Sets the name of the server.
name(String) - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor.Builder
Sets the name of the monitor.
name(String) - Method in class com.opsmatters.newrelic.api.model.synthetics.ScriptLocation.Builder
Sets the location name.
name(String) - Method in class com.opsmatters.newrelic.api.services.ApplicationService.FilterBuilder
Adds the name filter to the filters.
name(String) - Method in class com.opsmatters.newrelic.api.services.KeyTransactionService.FilterBuilder
Adds the name filter to the filters.
name(String) - Method in class com.opsmatters.newrelic.api.services.PluginComponentService.FilterBuilder
Adds the name filter to the filters.
name(String) - Method in class com.opsmatters.newrelic.api.services.ServerService.FilterBuilder
Adds the name filter to the filters.
NamedIdResource - Class in com.opsmatters.newrelic.api.model
Represents the base class for all resources with a name and numeric id.
NamedIdResource() - Constructor for class com.opsmatters.newrelic.api.model.NamedIdResource
Default constructor.
NamedResource - Interface in com.opsmatters.newrelic.api.model
Represents the base class for all resources with a name.
names(String) - Method in class com.opsmatters.newrelic.api.services.MetricParameterBuilder
Adds a names parameter to the parameters.
nameSort() - Method in class com.opsmatters.newrelic.api.services.DashboardService.FilterBuilder
Adds the "name" sort to the filters.
networkEventType() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraMetricAlertCondition.Builder
Sets the event type of the alert condition to "NetworkSample".
NewRelicApi - Class in com.opsmatters.newrelic.api
Client used to invoke New Relic operations using the REST API.
NewRelicApi() - Constructor for class com.opsmatters.newrelic.api.NewRelicApi
Default constructor.
NewRelicApi(String, int, HttpClientProvider) - Constructor for class com.opsmatters.newrelic.api.NewRelicApi
Constructor that takes a hostname, port and provider.
NewRelicApi.Builder - Class in com.opsmatters.newrelic.api
Builder to make NewRelicApi construction easier.
NewRelicClient - Class in com.opsmatters.newrelic.api
Client used to invoke New Relic operations using the REST API.
NewRelicClient() - Constructor for class com.opsmatters.newrelic.api.NewRelicClient
Default constructor.
NewRelicClient(String, int, HttpClientProvider) - Constructor for class com.opsmatters.newrelic.api.NewRelicClient
Constructor that takes a hostname, port and provider.
NewRelicInfraApi - Class in com.opsmatters.newrelic.api
Client used to invoke New Relic operations using the Infrastructure API.
NewRelicInfraApi() - Constructor for class com.opsmatters.newrelic.api.NewRelicInfraApi
Default constructor.
NewRelicInfraApi(String, int, HttpClientProvider) - Constructor for class com.opsmatters.newrelic.api.NewRelicInfraApi
Constructor that takes a hostname, port and provider.
NewRelicInfraApi.Builder - Class in com.opsmatters.newrelic.api
Builder to make NewRelicInfraApi construction easier.
NewRelicInsightsApi - Class in com.opsmatters.newrelic.api
Client used to invoke New Relic operations using the Insights API.
NewRelicInsightsApi() - Constructor for class com.opsmatters.newrelic.api.NewRelicInsightsApi
Default constructor.
NewRelicInsightsApi(String, int, HttpClientProvider) - Constructor for class com.opsmatters.newrelic.api.NewRelicInsightsApi
Constructor that takes a hostname, port and provider.
NewRelicInsightsApi.Builder - Class in com.opsmatters.newrelic.api
Builder to make NewRelicInsightsApi construction easier.
NewRelicPartnerApi - Class in com.opsmatters.newrelic.api
Client used to invoke New Relic operations using the Partner API.
NewRelicPartnerApi() - Constructor for class com.opsmatters.newrelic.api.NewRelicPartnerApi
Default constructor.
NewRelicPartnerApi(String, int, HttpClientProvider) - Constructor for class com.opsmatters.newrelic.api.NewRelicPartnerApi
Constructor that takes a hostname, port and provider.
NewRelicPartnerApi.Builder - Class in com.opsmatters.newrelic.api
Builder to make NewRelicPartnerApi construction easier.
NewRelicPluginsApi - Class in com.opsmatters.newrelic.api
Client used to invoke New Relic operations using the Plugins API.
NewRelicPluginsApi() - Constructor for class com.opsmatters.newrelic.api.NewRelicPluginsApi
Default constructor.
NewRelicPluginsApi(String, int, HttpClientProvider) - Constructor for class com.opsmatters.newrelic.api.NewRelicPluginsApi
Constructor that takes a hostname, port and provider.
NewRelicPluginsApi.Builder - Class in com.opsmatters.newrelic.api
Builder to make NewRelicPluginsApi construction easier.
NewRelicSyntheticsApi - Class in com.opsmatters.newrelic.api
Client used to invoke New Relic operations using the Synthetics API.
NewRelicSyntheticsApi() - Constructor for class com.opsmatters.newrelic.api.NewRelicSyntheticsApi
Default constructor.
NewRelicSyntheticsApi(String, int, HttpClientProvider) - Constructor for class com.opsmatters.newrelic.api.NewRelicSyntheticsApi
Constructor that takes a hostname, port and provider.
NewRelicSyntheticsApi.Builder - Class in com.opsmatters.newrelic.api
Builder to make NewRelicSyntheticsApi construction easier.
notes(String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Presentation.PresentationBuilder
Sets the notes of the presentation.
notes(String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Widget.Builder
Sets the notes of the presentation.
Nrql - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Represents a New Relic nrql.
Nrql() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.Nrql
Default constructor.
nrql(Nrql) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.NrqlAlertCondition.Builder
Sets the nrql of the alert condition.
nrql(String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.EventsData.Builder
Sets the nrql of the widget data.
Nrql.Builder - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Builder to make nrql construction easier.
NRQL_ALERT_CONDITION - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
NRQL_ALERT_CONDITIONS - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
NRQL_DATE_FORMAT - Static variable in class com.opsmatters.newrelic.util.Utils
The date format used by NRQL queries.
NrqlAlertCondition - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Represents a New Relic NRQL alert condition.
NrqlAlertCondition() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.NrqlAlertCondition
Default constructor.
NrqlAlertCondition.Builder - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Builder to make NRQL alert condition construction easier.
NrqlAlertCondition.ValueFunction - Enum in com.opsmatters.newrelic.api.model.alerts.conditions
Represents an NRQL alert condition value function.
NrqlAlertConditionDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions
Deserializer class for NRQL alert conditions.
NrqlAlertConditionDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions.NrqlAlertConditionDeserializer
 
nrqlAlertConditions() - Method in class com.opsmatters.newrelic.api.NewRelicApi
Returns the operations related to NRQL alert conditions.
NrqlAlertConditionsDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions
Deserializer class for NRQL alert conditions.
NrqlAlertConditionsDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions.NrqlAlertConditionsDeserializer
 
NrqlAlertConditionSerializer - Class in com.opsmatters.newrelic.httpclient.serializers.alerts.conditions
Serializer class for NRQL alert conditions.
NrqlAlertConditionSerializer() - Constructor for class com.opsmatters.newrelic.httpclient.serializers.alerts.conditions.NrqlAlertConditionSerializer
 
NrqlAlertConditionService - Class in com.opsmatters.newrelic.api.services
The set of operations used for NRQL alert conditions.
NrqlAlertConditionService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.NrqlAlertConditionService
Constructor that takes a http context and API client.

O

ObjectResponseError() - Constructor for class com.opsmatters.newrelic.api.model.ResponseErrors.ObjectResponseError
 
okType() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightState.Builder
Sets the type of the state to "ok".
Operator - Enum in com.opsmatters.newrelic.api.model.alerts.conditions
Represents a New Relic term operator.
operator(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term.Builder
Sets the operator of the term.
OpsGenieChannel - Class in com.opsmatters.newrelic.api.model.alerts.channels
Represents a New Relic OpsGenie alert channel.
OpsGenieChannel() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.OpsGenieChannel
Default constructor.
OpsGenieChannel(OpsGenieConfiguration) - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.OpsGenieChannel
Constructor that takes a configuration.
OpsGenieChannel.Builder - Class in com.opsmatters.newrelic.api.model.alerts.channels
Builder to make OpsGenie channel construction easier.
OpsGenieConfiguration - Class in com.opsmatters.newrelic.api.model.alerts.channels
Represents a New Relic OpsGenie channel configuration.
OpsGenieConfiguration() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.OpsGenieConfiguration
Default constructor.
orderBy(String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricsData.Builder
Sets the order by of the widget data.
orderBy(Metric.Value) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricsData.Builder
Sets the order by of the widget data.
owner(boolean) - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerUser.Builder
Set to true if the user is an account owner.
ownerEditable() - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard.Builder
Sets the editability of the dashboard to "editable_by_owner".
ownerEmail(String) - Method in class com.opsmatters.newrelic.api.services.DashboardService.FilterBuilder
Adds the owner email filter to the filters.
ownerVisibility() - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard.Builder
Sets the visibility of the dashboard to "owner".

P

PagerDutyChannel - Class in com.opsmatters.newrelic.api.model.alerts.channels
Represents a New Relic PagerDuty alert channel.
PagerDutyChannel() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.PagerDutyChannel
Default constructor.
PagerDutyChannel(PagerDutyConfiguration) - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.PagerDutyChannel
Constructor that takes a configuration.
PagerDutyChannel.Builder - Class in com.opsmatters.newrelic.api.model.alerts.channels
Builder to make PagerDuty channel construction easier.
PagerDutyConfiguration - Class in com.opsmatters.newrelic.api.model.alerts.channels
Represents a New Relic PagerDuty channel configuration.
PagerDutyConfiguration() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.PagerDutyConfiguration
Default constructor.
PARTNER_ACCOUNT - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
PARTNER_ACCOUNTS - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
PARTNER_ID_PROPERTY - Static variable in class com.opsmatters.newrelic.api.Constants
The name of the standard property used for the Partner ID.
PARTNER_SUBSCRIPTION - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
PARTNER_SUBSCRIPTIONS - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
PARTNER_USERS - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
PartnerAccount - Class in com.opsmatters.newrelic.api.model.accounts
Represents a New Relic partner account.
PartnerAccount() - Constructor for class com.opsmatters.newrelic.api.model.accounts.PartnerAccount
Default constructor.
PartnerAccount.Builder - Class in com.opsmatters.newrelic.api.model.accounts
Builder to make account construction easier.
PartnerAccountsDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.accounts
Deserializer class for partner accounts.
PartnerAccountsDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.accounts.PartnerAccountsDeserializer
 
PartnerAccountService - Class in com.opsmatters.newrelic.api.services
The set of operations used for partner accounts.
PartnerAccountService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.PartnerAccountService
Constructor that takes a http context and API client.
PartnerSubscription - Class in com.opsmatters.newrelic.api.model.accounts
Represents a New Relic partner account subscription.
PartnerSubscription() - Constructor for class com.opsmatters.newrelic.api.model.accounts.PartnerSubscription
Default constructor.
PartnerSubscriptionsDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.accounts
Deserializer class for partner subscriptions.
PartnerSubscriptionsDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.accounts.PartnerSubscriptionsDeserializer
 
PartnerSubscriptionService - Class in com.opsmatters.newrelic.api.services
The set of operations used for partner subscriptions.
PartnerSubscriptionService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.PartnerSubscriptionService
Constructor that takes a http context and API client.
PartnerUser - Class in com.opsmatters.newrelic.api.model.accounts
Represents a New Relic account partner user.
PartnerUser() - Constructor for class com.opsmatters.newrelic.api.model.accounts.PartnerUser
Default constructor.
PartnerUser.Builder - Class in com.opsmatters.newrelic.api.model.accounts
Builder to make user construction easier.
PartnerUsersDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.accounts
Deserializer class for partner users.
PartnerUsersDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.accounts.PartnerUsersDeserializer
 
PartnerUserSerializer - Class in com.opsmatters.newrelic.httpclient.serializers.accounts
Serializer class for partner users.
PartnerUserSerializer() - Constructor for class com.opsmatters.newrelic.httpclient.serializers.accounts.PartnerUserSerializer
 
PartnerUserService - Class in com.opsmatters.newrelic.api.services
The set of operations used for partner users.
PartnerUserService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.PartnerUserService
Constructor that takes a http context and API client.
password(String) - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerUser.Builder
Sets the password of the user.
PATCH(String, Object) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Execute a PATCH call against the partial URL.
PATCH(String, Object, Map<String, Object>, List<String>) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Execute a PATCH call against the partial URL.
PATCH(String, Object, GenericType<T>) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Execute a PATCH call against the partial URL.
PATCH(String, Object, Map<String, Object>, List<String>, GenericType<T>) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Execute a PATCH call against the partial URL.
patch(Monitor) - Method in class com.opsmatters.newrelic.api.services.MonitorService
Patches the given monitor.
payload(Map<String, Object>) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.WebhookChannel.Builder
Sets the payload of the Webhook alerts.
payloadType(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.WebhookChannel.Builder
Sets the payload_type of the Webhook alerts.
percentValueFunction() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.PluginsAlertCondition.Builder
Sets the value function of the alert condition to "percent".
perConditionAndTargetIncidentPreference() - Method in class com.opsmatters.newrelic.api.model.alerts.policies.AlertPolicy.Builder
Sets the incident preference of the alert policy to "PER_CONDITION_AND_TARGET".
perConditionIncidentPreference() - Method in class com.opsmatters.newrelic.api.model.alerts.policies.AlertPolicy.Builder
Sets the incident preference of the alert policy to "PER_CONDITION".
period(int) - Method in class com.opsmatters.newrelic.api.services.MetricParameterBuilder
Adds the period parameter to the parameters.
perPolicyIncidentPreference() - Method in class com.opsmatters.newrelic.api.model.alerts.policies.AlertPolicy.Builder
Sets the incident preference of the alert policy to "PER_POLICY".
phoneNumber(String) - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount.Builder
Sets the phone number of the account.
pid(int) - Method in class com.opsmatters.newrelic.api.model.plugins.PluginData.Builder
Sets the pid of the agent.
plugin(PluginId) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.PluginsAlertCondition.Builder
Sets the plugin of the alert condition.
Plugin - Class in com.opsmatters.newrelic.api.model.plugins
Represents a New Relic Browser plugin.
Plugin() - Constructor for class com.opsmatters.newrelic.api.model.plugins.Plugin
Default constructor.
PLUGIN - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
PLUGIN_COMPONENT - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
PLUGIN_COMPONENTS - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
PluginComponent - Class in com.opsmatters.newrelic.api.model.plugins
Represents a New Relic Browser plugin component.
PluginComponent() - Constructor for class com.opsmatters.newrelic.api.model.plugins.PluginComponent
Default constructor.
PluginComponentDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.plugins
Deserializer class for plugin components.
PluginComponentDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.plugins.PluginComponentDeserializer
 
pluginComponents() - Method in class com.opsmatters.newrelic.api.NewRelicApi
Returns the operations related to plugin components.
PluginComponentsDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.plugins
Deserializer class for plugin components.
PluginComponentsDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.plugins.PluginComponentsDeserializer
 
PluginComponentService - Class in com.opsmatters.newrelic.api.services
The set of operations used for plugin components.
PluginComponentService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.PluginComponentService
Constructor that takes a http context and API client.
PluginComponentService.FilterBuilder - Class in com.opsmatters.newrelic.api.services
Builder to make filter construction easier.
PluginData - Class in com.opsmatters.newrelic.api.model.plugins
Represents a set of New Relic plugin metric data.
PluginData() - Constructor for class com.opsmatters.newrelic.api.model.plugins.PluginData
Default constructor.
PluginData.Builder - Class in com.opsmatters.newrelic.api.model.plugins
Builder to make plugin data construction easier.
PluginDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.plugins
Deserializer class for plugins.
PluginDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.plugins.PluginDeserializer
 
PluginDetails - Class in com.opsmatters.newrelic.api.model.plugins
Represents a New Relic plugin details.
PluginDetails() - Constructor for class com.opsmatters.newrelic.api.model.plugins.PluginDetails
Default constructor.
PluginId - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Represents a New Relic plugin.
PluginId() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.PluginId
Default constructor.
pluginId(String) - Method in class com.opsmatters.newrelic.api.services.PluginComponentService.FilterBuilder
Adds the plugin id filter to the filters.
PluginId.Builder - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Builder to make plugin construction easier.
PluginMetric - Class in com.opsmatters.newrelic.api.model.plugins
Represents a New Relic plugin metric summary.
PluginMetric() - Constructor for class com.opsmatters.newrelic.api.model.plugins.PluginMetric
Default constructor.
PluginMetricService - Class in com.opsmatters.newrelic.api.services
The set of operations used for sending plugin metric data.
PluginMetricService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.PluginMetricService
Constructor that takes a http context and API client.
PluginMetricThresholds - Class in com.opsmatters.newrelic.api.model.plugins
Represents a New Relic plugin thresholds.
PluginMetricThresholds() - Constructor for class com.opsmatters.newrelic.api.model.plugins.PluginMetricThresholds
Default constructor.
PluginMetricValues - Class in com.opsmatters.newrelic.api.model.plugins
Represents a New Relic plugin values.
PluginMetricValues() - Constructor for class com.opsmatters.newrelic.api.model.plugins.PluginMetricValues
Default constructor.
plugins() - Method in class com.opsmatters.newrelic.api.NewRelicApi
Returns the operations related to plugins.
PLUGINS - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
PLUGINS_ALERT_CONDITION - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
PLUGINS_ALERT_CONDITIONS - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
PluginsAlertCondition - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Represents a New Relic Plugins alert condition.
PluginsAlertCondition() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.PluginsAlertCondition
Default constructor.
PluginsAlertCondition.Builder - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Builder to make Plugins alert condition construction easier.
PluginsAlertCondition.ValueFunction - Enum in com.opsmatters.newrelic.api.model.alerts.conditions
Represents a Plugin value function.
PluginsAlertConditionDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions
Deserializer class for Plugins alert conditions.
PluginsAlertConditionDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions.PluginsAlertConditionDeserializer
 
pluginsAlertConditions() - Method in class com.opsmatters.newrelic.api.NewRelicApi
Returns the operations related to Plugins alert conditions.
PluginsAlertConditionsDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions
Deserializer class for Plugins alert conditions.
PluginsAlertConditionsDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions.PluginsAlertConditionsDeserializer
 
PluginsAlertConditionSerializer - Class in com.opsmatters.newrelic.httpclient.serializers.alerts.conditions
Serializer class for Plugins alert conditions.
PluginsAlertConditionSerializer() - Constructor for class com.opsmatters.newrelic.httpclient.serializers.alerts.conditions.PluginsAlertConditionSerializer
 
PluginsAlertConditionService - Class in com.opsmatters.newrelic.api.services
The set of operations used for Plugins alert conditions.
PluginsAlertConditionService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.PluginsAlertConditionService
Constructor that takes a http context and API client.
PluginsDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.plugins
Deserializer class for plugins.
PluginsDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.plugins.PluginsDeserializer
 
PluginService - Class in com.opsmatters.newrelic.api.services
The set of operations used for plugins.
PluginService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.PluginService
Constructor that takes a http context and API client.
PluginService.FilterBuilder - Class in com.opsmatters.newrelic.api.services
Builder to make filter construction easier.
policyId(long) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraAlertCondition.Builder
Sets the policy id of the alert condition.
policyIds(List<Long>) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.AlertChannel.Builder
Sets the policies of the alert channel.
port(int) - Method in class com.opsmatters.newrelic.api.NewRelicApi.Builder
Sets the port of the host to connect to.
port(int) - Method in class com.opsmatters.newrelic.api.NewRelicInfraApi.Builder
Sets the port of the host to connect to.
port(int) - Method in class com.opsmatters.newrelic.api.NewRelicInsightsApi.Builder
Sets the port of the host to connect to.
port(int) - Method in class com.opsmatters.newrelic.api.NewRelicPartnerApi.Builder
Sets the port of the host to connect to.
port(int) - Method in class com.opsmatters.newrelic.api.NewRelicPluginsApi.Builder
Sets the port of the host to connect to.
port(int) - Method in class com.opsmatters.newrelic.api.NewRelicSyntheticsApi.Builder
Sets the port of the host to connect to.
position(int, int) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Widget.Builder
Sets the position of the widget.
POST(String, Object) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Execute a POST call against the partial URL.
POST(String, Object, Map<String, Object>) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Execute a POST call against the partial URL.
POST(String, Object, GenericType<T>) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Execute a POST call against the partial URL.
POST(String, Object, Map<String, Object>, GenericType<T>) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Execute a POST call against the partial URL.
presentation(Presentation) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.BreakdownMetricChart.Builder
Sets the presentation of the widget.
presentation(Presentation) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.EventChart.Builder
Sets the presentation of the widget.
presentation(DrilldownPresentation) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.FacetChart.Builder
Sets the presentation of the widget.
presentation(Presentation) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.InventoryChart.Builder
Sets the presentation of the widget.
presentation(Presentation) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Markdown.Builder
Sets the presentation of the widget.
presentation(Presentation) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricLineChart.Builder
Sets the presentation of the widget.
Presentation - Class in com.opsmatters.newrelic.api.model.insights.widgets
Represents a New Relic Insights dashboard presentation.
Presentation() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.Presentation
Default constructor.
presentation(Presentation) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Presentation.PresentationBuilder
Sets the presentation.
presentation(ThresholdPresentation) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.ThresholdEventChart.Builder
Sets the presentation of the widget.
presentation(TrafficLightPresentation) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightChart.Builder
Sets the presentation of the widget.
Presentation.Builder - Class in com.opsmatters.newrelic.api.model.insights.widgets
Builder to make presentation construction easier.
Presentation.PresentationBuilder<T extends Presentation,B extends Presentation.PresentationBuilder<T,B>> - Class in com.opsmatters.newrelic.api.model.insights.widgets
Abstract Builder from which the other presentation Builders derive.
PresentationBuilder() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.Presentation.PresentationBuilder
 
PresentationDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.insights.widgets
Deserializer class for insights widgets presentation.
PresentationDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.insights.widgets.PresentationDeserializer
 
priority(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term.Builder
Sets the priority of the term.
Priority - Enum in com.opsmatters.newrelic.api.model.alerts
Represents a New Relic alert priority.
processEventType() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraMetricAlertCondition.Builder
Sets the event type of the alert condition to "ProcessSample".
processWhereClause(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraProcessRunningAlertCondition.Builder
Sets the process where clause of the alert condition.
Product - Enum in com.opsmatters.newrelic.api.model.accounts
Represents a New Relic product.
product(String) - Method in class com.opsmatters.newrelic.api.services.AlertEventService.FilterBuilder
Adds the product filter to the filters.
product(Product) - Method in class com.opsmatters.newrelic.api.services.AlertEventService.FilterBuilder
Adds the product filter to the filters.
productId(int) - Method in class com.opsmatters.newrelic.api.model.accounts.ProductSubscription.Builder
Sets the product id of the subscription.
ProductLevel - Class in com.opsmatters.newrelic.api.model.accounts
Represents a New Relic subscription product level.
ProductLevel() - Constructor for class com.opsmatters.newrelic.api.model.accounts.ProductLevel
Default constructor.
ProductSubscription - Class in com.opsmatters.newrelic.api.model.accounts
Represents a New Relic product subscription.
ProductSubscription() - Constructor for class com.opsmatters.newrelic.api.model.accounts.ProductSubscription
Default constructor.
ProductSubscription.Builder - Class in com.opsmatters.newrelic.api.model.accounts
Builder to make subscription construction easier.
ProductSubscriptionsSerializer - Class in com.opsmatters.newrelic.httpclient.serializers.accounts
Serializer class for product subscriptions.
ProductSubscriptionsSerializer() - Constructor for class com.opsmatters.newrelic.httpclient.serializers.accounts.ProductSubscriptionsSerializer
 
promoCode(String) - Method in class com.opsmatters.newrelic.api.model.accounts.ProductSubscription.Builder
Sets the promo code of the subscription.
provider - Variable in class com.opsmatters.newrelic.api.NewRelicClient
 
PUT(String, Object) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Execute a PUT call against the partial URL.
PUT(String, Object, Map<String, Object>, List<String>) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Execute a PUT call against the partial URL.
PUT(String, Object, GenericType<T>) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Execute a PUT call against the partial URL.
PUT(String, Object, Map<String, Object>, List<String>, GenericType<T>) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Execute a PUT call against the partial URL.

Q

quantity(int) - Method in class com.opsmatters.newrelic.api.model.accounts.ProductSubscription.Builder
Sets the quantity of the subscription.
queries() - Method in class com.opsmatters.newrelic.api.NewRelicInsightsApi
Returns the operations related to Insights queries.
query(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Nrql.Builder
Sets the query of the nrql.
QUERY_DATA - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
QUERY_KEY_PROPERTY - Static variable in class com.opsmatters.newrelic.api.Constants
The name of the standard property used for the Query key.
QueryData - Class in com.opsmatters.newrelic.api.model.insights
Represents a New Relic Insights query data.
QueryData() - Constructor for class com.opsmatters.newrelic.api.model.insights.QueryData
Default constructor.
queryKey(String) - Method in class com.opsmatters.newrelic.api.NewRelicInsightsApi.Builder
Sets the Query key used to authenticate the connection.
QueryKeyFilter - Class in com.opsmatters.newrelic.httpclient.filters
Filter to attach a Query key used for authentication.
QueryKeyFilter(String) - Constructor for class com.opsmatters.newrelic.httpclient.filters.QueryKeyFilter
Constructor that takes a Query key.
QueryKeyHttpClientProvider - Class in com.opsmatters.newrelic.httpclient
HTTP client provider to attach a Query key used for authentication.
QueryKeyHttpClientProvider(String) - Constructor for class com.opsmatters.newrelic.httpclient.QueryKeyHttpClientProvider
Constructor that takes a Query key.
QueryParameterList - Class in com.opsmatters.newrelic.util
Implementation of a list of URL query parameters.
QueryParameterList() - Constructor for class com.opsmatters.newrelic.util.QueryParameterList
 
QueryService - Class in com.opsmatters.newrelic.api.services
The set of operations used for Insights queries.
QueryService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.QueryService
Constructor that takes a http context and API client.

R

raw(boolean) - Method in class com.opsmatters.newrelic.api.services.MetricParameterBuilder
Adds the raw parameter to the parameters.
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.opsmatters.newrelic.httpclient.GsonMessageBodyHandler
Read a type from the InputStream.
readOnlyEditable() - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard.Builder
Sets the editability of the dashboard to "read_only".
recentlyViewedSort() - Method in class com.opsmatters.newrelic.api.services.DashboardService.FilterBuilder
Adds the "recently viewed" sort to the filters.
recipients(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.EmailChannel.Builder
Sets the recipients of the Email alerts.
recipients(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.OpsGenieChannel.Builder
Sets the recipients of the OpsGenie alerts.
red(long) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Threshold.Builder
Sets the red threshold of the presentation.
remove(long, String, long) - Method in class com.opsmatters.newrelic.api.services.AlertEntityConditionService
Removes the given entity from the alert condition with the given id.
remove(Entity, long) - Method in class com.opsmatters.newrelic.api.services.AlertEntityConditionService
Removes the given entity from the alert condition with the given id.
reported(boolean) - Method in class com.opsmatters.newrelic.api.services.ServerService.FilterBuilder
Adds the reported filter to the filters.
resetPassword(long) - Method in class com.opsmatters.newrelic.api.services.UserService
Resets the password for the given user.
ResponseError<T> - Class in com.opsmatters.newrelic.api.model
Used to marshall a HTTP error response.
ResponseError() - Constructor for class com.opsmatters.newrelic.api.model.ResponseError
Default constructor.
ResponseErrorDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers
Deserializer class for HTTP response errors.
ResponseErrorDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.ResponseErrorDeserializer
 
ResponseErrors - Class in com.opsmatters.newrelic.api.model
Used to marshall a HTTP error aresponse of each type.
ResponseErrors() - Constructor for class com.opsmatters.newrelic.api.model.ResponseErrors
 
ResponseErrors.MapResponseError - Class in com.opsmatters.newrelic.api.model
Used to marshall a HTTP error response containing a map.
ResponseErrors.ObjectResponseError - Class in com.opsmatters.newrelic.api.model
Used to marshall a HTTP error response containing an object.
ResponseErrors.StringResponseError - Class in com.opsmatters.newrelic.api.model
Used to marshall a HTTP error response containing a string.
revision(String) - Method in class com.opsmatters.newrelic.api.model.deployments.Deployment.Builder
Sets the revision of the deployment.
role(String) - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerUser.Builder
Sets the role of the user.
role(User.Role) - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerUser.Builder
Sets the role of the user.
room(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.CampfireChannel.Builder
Sets the room of the Campfire alerts.
roomId(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.HipChatChannel.Builder
Sets the room id of the HipChat alerts.
routeKey(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.VictorOpsChannel.Builder
Sets the route key of the VictorOps alerts.
row(int) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Layout.Builder
Sets the row of the dashboard widget.

S

sampleSizeValueFunction() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.PluginsAlertCondition.Builder
Sets the value function of the alert condition to "sample_size".
sampleSizeValueFunction() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.UserDefined.Builder
Sets the value function of the user defined to "sample_size".
scope(String) - Method in class com.opsmatters.newrelic.api.model.metrics.Metric.Builder
Sets the scope of the metric.
Script - Class in com.opsmatters.newrelic.api.model.synthetics
Represents a New Relic Synthetics script.
Script() - Constructor for class com.opsmatters.newrelic.api.model.synthetics.Script
Default constructor.
SCRIPT - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
Script.Builder - Class in com.opsmatters.newrelic.api.model.synthetics
Builder to make script construction easier.
ScriptApiMonitor - Class in com.opsmatters.newrelic.api.model.synthetics
Represents a New Relic Synthetics script API monitor.
ScriptApiMonitor() - Constructor for class com.opsmatters.newrelic.api.model.synthetics.ScriptApiMonitor
Default constructor.
ScriptApiMonitor.Builder - Class in com.opsmatters.newrelic.api.model.synthetics
Builder to make monitor construction easier.
ScriptBrowserMonitor - Class in com.opsmatters.newrelic.api.model.synthetics
Represents a New Relic Synthetics script browser monitor.
ScriptBrowserMonitor() - Constructor for class com.opsmatters.newrelic.api.model.synthetics.ScriptBrowserMonitor
Default constructor.
ScriptBrowserMonitor.Builder - Class in com.opsmatters.newrelic.api.model.synthetics
Builder to make monitor construction easier.
ScriptLocation - Class in com.opsmatters.newrelic.api.model.synthetics
Represents a New Relic script location.
ScriptLocation() - Constructor for class com.opsmatters.newrelic.api.model.synthetics.ScriptLocation
Default constructor.
ScriptLocation.Builder - Class in com.opsmatters.newrelic.api.model.synthetics
Builder to make script location construction easier.
scriptLocations(List<ScriptLocation>) - Method in class com.opsmatters.newrelic.api.model.synthetics.Script.Builder
Sets the script locations.
scriptText(String) - Method in class com.opsmatters.newrelic.api.model.synthetics.Script.Builder
Sets the script text.
selectValue(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraMetricAlertCondition.Builder
Sets the select value of the alert condition.
self() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.AlertChannel.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.CampfireChannel.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.EmailChannel.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.HipChatChannel.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.OpsGenieChannel.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.PagerDutyChannel.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.SlackChannel.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.UserChannel.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.VictorOpsChannel.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.WebhookChannel.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.xMattersChannel.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ApmAppAlertCondition.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ApmExternalServiceAlertCondition.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ApmJvmAlertCondition.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ApmKeyTransactionAlertCondition.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.BaseCondition.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.BrowserAlertCondition.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraHostNotReportingAlertCondition.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraMetricAlertCondition.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraProcessRunningAlertCondition.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.MobileAlertCondition.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.MobileExternalServiceAlertCondition.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.NrqlAlertCondition.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.PluginsAlertCondition.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ServersAlertCondition.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.SyntheticsAlertCondition.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.applications.Application.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.applications.BrowserApplication.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.Entity.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.BreakdownMetricChart.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.DrilldownPresentation.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.EventChart.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.FacetChart.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.InventoryChart.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Markdown.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricLineChart.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Presentation.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Presentation.PresentationBuilder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.ThresholdEventChart.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.ThresholdPresentation.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightChart.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightPresentation.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Widget.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.servers.Server.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.synthetics.BrowserMonitor.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.synthetics.ScriptApiMonitor.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.synthetics.ScriptBrowserMonitor.Builder
Returns this object.
self() - Method in class com.opsmatters.newrelic.api.model.synthetics.SimpleMonitor.Builder
Returns this object.
serialize(PartnerUser, Type, JsonSerializationContext) - Method in class com.opsmatters.newrelic.httpclient.serializers.accounts.PartnerUserSerializer
Gson invokes this call-back method during serialization when it encounters a field of the specified type.
serialize(Collection<ProductSubscription>, Type, JsonSerializationContext) - Method in class com.opsmatters.newrelic.httpclient.serializers.accounts.ProductSubscriptionsSerializer
Gson invokes this call-back method during serialization when it encounters a field of the specified type.
serialize(AlertChannel, Type, JsonSerializationContext) - Method in class com.opsmatters.newrelic.httpclient.serializers.alerts.channels.AlertChannelSerializer
Gson invokes this call-back method during serialization when it encounters a field of the specified type.
serialize(AlertCondition, Type, JsonSerializationContext) - Method in class com.opsmatters.newrelic.httpclient.serializers.alerts.conditions.AlertConditionSerializer
Gson invokes this call-back method during serialization when it encounters a field of the specified type.
serialize(ExternalServiceAlertCondition, Type, JsonSerializationContext) - Method in class com.opsmatters.newrelic.httpclient.serializers.alerts.conditions.ExternalServiceAlertConditionSerializer
Gson invokes this call-back method during serialization when it encounters a field of the specified type.
serialize(InfraAlertCondition, Type, JsonSerializationContext) - Method in class com.opsmatters.newrelic.httpclient.serializers.alerts.conditions.InfraAlertConditionSerializer
Gson invokes this call-back method during serialization when it encounters a field of the specified type.
serialize(NrqlAlertCondition, Type, JsonSerializationContext) - Method in class com.opsmatters.newrelic.httpclient.serializers.alerts.conditions.NrqlAlertConditionSerializer
Gson invokes this call-back method during serialization when it encounters a field of the specified type.
serialize(PluginsAlertCondition, Type, JsonSerializationContext) - Method in class com.opsmatters.newrelic.httpclient.serializers.alerts.conditions.PluginsAlertConditionSerializer
Gson invokes this call-back method during serialization when it encounters a field of the specified type.
serialize(SyntheticsAlertCondition, Type, JsonSerializationContext) - Method in class com.opsmatters.newrelic.httpclient.serializers.alerts.conditions.SyntheticsAlertConditionSerializer
Gson invokes this call-back method during serialization when it encounters a field of the specified type.
serialize(AlertPolicy, Type, JsonSerializationContext) - Method in class com.opsmatters.newrelic.httpclient.serializers.alerts.policies.AlertPolicySerializer
Gson invokes this call-back method during serialization when it encounters a field of the specified type.
serialize(Application, Type, JsonSerializationContext) - Method in class com.opsmatters.newrelic.httpclient.serializers.applications.ApplicationSerializer
Gson invokes this call-back method during serialization when it encounters a field of the specified type.
serialize(BrowserApplication, Type, JsonSerializationContext) - Method in class com.opsmatters.newrelic.httpclient.serializers.applications.BrowserApplicationSerializer
Gson invokes this call-back method during serialization when it encounters a field of the specified type.
serialize(Deployment, Type, JsonSerializationContext) - Method in class com.opsmatters.newrelic.httpclient.serializers.deployments.DeploymentSerializer
Gson invokes this call-back method during serialization when it encounters a field of the specified type.
serialize(Dashboard, Type, JsonSerializationContext) - Method in class com.opsmatters.newrelic.httpclient.serializers.insights.DashboardSerializer
Gson invokes this call-back method during serialization when it encounters a field of the specified type.
serialize(Label, Type, JsonSerializationContext) - Method in class com.opsmatters.newrelic.httpclient.serializers.labels.LabelSerializer
Gson invokes this call-back method during serialization when it encounters a field of the specified type.
serialize(Server, Type, JsonSerializationContext) - Method in class com.opsmatters.newrelic.httpclient.serializers.servers.ServerSerializer
Gson invokes this call-back method during serialization when it encounters a field of the specified type.
Server - Class in com.opsmatters.newrelic.api.model.servers
Represents a New Relic server.
Server() - Constructor for class com.opsmatters.newrelic.api.model.servers.Server
Default constructor.
SERVER - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
Server.Builder - Class in com.opsmatters.newrelic.api.model.servers
Builder to make server construction easier.
ServerDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.servers
Deserializer class for servers.
ServerDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.servers.ServerDeserializer
 
ServerLinks - Class in com.opsmatters.newrelic.api.model.servers
Represents a set of New Relic server links.
ServerLinks() - Constructor for class com.opsmatters.newrelic.api.model.servers.ServerLinks
Default constructor.
servers() - Method in class com.opsmatters.newrelic.api.NewRelicApi
Returns the operations related to servers.
SERVERS - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
ServersAlertCondition - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Represents a New Relic Servers alert condition.
ServersAlertCondition() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.ServersAlertCondition
Default constructor.
ServersAlertCondition.Builder - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Builder to make alert condition construction easier.
ServersAlertCondition.Metric - Enum in com.opsmatters.newrelic.api.model.alerts.conditions
Represents the metric types for this condition type.
ServersDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.servers
Deserializer class for servers.
ServersDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.servers.ServersDeserializer
 
ServerSerializer - Class in com.opsmatters.newrelic.httpclient.serializers.servers
Serializer class for servers.
ServerSerializer() - Constructor for class com.opsmatters.newrelic.httpclient.serializers.servers.ServerSerializer
 
ServerService - Class in com.opsmatters.newrelic.api.services
The set of operations used for servers.
ServerService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.ServerService
Constructor that takes a http context and API client.
ServerService.FilterBuilder - Class in com.opsmatters.newrelic.api.services
Builder to make filter construction easier.
ServerSummary - Class in com.opsmatters.newrelic.api.model.servers
Represents a New Relic server summary.
ServerSummary() - Constructor for class com.opsmatters.newrelic.api.model.servers.ServerSummary
Default constructor.
serviceKey(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.PagerDutyChannel.Builder
Sets the service key of the PagerDuty alerts.
setAccountId(long) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Widget
Sets the account id of the widget.
setAgent(Agent) - Method in class com.opsmatters.newrelic.api.model.plugins.PluginData
Sets the agent details.
setAlertPolicy(long) - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationLinks
Sets the alert policy of the application.
setAlertPolicy(long) - Method in class com.opsmatters.newrelic.api.model.servers.ServerLinks
Sets the alert policy of the server.
setAllowApiAccess(boolean) - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount
Set to true if API access to application data is allowed.
setAnnualRenewalOn(String) - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerSubscription
Sets the annual renewal date of the subscription.
setApiKey(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.OpsGenieConfiguration
Sets the API key for the alerts.
setAppApdexThreshold(float) - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationSettings
Sets the app apdex threshold of the application.
setApplication(long) - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationHostLinks
Sets the application of the application host.
setApplication(long) - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationInstanceLinks
Sets the application of the application instance.
setApplication(long) - Method in class com.opsmatters.newrelic.api.model.deployments.DeploymentLinks
Sets the application of the deployment.
setApplication(long) - Method in class com.opsmatters.newrelic.api.model.transactions.KeyTransactionLinks
Sets the application of the key transaction.
setApplicationHost(long) - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationInstanceLinks
Sets the application host of the application instance.
setApplicationHosts(List<Long>) - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationLinks
Sets the list of application hosts.
setApplicationInstances(List<Long>) - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationHostLinks
Sets the list of application instances.
setApplicationInstances(List<Long>) - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationLinks
Sets the list of application instances.
setApplicationName(String) - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationHost
Sets the name of the application.
setApplicationName(String) - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationInstance
Sets the name of the application.
setApplications(List<Long>) - Method in class com.opsmatters.newrelic.api.model.labels.LabelLinks
Sets the list of applications.
setApplicationType(String) - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount
Sets the application type of the account.
setAttributes(List<String>) - Method in class com.opsmatters.newrelic.api.model.insights.Filter
Sets the attributes of the dashboard filter.
setAuthPassword(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.WebhookConfiguration
Sets the password for the alerts.
setAuthToken(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.HipChatConfiguration
Sets the HipChat auth token for the alerts.
setAuthUsername(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.WebhookConfiguration
Sets the username for the alerts.
setBaseUrl(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.WebhookConfiguration
Sets the base URL for the alerts.
setBrowserMonitoringKey(String) - Method in class com.opsmatters.newrelic.api.model.applications.BrowserApplication
Sets the browser monitoring key of the application.
setBypassHeadRequest(boolean) - Method in class com.opsmatters.newrelic.api.model.synthetics.MonitorOptions
Set to true if the monitor should bypass the HEAD request.
setCategory(String) - Method in class com.opsmatters.newrelic.api.model.labels.Label
Sets the category of the label.
setChangelog(String) - Method in class com.opsmatters.newrelic.api.model.deployments.Deployment
Sets the changelog of the deployment.
setChannel(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.SlackConfiguration
Sets the Slack channel for the alerts.
setChannel(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.xMattersConfiguration
Sets the xMatters channel for the alerts.
setColumn(int) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Layout
Sets the column of the dashboard widget.
setComparison(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraMetricAlertCondition
Sets the comparison of the alert condition.
setComparison(Operator) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraMetricAlertCondition
Sets the comparison of the alert condition.
setComparison(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraProcessRunningAlertCondition
Sets the comparison of the alert condition.
setComparison(Operator) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraProcessRunningAlertCondition
Sets the comparison of the alert condition.
setComponents(List<Component>) - Method in class com.opsmatters.newrelic.api.model.plugins.PluginData
Sets the components for the plugin data.
setConditionId(long) - Method in class com.opsmatters.newrelic.api.model.alerts.ViolationLinks
Sets the condition id of the violation.
setConditionName(String) - Method in class com.opsmatters.newrelic.api.model.alerts.AlertViolation
Sets the condition name of the violation.
setConditionScope(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition
Sets the condition scope of the alert condition.
setConditionScope(AlertCondition.ConditionScope) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition
Sets the condition scope of the alert condition.
setConfiguration(ChannelConfiguration) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.AlertChannel
Sets the configuration of the channel.
setCount(T) - Method in class com.opsmatters.newrelic.api.model.plugins.MetricTimeslice
Sets the count of the metric.
setCriticalThreshold(AlertThreshold) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraAlertCondition
Sets the critical threshold of the alert condition.
setData(List<WidgetData>) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Widget
Sets the list of widget data items.
setDataRetention(int) - Method in class com.opsmatters.newrelic.api.model.accounts.ProductSubscription
Sets the data retention of the subscription (in weeks).
setDescription(String) - Method in class com.opsmatters.newrelic.api.model.alerts.AlertEvent
Sets the description of the event.
setDescription(String) - Method in class com.opsmatters.newrelic.api.model.deployments.Deployment
Sets the description of the deployment.
setDrilldownDashboardId(long) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.DrilldownPresentation
Sets the drilldown dashboard id of the presentation.
setDuration(int) - Method in class com.opsmatters.newrelic.api.model.alerts.AlertViolation
Sets the duration of the violation.
setDuration(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term
Sets the duration of the term in minutes.
setDuration(int) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term
Sets the duration of the term in minutes.
setDuration(Term.Duration) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term
Sets the duration of the term in minutes.
setDuration(int) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricsData
Sets the duration of the metrics.
setDuration(int) - Method in class com.opsmatters.newrelic.api.model.plugins.Component
Sets the duration over which the metric data was collected (in seconds).
setDurationMinutes(int) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertThreshold
Sets the durationMinutes of the threshold.
setEditable(String) - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard
Sets the editability of the dashboard.
setEditable(Dashboard.Editable) - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard
Sets the editability of the dashboard.
setEmail(String) - Method in class com.opsmatters.newrelic.api.model.accounts.User
Sets the email address of the user.
setEnabled(boolean) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.BaseCondition
Set to true if the alert condition is enabled.
setEnableRealUserMonitoring(boolean) - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationSettings
Set to true if real user monitoring is enabled for the application.
setEndTime(long) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricsData
Sets the end time of the metrics.
setEndUserApdexThreshold(float) - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationSettings
Sets the end user apdex threshold of the application.
setEntities(List<Long>) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.MetricCondition
Sets the list of entities for the condition.
setEntityGroupId(long) - Method in class com.opsmatters.newrelic.api.model.alerts.AlertEvent
Sets the entity group id of the event.
setEntityId(long) - Method in class com.opsmatters.newrelic.api.model.alerts.AlertEvent
Sets the entity id of the event.
setEntityIds(List<Long>) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricsData
Sets the list of entities for the widget.
setEntityType(String) - Method in class com.opsmatters.newrelic.api.model.alerts.AlertEvent
Sets the entity type of the event.
setEntityType(EntityType) - Method in class com.opsmatters.newrelic.api.model.alerts.AlertEvent
Sets the entity type of the event.
setError(String) - Method in class com.opsmatters.newrelic.api.model.ResponseError
Sets the HTTP error message.
setEventType(String) - Method in class com.opsmatters.newrelic.api.model.alerts.AlertEvent
Sets the event type of the event.
setEventType(AlertEvent.EventType) - Method in class com.opsmatters.newrelic.api.model.alerts.AlertEvent
Sets the event type of the event.
setEventType(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraMetricAlertCondition
Sets the event type of the alert condition.
setEventType(InfraMetricAlertCondition.EventType) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraMetricAlertCondition
Sets the event type of the alert condition.
setEventTypes(List<String>) - Method in class com.opsmatters.newrelic.api.model.insights.Filter
Sets the event types of the dashboard filter.
setExpiresOn(String) - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerSubscription
Sets the expiry date of the subscription.
setExternalServiceUrl(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ExternalServiceAlertCondition
Sets the external service URL of the alert condition.
setFilter(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraAlertCondition
Sets the filter of the alert condition.
setFilter(Filter) - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard
Sets the filter of the dashboard.
setFilters(Map<String, String>) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.InventoryData
Sets the list of filters for the widget.
setFirstName(String) - Method in class com.opsmatters.newrelic.api.model.accounts.User
Sets the first name of the user.
setFrequency(int) - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor
Sets the frequency of the monitor (in minutes).
setFrequency(Monitor.Frequency) - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor
Sets the frequency of the monitor (in minutes).
setFrom(Date) - Method in class com.opsmatters.newrelic.api.model.metrics.MetricData
Sets the from date for the metric values.
setFrom(Date) - Method in class com.opsmatters.newrelic.api.model.metrics.MetricTimeslice
Sets the from date for the metric values.
setGcMetric(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition
Sets the gc metric of the alert condition.
setGroupId(long) - Method in class com.opsmatters.newrelic.api.model.alerts.AlertEntity
Sets the group id of the entity.
setGuid(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.PluginId
Sets the guid of the plugin.
setGuid(String) - Method in class com.opsmatters.newrelic.api.model.plugins.Component
Sets the guid of the component.
setHandleErrors(boolean) - Method in class com.opsmatters.newrelic.api.NewRelicClient
Set to true if errors should be handled rather than ignored.
setHeaders(Map<String, Object>) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.WebhookConfiguration
Sets the headers for the alerts.
setHealthStatus(String) - Method in class com.opsmatters.newrelic.api.model.applications.Application
Sets the health status of the application.
setHealthStatus(String) - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationHost
Sets the health status of the application host.
setHealthStatus(String) - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationInstance
Sets the health status of the application instance.
setHealthStatus(String) - Method in class com.opsmatters.newrelic.api.model.applications.MobileApplication
Sets the health status of the application.
setHealthStatus(String) - Method in class com.opsmatters.newrelic.api.model.servers.Server
Sets the health status of the server.
setHealthStatus(String) - Method in class com.opsmatters.newrelic.api.model.transactions.KeyTransaction
Sets the health status of the transaction.
setHeight(int) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Layout
Sets the height of the dashboard widget.
setHmac(String) - Method in class com.opsmatters.newrelic.api.model.synthetics.ScriptLocation
Sets the hmac of the location.
setHost(String) - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationHost
Sets the name of the host.
setHost(String) - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationInstance
Sets the name of the host.
setHost(String) - Method in class com.opsmatters.newrelic.api.model.plugins.Agent
Sets the hostname for the agent.
setHost(String) - Method in class com.opsmatters.newrelic.api.model.servers.Server
Sets the name of the host.
setHostname(String) - Method in class com.opsmatters.newrelic.api.NewRelicApi
Sets the name of the host to connect to.
setHostname(String) - Method in class com.opsmatters.newrelic.api.NewRelicClient
Sets the name of the host to connect to.
setHostname(String) - Method in class com.opsmatters.newrelic.api.NewRelicInfraApi
Sets the name of the host to connect to.
setHostname(String) - Method in class com.opsmatters.newrelic.api.NewRelicInsightsApi
Sets the name of the host to connect to.
setHostname(String) - Method in class com.opsmatters.newrelic.api.NewRelicPartnerApi
Sets the name of the host to connect to.
setHostname(String) - Method in class com.opsmatters.newrelic.api.NewRelicPluginsApi
Sets the name of the host to connect to.
setHostname(String) - Method in class com.opsmatters.newrelic.api.NewRelicSyntheticsApi
Sets the name of the host to connect to.
setHttpClientProvider(HttpClientProvider) - Method in class com.opsmatters.newrelic.api.NewRelicClient
Sets the HTTP client provider.
setIcon(String) - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard
Sets the icon of the dashboard.
setIcon(Dashboard.Icon) - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard
Sets the icon of the dashboard.
setId(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.PluginId
Sets the id of the plugin.
setId(long) - Method in class com.opsmatters.newrelic.api.model.IdResource
Sets the id of the resource.
setId(String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLight
Sets the id of the traffic light.
setId(String) - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor
Sets the id of the monitor.
setIncidentId(long) - Method in class com.opsmatters.newrelic.api.model.alerts.AlertEvent
Sets the incident id of the event.
setIncidentPreference(String) - Method in class com.opsmatters.newrelic.api.model.alerts.AlertIncident
Sets the incident preference of the incident.
setIncidentPreference(IncidentPreference) - Method in class com.opsmatters.newrelic.api.model.alerts.AlertIncident
Sets the incident preference of the incident.
setIncidentPreference(String) - Method in class com.opsmatters.newrelic.api.model.alerts.policies.AlertPolicy
Sets the incident preference of the policy.
setIncidentPreference(IncidentPreference) - Method in class com.opsmatters.newrelic.api.model.alerts.policies.AlertPolicy
Sets the incident preference of the policy.
setIncludeJsonAttachment(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.EmailConfiguration
Set to true if the alerts should include the data in JSON format.
setIncludeJsonAttachment(boolean) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.EmailConfiguration
Set to true if the alerts should include the data in JSON format.
setIntegrationProvider(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraMetricAlertCondition
Sets the integration provider of the alert condition.
setKey(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.VictorOpsConfiguration
Sets the key of the alerts.
setKey(String) - Method in class com.opsmatters.newrelic.api.model.labels.Label
Sets the key of the label.
setLabel(String) - Method in class com.opsmatters.newrelic.api.model.alerts.AlertViolation
Sets the label of the violation.
setLabel(String) - Method in class com.opsmatters.newrelic.api.model.synthetics.Location
Sets the label of the location.
setLanguage(String) - Method in class com.opsmatters.newrelic.api.model.applications.Application
Sets the language of the application.
setLanguage(String) - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationHost
Sets the language of the application host.
setLanguage(String) - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationInstance
Sets the language of the application instance.
setLastName(String) - Method in class com.opsmatters.newrelic.api.model.accounts.User
Sets the last name of the user.
setLayout(Layout) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Widget
Sets the layout of the widget.
setLimit(int) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricsData
Sets the limit of the metrics.
setLinks(LabelLinks) - Method in class com.opsmatters.newrelic.api.model.labels.Label
Sets the links of the label.
setLoaderScript(String) - Method in class com.opsmatters.newrelic.api.model.applications.BrowserApplication
Sets the loader script of the application.
setLocations(List<String>) - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor
Sets the list of locations.
setMax(int) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightState
Sets the maximum of the state.
setMax(T) - Method in class com.opsmatters.newrelic.api.model.plugins.MetricTimeslice
Sets the maximum of the metric.
setMetadata(Metadata) - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard
Sets the metadata of the dashboard.
setMetric(ApmAppAlertCondition.Metric) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ApmAppAlertCondition
Sets the metric of the alert condition.
setMetric(ApmExternalServiceAlertCondition.Metric) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ApmExternalServiceAlertCondition
Sets the metric of the alert condition.
setMetric(ApmJvmAlertCondition.Metric) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ApmJvmAlertCondition
Sets the metric of the alert condition.
setMetric(ApmKeyTransactionAlertCondition.Metric) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ApmKeyTransactionAlertCondition
Sets the metric of the alert condition.
setMetric(BrowserAlertCondition.Metric) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.BrowserAlertCondition
Sets the metric of the alert condition.
setMetric(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.MetricCondition
Sets the metric of the alert condition.
setMetric(MobileAlertCondition.Metric) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.MobileAlertCondition
Sets the metric of the alert condition.
setMetric(MobileExternalServiceAlertCondition.Metric) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.MobileExternalServiceAlertCondition
Sets the metric of the alert condition.
setMetric(ServersAlertCondition.Metric) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ServersAlertCondition
Sets the metric of the alert condition.
setMetric(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.UserDefined
Sets the metric of the user defined.
setMetricDescription(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.PluginsAlertCondition
Sets the metric description of the alert condition.
setMetrics(List<Metric>) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricsData
Sets the list of metrics for the widget.
setMetrics(List<MetricTimeslices>) - Method in class com.opsmatters.newrelic.api.model.metrics.MetricData
Sets the list of metrics.
setMetricsFound(List<String>) - Method in class com.opsmatters.newrelic.api.model.metrics.MetricData
Sets the metrics found.
setMetricsNotFound(List<String>) - Method in class com.opsmatters.newrelic.api.model.metrics.MetricData
Sets the metrics not found.
setMin(int) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightState
Sets the minimum of the state.
setMin(T) - Method in class com.opsmatters.newrelic.api.model.plugins.MetricTimeslice
Sets the minimum of the metric.
setMonitorId(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.SyntheticsAlertCondition
Sets the monitor id of the alert condition.
setName(String) - Method in class com.opsmatters.newrelic.api.model.accounts.ProductLevel
Sets the name of the product.
setName(String) - Method in class com.opsmatters.newrelic.api.model.labels.Label
Sets the name of the label.
setName(String) - Method in class com.opsmatters.newrelic.api.model.metrics.Metric
Sets the name of the metric.
setName(Metric.Category) - Method in class com.opsmatters.newrelic.api.model.metrics.Metric
Sets the name of the metric.
setName(String) - Method in class com.opsmatters.newrelic.api.model.metrics.MetricTimeslices
Sets the name of the metric.
setName(String) - Method in class com.opsmatters.newrelic.api.model.NamedIdResource
Sets the name of the resource.
setName(String) - Method in interface com.opsmatters.newrelic.api.model.NamedResource
Sets the name of the resource.
setName(String) - Method in class com.opsmatters.newrelic.api.model.plugins.Component
Sets the name of the component.
setName(String) - Method in class com.opsmatters.newrelic.api.model.synthetics.Location
Sets the name of the location.
setName(String) - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor
Sets the name of the monitor.
setName(String) - Method in class com.opsmatters.newrelic.api.model.synthetics.ScriptLocation
Sets the name of the location.
setNotes(String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Presentation
Sets the notes of the presentation.
setNrql(Nrql) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.NrqlAlertCondition
Sets the nrql of the alert condition.
setNrql(String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.EventsData
Sets the NRQL query of the widget.
setOperator(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term
Sets the operator of the term.
setOperator(Operator) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term
Sets the operator of the term.
setOptions(MonitorOptions) - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor
Sets the monitor options.
setOrderBy(String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricsData
Sets the order by of the metrics.
setOrderBy(Metric.Value) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricsData
Sets the order by of the metrics.
setOwner(boolean) - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerUser
Set to true if the user is an account owner.
setPassword(String) - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerUser
Sets the password of the user.
setPayload(Map<String, Object>) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.WebhookConfiguration
Sets the payload for the alerts.
setPayloadType(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.WebhookConfiguration
Sets the payload type for the alerts.
setPhoneNumber(String) - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount
Sets the phone number of the account.
setPid(int) - Method in class com.opsmatters.newrelic.api.model.plugins.Agent
Sets the pid for the agent.
setPlugin(PluginId) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.PluginsAlertCondition
Sets the plugin of the alert condition.
setPolicyId(long) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraAlertCondition
Sets the policy id of the alert condition.
setPolicyId(long) - Method in class com.opsmatters.newrelic.api.model.alerts.IncidentLinks
Sets the policy id of the incident.
setPolicyId(long) - Method in class com.opsmatters.newrelic.api.model.alerts.ViolationLinks
Sets the policy id of the violation.
setPolicyIds(List<Long>) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.AlertChannel
Sets the policy ids of the channel.
setPolicyIds(List<Long>) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.ChannelLinks
Sets the list of policy ids.
setPolicyName(String) - Method in class com.opsmatters.newrelic.api.model.alerts.AlertViolation
Sets the policy name of the violation.
setPort(int) - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationInstance
Sets the port of the host.
setPort(int) - Method in class com.opsmatters.newrelic.api.NewRelicClient
Sets the port of the host to connect to.
setPosition(int, int) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Layout
Sets the position of the dashboard widget.
setPresentation(Presentation) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Widget
Sets the presentation of the widget.
setPrice(float) - Method in class com.opsmatters.newrelic.api.model.accounts.ProductLevel
Sets the price of the product.
setPriority(String) - Method in class com.opsmatters.newrelic.api.model.alerts.AlertEvent
Sets the priority of the event.
setPriority(Priority) - Method in class com.opsmatters.newrelic.api.model.alerts.AlertEvent
Sets the priority of the event.
setPriority(String) - Method in class com.opsmatters.newrelic.api.model.alerts.AlertViolation
Sets the priority of the violation.
setPriority(Priority) - Method in class com.opsmatters.newrelic.api.model.alerts.AlertViolation
Sets the priority of the violation.
setPriority(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term
Sets the priority of the term.
setPriority(Priority) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term
Sets the priority of the term.
setPrivate(boolean) - Method in class com.opsmatters.newrelic.api.model.synthetics.Location
Set to true if the location is private.
setProcessWhereClause(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraProcessRunningAlertCondition
Sets the process where clause of the alert condition.
setProduct(String) - Method in class com.opsmatters.newrelic.api.model.alerts.AlertEntity
Sets the product of the entity.
setProduct(Product) - Method in class com.opsmatters.newrelic.api.model.alerts.AlertEntity
Sets the product of the entity.
setProduct(String) - Method in class com.opsmatters.newrelic.api.model.alerts.AlertEvent
Sets the product of the event.
setProduct(Product) - Method in class com.opsmatters.newrelic.api.model.alerts.AlertEvent
Sets the product of the event.
setProductId(int) - Method in class com.opsmatters.newrelic.api.model.accounts.ProductLevel
Sets the id of the product.
setProductId(int) - Method in class com.opsmatters.newrelic.api.model.accounts.ProductSubscription
Sets the product id of the subscription.
setProducts(List<ProductLevel>) - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerSubscription
Sets the list of product levels for the subscription.
setPromoCode(String) - Method in class com.opsmatters.newrelic.api.model.accounts.ProductSubscription
Sets the promo code of the subscription.
setQuantity(int) - Method in class com.opsmatters.newrelic.api.model.accounts.ProductSubscription
Sets the quantity of the subscription.
setQuery(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Nrql
Sets the query of the nrql.
setReason(T) - Method in class com.opsmatters.newrelic.api.model.ResponseError
Sets the HTTP reason.
setRecipients(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.EmailConfiguration
Sets the recipients of the alerts.
setRecipients(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.OpsGenieConfiguration
Sets the recipients of the alerts.
setRed(long) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Threshold
Sets the red threshold of the presentation.
setReporting(boolean) - Method in class com.opsmatters.newrelic.api.model.applications.Application
Set to true if the application is reporting.
setReporting(boolean) - Method in class com.opsmatters.newrelic.api.model.applications.MobileApplication
Set to true if the application is reporting.
setReporting(boolean) - Method in class com.opsmatters.newrelic.api.model.servers.Server
Set to true if the server is reporting.
setReporting(boolean) - Method in class com.opsmatters.newrelic.api.model.transactions.KeyTransaction
Set to true if the transaction is reporting.
setRevision(String) - Method in class com.opsmatters.newrelic.api.model.deployments.Deployment
Sets the revision of the deployment.
setRole(String) - Method in class com.opsmatters.newrelic.api.model.accounts.User
Sets the role of the user.
setRole(User.Role) - Method in class com.opsmatters.newrelic.api.model.accounts.User
Sets the role of the user.
setRoom(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.CampfireConfiguration
Sets the room of the alerts.
setRoomId(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.HipChatConfiguration
Sets the HipChat room id for the alerts.
setRouteKey(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.VictorOpsConfiguration
Sets the route key of the alerts.
setRow(int) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Layout
Sets the row of the dashboard widget.
setRunbookUrl(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.BaseCondition
Sets the runbook URL of the alert condition.
setScope(String) - Method in class com.opsmatters.newrelic.api.model.metrics.Metric
Sets the scope of the metric.
setScriptLocations(List<ScriptLocation>) - Method in class com.opsmatters.newrelic.api.model.synthetics.Script
Sets the list of locations for the script.
setScriptText(String) - Method in class com.opsmatters.newrelic.api.model.synthetics.Script
Sets the script text.
setSelectValue(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraMetricAlertCondition
Sets the select value of the alert condition.
setServer(long) - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationInstanceLinks
Sets the server of the application instance.
setServers(List<Long>) - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationLinks
Sets the list of servers.
setServers(List<Long>) - Method in class com.opsmatters.newrelic.api.model.labels.LabelLinks
Sets the list of servers.
setServiceKey(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.PagerDutyConfiguration
Sets the service key for the alerts.
setSettings(ApplicationSettings) - Method in class com.opsmatters.newrelic.api.model.applications.Application
Sets the settings of the application.
setSinceValue(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Nrql
Sets the since value of the nrql in minutes.
setSinceValue(int) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Nrql
Sets the since value of the nrql in minutes.
setSize(int, int) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Layout
Sets the size of the dashboard widget.
setSlaThreshold(double) - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor
Sets the SLA threshold of the monitor.
setSource(String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MarkdownData
Sets the source of the widget.
setSources(List<String>) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.InventoryData
Sets the list of sources for the widget.
setStartsOn(String) - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerSubscription
Sets the start date of the subscription.
setStates(List<TrafficLightState>) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLight
Sets the states of the traffic light.
setStatus(String) - Method in class com.opsmatters.newrelic.api.model.Status
Sets the status.
setStatus(String) - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor
Sets the status of the monitor.
setStatus(Monitor.Status) - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor
Sets the status of the monitor.
setSubdomain(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.CampfireConfiguration
Sets the subdomain for the alerts.
setSubscriptions(List<ProductSubscription>) - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount
Sets the list of subscriptions.
setSubtitle(String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLight
Sets the subtitle of the traffic light.
setSumOfSquares(T) - Method in class com.opsmatters.newrelic.api.model.plugins.MetricTimeslice
Sets the sum of squares of the metric.
setTags(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.OpsGenieConfiguration
Sets the tags for the alerts.
setTeams(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.OpsGenieConfiguration
Sets the teams for the alerts.
setTerms(List<Term>) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.TermsCondition
Sets the terms of the alert condition.
setTesting(boolean) - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount
Set to true if this account is a test account.
setThreshold(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term
Sets the threshold of the term.
setThreshold(int) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term
Sets the threshold of the term.
setThreshold(double) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term
Sets the threshold of the term.
setThreshold(Threshold) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.ThresholdPresentation
Sets the threshold of the presentation.
setThrowExceptions(boolean) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Set to true if an exception should be thrown on an error HTTP response.
setTimeFunction(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertThreshold
Sets the time function of the threshold.
setTimeFunction(TimeFunction) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertThreshold
Sets the time function of the threshold.
setTimeFunction(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term
Sets the time function of the term.
setTimeFunction(TimeFunction) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term
Sets the time function of the term.
setTimeslices(List<MetricTimeslice>) - Method in class com.opsmatters.newrelic.api.model.metrics.MetricTimeslices
Sets the list of timeslices.
setTimestamp(long) - Method in class com.opsmatters.newrelic.api.model.alerts.AlertEvent
Sets the timestamp of the event.
setTitle(String) - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard
Sets the title of the dashboard.
setTitle(String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Presentation
Sets the title of the presentation.
setTitle(String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLight
Sets the title of the traffic light.
setTo(Date) - Method in class com.opsmatters.newrelic.api.model.metrics.MetricData
Sets the to date for the metric values.
setTo(Date) - Method in class com.opsmatters.newrelic.api.model.metrics.MetricTimeslice
Sets the to date for the metric values.
setToken(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.CampfireConfiguration
Sets the token for the alerts.
setTotal(T) - Method in class com.opsmatters.newrelic.api.model.plugins.MetricTimeslice
Sets the total of the metric.
setTrafficLights(List<TrafficLight>) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightPresentation
Sets the traffic lights of the presentation.
setTransactionName(String) - Method in class com.opsmatters.newrelic.api.model.transactions.KeyTransaction
Sets the name of the transaction.
setTreatRedirectAsFailure(boolean) - Method in class com.opsmatters.newrelic.api.model.synthetics.MonitorOptions
Set to true if the monitor should treat a 3xx redirect as a failure.
setType(String) - Method in class com.opsmatters.newrelic.api.model.alerts.AlertEntity
Sets the entity type.
setType(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.AlertChannel
Sets the type of the channel.
setType(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.ChannelConfiguration
Sets the channel type for the alerts.
setType(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition
Sets the type of the alert condition.
setType(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ExternalServiceAlertCondition
Sets the type of the alert condition.
setType(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraAlertCondition
Sets the type of the alert condition.
setType(String) - Method in class com.opsmatters.newrelic.api.model.Entity
Sets the entity type.
setType(String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightState
Sets the type of the state.
setType(TrafficLightState.StateType) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightState
Sets the type of the state.
setType(String) - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor
Sets the type of the monitor.
setType(Monitor.MonitorType) - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor
Sets the type of the monitor.
setUnits(int) - Method in class com.opsmatters.newrelic.api.model.accounts.ProductLevel
Sets the units of the product.
setUnits(String) - Method in class com.opsmatters.newrelic.api.model.metrics.Metric
Sets the units of the metric.
setUri(String) - Method in class com.opsmatters.newrelic.api.model.synthetics.BrowserMonitor
Sets the uri of the monitor.
setUri(String) - Method in class com.opsmatters.newrelic.api.model.synthetics.SimpleMonitor
Sets the uri of the monitor.
setUriPrefix(String) - Method in class com.opsmatters.newrelic.api.services.HttpContext
Sets the uri prefix for resources used by the client.
setUrl(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.SlackConfiguration
Sets the Slack URL for the alerts.
setUrl(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.xMattersConfiguration
Sets the xMatters URL for the alerts.
setUser(String) - Method in class com.opsmatters.newrelic.api.model.deployments.Deployment
Sets the user of the deployment.
setUserDefined(UserDefined) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition
Sets the user defined of the alert condition.
setUserId(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.UserConfiguration
Sets the user id of the alerts.
setUsers(List<PartnerUser>) - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount
Sets the list of users.
setUseServerSideConfig(boolean) - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationSettings
Set to true if the application uses server side config.
setValidationString(String) - Method in class com.opsmatters.newrelic.api.model.synthetics.MonitorOptions
Sets the validation string of the monitor.
setValue(int) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertThreshold
Sets the value of the threshold.
setValueFunction(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.NrqlAlertCondition
Sets the value function of the alert condition.
setValueFunction(NrqlAlertCondition.ValueFunction) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.NrqlAlertCondition
Sets the value function of the alert condition.
setValueFunction(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.PluginsAlertCondition
Sets the value function of the alert condition.
setValueFunction(PluginsAlertCondition.ValueFunction) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.PluginsAlertCondition
Sets the value function of the alert condition.
setValueFunction(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.UserDefined
Sets the value function of the user defined.
setValueFunction(UserDefined.ValueFunction) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.UserDefined
Sets the value function of the user defined.
setValues(List<String>) - Method in class com.opsmatters.newrelic.api.model.metrics.Metric
Sets the list of values.
setValues(Map<String, Object>) - Method in class com.opsmatters.newrelic.api.model.metrics.MetricTimeslice
Sets the list of values.
setVerifySsl(boolean) - Method in class com.opsmatters.newrelic.api.model.synthetics.MonitorOptions
Set to true if the SSL connection should be verified by the monitor.
setVersion(int) - Method in class com.opsmatters.newrelic.api.model.insights.Metadata
Sets the version of the dashboard schema.
setVersion(String) - Method in class com.opsmatters.newrelic.api.model.plugins.Agent
Sets the version for the agent.
setViolationCloseTimer(int) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition
Sets the violation close timer of the alert condition (in hours).
setViolationCloseTimer(AlertCondition.ViolationCloseTimerInterval) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition
Sets the violation close timer of the alert condition (in hours).
setViolations(List<Long>) - Method in class com.opsmatters.newrelic.api.model.alerts.IncidentLinks
Sets the list of violations.
setVisibility(String) - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard
Sets the visibility of the dashboard.
setVisibility(Dashboard.Visibility) - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard
Sets the visibility of the dashboard.
setVisualization(BreakdownMetricChart.Visualization) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.BreakdownMetricChart
Sets the visualization of the widget.
setVisualization(EventChart.Visualization) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.EventChart
Sets the visualization of the widget.
setVisualization(FacetChart.Visualization) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.FacetChart
Sets the visualization of the widget.
setVisualization(ThresholdEventChart.Visualization) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.ThresholdEventChart
Sets the visualization of the widget.
setVisualization(String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Widget
Sets the visualization of the widget.
setWarningThreshold(AlertThreshold) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraAlertCondition
Sets the warning threshold of the alert condition.
setWhereClause(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraAlertCondition
Sets the where clause of the alert condition.
setWidgets(List<Widget>) - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard
Sets the list of widgets.
setWidth(int) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Layout
Sets the width of the dashboard widget.
setYellow(long) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Threshold
Sets the yellow threshold of the presentation.
show(long) - Method in class com.opsmatters.newrelic.api.services.AlertChannelService
Returns the set of alert channels with the given name.
show(long, long) - Method in class com.opsmatters.newrelic.api.services.AlertConditionService
Returns the alert condition with the given id.
show(String, long) - Method in class com.opsmatters.newrelic.api.services.AlertPolicyService
Returns the alert policy with the given name and id.
show(long, long) - Method in class com.opsmatters.newrelic.api.services.ApplicationHostService
Returns the application host for the given id.
show(long, long) - Method in class com.opsmatters.newrelic.api.services.ApplicationInstanceService
Returns the application instance for the given id.
show(long) - Method in class com.opsmatters.newrelic.api.services.ApplicationService
Returns the application for the given application id.
show(long) - Method in class com.opsmatters.newrelic.api.services.BrowserApplicationService
Returns the Browser application for the given application id.
show(long) - Method in class com.opsmatters.newrelic.api.services.DashboardService
Returns the dashboard with the given id.
show(long, long) - Method in class com.opsmatters.newrelic.api.services.DeploymentService
Returns the deployment with the given id.
show(long, long) - Method in class com.opsmatters.newrelic.api.services.ExternalServiceAlertConditionService
Returns the external service alert condition with the given id.
show(long) - Method in class com.opsmatters.newrelic.api.services.InfraAlertConditionService
Returns the infrastructure alert condition with the given id.
show(long) - Method in class com.opsmatters.newrelic.api.services.KeyTransactionService
Returns the key transaction for the given transaction id.
show(String) - Method in class com.opsmatters.newrelic.api.services.LabelService
Returns the label with the given key.
show(long) - Method in class com.opsmatters.newrelic.api.services.MobileApplicationService
Returns the Mobile application for the given application id.
show(String) - Method in class com.opsmatters.newrelic.api.services.MonitorService
Returns the monitor for the given monitor id.
show(long, long) - Method in class com.opsmatters.newrelic.api.services.NrqlAlertConditionService
Returns the NRQL alert condition with the given id.
show(long, long) - Method in class com.opsmatters.newrelic.api.services.PartnerAccountService
Returns the account with the given id.
show(long, long, long) - Method in class com.opsmatters.newrelic.api.services.PartnerSubscriptionService
Returns the subscription with the given id.
show(long) - Method in class com.opsmatters.newrelic.api.services.PluginComponentService
Returns the plugin component for the given id.
show(long, long) - Method in class com.opsmatters.newrelic.api.services.PluginsAlertConditionService
Returns the Plugins alert condition with the given id.
show(long, boolean) - Method in class com.opsmatters.newrelic.api.services.PluginService
Returns the plugin for the given plugin id.
show(long) - Method in class com.opsmatters.newrelic.api.services.ServerService
Returns the server for the given server id.
show(long, long) - Method in class com.opsmatters.newrelic.api.services.SyntheticsAlertConditionService
Returns the Synthetics alert condition with the given id.
show(long) - Method in class com.opsmatters.newrelic.api.services.UserService
Returns the user for the given user id.
showScript(String) - Method in class com.opsmatters.newrelic.api.services.MonitorService
Returns the script for the given monitor id.
SimpleMonitor - Class in com.opsmatters.newrelic.api.model.synthetics
Represents a New Relic Synthetics simple (ping) monitor.
SimpleMonitor() - Constructor for class com.opsmatters.newrelic.api.model.synthetics.SimpleMonitor
Default constructor.
SimpleMonitor.Builder - Class in com.opsmatters.newrelic.api.model.synthetics
Builder to make monitor construction easier.
sinceValue(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Nrql.Builder
Sets the since value of the nrql in minutes.
sinceValue(int) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Nrql.Builder
Sets the since value of the nrql in minutes.
singleValueFunction() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.NrqlAlertCondition.Builder
Sets the value function of the alert condition to "single_value".
size(int, int) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Widget.Builder
Sets the size of the widget.
SlackChannel - Class in com.opsmatters.newrelic.api.model.alerts.channels
Represents a New Relic Slack alert channel.
SlackChannel() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.SlackChannel
Default constructor.
SlackChannel(SlackConfiguration) - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.SlackChannel
Constructor that takes a configuration.
SlackChannel.Builder - Class in com.opsmatters.newrelic.api.model.alerts.channels
Builder to make Slack channel construction easier.
SlackConfiguration - Class in com.opsmatters.newrelic.api.model.alerts.channels
Represents a New Relic Slack channel configuration.
SlackConfiguration() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.SlackConfiguration
Default constructor.
slaThreshold(double) - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor.Builder
Sets the SLA threshold of the monitor.
sort(String) - Method in class com.opsmatters.newrelic.api.services.DashboardService.FilterBuilder
Adds the given sort to the filters.
sortByHealthStatus(boolean) - Method in class com.opsmatters.newrelic.api.services.ApplicationService.FilterBuilder
Set to true if the applications should be sorted by health status.
sortByHealthStatus(boolean) - Method in class com.opsmatters.newrelic.api.services.ServerService.FilterBuilder
Set to true if the servers should be sorted by health status.
sortToken(String) - Method in class com.opsmatters.newrelic.api.services.ApplicationService.FilterBuilder
Adds the sort token to the filters to ensure correct sorted pagination.
sortToken(String) - Method in class com.opsmatters.newrelic.api.services.ServerService.FilterBuilder
Adds the sort token to the filters to ensure correct sorted pagination.
source(String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MarkdownData.Builder
Sets the source of the widget data.
sources(List<String>) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.InventoryData.Builder
Sets the sources of the widget data.
states(List<TrafficLightState>) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLight.Builder
Sets the states of the traffic light.
Status - Class in com.opsmatters.newrelic.api.model
Used to marshall a status message.
Status() - Constructor for class com.opsmatters.newrelic.api.model.Status
Default constructor.
status(String) - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor.Builder
Sets the status of the monitor.
status(Monitor.Status) - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor.Builder
Sets the status of the monitor.
STATUS - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
storageEventType() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraMetricAlertCondition.Builder
Sets the event type of the alert condition to "StorageSample".
StringResponseError() - Constructor for class com.opsmatters.newrelic.api.model.ResponseErrors.StringResponseError
 
subdomain(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.CampfireChannel.Builder
Sets the subdomain of the Campfire alerts.
subscriptions(List<ProductSubscription>) - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount.Builder
Sets the subscriptions of the account.
subscriptions() - Method in class com.opsmatters.newrelic.api.NewRelicPartnerApi
Returns the operations related to Partner subscriptions.
subtitle(String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLight.Builder
Sets the subtitle of the traffic light.
summarize(boolean) - Method in class com.opsmatters.newrelic.api.services.MetricParameterBuilder
Adds the summarize parameter to the parameters.
sumOfSquares(T) - Method in class com.opsmatters.newrelic.api.model.plugins.MetricTimeslice.Builder
Sets the sum of squares of the metric.
sumValueFunction() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.NrqlAlertCondition.Builder
Sets the value function of the alert condition to "sum".
SYNTHETICS_ALERT_CONDITION - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
SYNTHETICS_ALERT_CONDITIONS - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
SyntheticsAlertCondition - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Represents a New Relic Synthetics alert condition.
SyntheticsAlertCondition() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.SyntheticsAlertCondition
Default constructor.
SyntheticsAlertCondition.Builder - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Builder to make Synthetics alert condition construction easier.
SyntheticsAlertConditionDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions
Deserializer class for Synthetics alert conditions.
SyntheticsAlertConditionDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions.SyntheticsAlertConditionDeserializer
 
syntheticsAlertConditions() - Method in class com.opsmatters.newrelic.api.NewRelicApi
Returns the operations related to Synthetics alert conditions.
SyntheticsAlertConditionsDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions
Deserializer class for Synthetics alert conditions.
SyntheticsAlertConditionsDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.alerts.conditions.SyntheticsAlertConditionsDeserializer
 
SyntheticsAlertConditionSerializer - Class in com.opsmatters.newrelic.httpclient.serializers.alerts.conditions
Serializer class for Synthetics alert conditions.
SyntheticsAlertConditionSerializer() - Constructor for class com.opsmatters.newrelic.httpclient.serializers.alerts.conditions.SyntheticsAlertConditionSerializer
 
SyntheticsAlertConditionService - Class in com.opsmatters.newrelic.api.services
The set of operations used for Synthetics alert conditions.
SyntheticsAlertConditionService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.SyntheticsAlertConditionService
Constructor that takes a http context and API client.
systemEventType() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraMetricAlertCondition.Builder
Sets the event type of the alert condition to "SystemSample".

T

tags(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.OpsGenieChannel.Builder
Sets the tags of the OpsGenie alerts.
teams(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.OpsGenieChannel.Builder
Sets the teams of the OpsGenie alerts.
Term - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Represents a New Relic alert condition term.
Term() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.Term
Default constructor.
Term.Builder - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Builder to make term construction easier.
Term.Duration - Enum in com.opsmatters.newrelic.api.model.alerts.conditions
Represents a term duration (in minutes).
terms(List<Term>) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.TermsCondition.Builder
Sets the terms of the alert condition.
TermsCondition - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Represents a New Relic alert condition with terms.
TermsCondition() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.TermsCondition
Default constructor.
TermsCondition.Builder<T extends TermsCondition,B extends TermsCondition.Builder<T,B>> - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Builder to make terms condition construction easier.
testing(boolean) - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount.Builder
Set to true if this account is a test account.
threshold(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term.Builder
Sets the threshold of the term.
threshold(int) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term.Builder
Sets the threshold of the term.
threshold(double) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term.Builder
Sets the threshold of the term.
Threshold - Class in com.opsmatters.newrelic.api.model.insights.widgets
Represents a New Relic Insights widget presentation threshold.
Threshold() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.Threshold
Default constructor.
threshold(Threshold) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.ThresholdEventChart.Builder
Sets the threshold of the presentation.
threshold(Threshold) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.ThresholdPresentation.Builder
Sets the threshold of the presentation.
Threshold.Builder - Class in com.opsmatters.newrelic.api.model.insights.widgets
Builder to make threshold construction easier.
ThresholdEventChart - Class in com.opsmatters.newrelic.api.model.insights.widgets
Represents a New Relic Insights event chart with thresholds.
ThresholdEventChart() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.ThresholdEventChart
Default constructor.
ThresholdEventChart.Builder - Class in com.opsmatters.newrelic.api.model.insights.widgets
Builder to make widget construction easier.
ThresholdEventChart.Visualization - Enum in com.opsmatters.newrelic.api.model.insights.widgets
Represents the available visualizations for this widget type.
ThresholdPresentation - Class in com.opsmatters.newrelic.api.model.insights.widgets
Represents a New Relic Insights dashboard presentation with thresholds.
ThresholdPresentation() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.ThresholdPresentation
Default constructor.
ThresholdPresentation.Builder - Class in com.opsmatters.newrelic.api.model.insights.widgets
Builder to make presentation construction easier.
throwExceptions() - Method in class com.opsmatters.newrelic.api.services.HttpContext
Returns true if an exception should be thrown on an error HTTP response.
timeFunction(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertThreshold.Builder
Sets the time function of the threshold.
timeFunction(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term.Builder
Sets the time function of the term.
TimeFunction - Enum in com.opsmatters.newrelic.api.model.alerts.conditions
Represents a New Relic term time function.
title(String) - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard.Builder
Sets the title of the dashboard.
title(String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Presentation.PresentationBuilder
Sets the title of the presentation.
title(String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLight.Builder
Sets the title of the traffic light.
title(String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Widget.Builder
Sets the title of the presentation.
title(String) - Method in class com.opsmatters.newrelic.api.services.DashboardService.FilterBuilder
Adds the title filter to the filters.
to(long) - Method in class com.opsmatters.newrelic.api.services.MetricParameterBuilder
Adds the to parameter to the parameters.
token(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.CampfireChannel.Builder
Sets the token of the Campfire alerts.
toString() - Method in class com.opsmatters.newrelic.api.model.accounts.AdminUser
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerSubscription
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerUser
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.accounts.ProductLevel
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.accounts.ProductSubscription
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.accounts.Usage
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.accounts.UsageData
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.accounts.User
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.AlertEntity
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.AlertEvent
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.AlertIncident
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.AlertViolation
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.AlertChannel
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.CampfireChannel
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.CampfireConfiguration
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.ChannelConfiguration
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.ChannelLinks
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.EmailChannel
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.EmailConfiguration
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.HipChatChannel
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.HipChatConfiguration
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.OpsGenieChannel
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.OpsGenieConfiguration
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.PagerDutyChannel
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.PagerDutyConfiguration
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.SlackChannel
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.SlackConfiguration
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.UserChannel
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.UserConfiguration
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.VictorOpsChannel
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.VictorOpsConfiguration
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.WebhookChannel
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.WebhookConfiguration
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.xMattersChannel
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.channels.xMattersConfiguration
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertThreshold
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ApmAppAlertCondition
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ApmExternalServiceAlertCondition
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ApmJvmAlertCondition
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ApmKeyTransactionAlertCondition
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.BaseCondition
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.BrowserAlertCondition
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ExternalServiceAlertCondition
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraAlertCondition
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraHostNotReportingAlertCondition
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraMetricAlertCondition
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraProcessRunningAlertCondition
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.MetricCondition
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.MobileAlertCondition
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.MobileExternalServiceAlertCondition
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Nrql
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.NrqlAlertCondition
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.PluginId
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.PluginsAlertCondition
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ServersAlertCondition
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.SyntheticsAlertCondition
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.TermsCondition
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.UserDefined
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.IncidentLinks
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.policies.AlertPolicy
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.policies.AlertPolicyChannel
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.alerts.ViolationLinks
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.applications.Application
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationHost
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationHostLinks
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationInstance
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationInstanceLinks
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationLinks
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationSettings
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.applications.ApplicationSummary
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.applications.BrowserApplication
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.applications.CrashSummary
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.applications.EndUserSummary
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.applications.MobileApplication
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.applications.MobileSummary
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.deployments.Deployment
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.deployments.DeploymentLinks
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.Entity
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.IdResource
Returns a string representation of the resource.
toString() - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.insights.Filter
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.insights.Metadata
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.insights.QueryData
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.BreakdownMetricChart
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.DrilldownPresentation
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.EventChart
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.EventsData
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.FacetChart
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.InventoryChart
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.InventoryData
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Layout
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Markdown
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MarkdownData
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricLineChart
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.MetricsData
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Presentation
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Threshold
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.ThresholdEventChart
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.ThresholdPresentation
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLight
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightChart
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightPresentation
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightState
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Widget
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.labels.HealthStatus
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.labels.Label
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.labels.LabelLinks
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.metrics.Metric
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.metrics.MetricData
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.metrics.MetricTimeslice
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.metrics.MetricTimeslices
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.NamedIdResource
Returns a string representation of the resource.
toString() - Method in class com.opsmatters.newrelic.api.model.plugins.Agent
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.plugins.Component
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.plugins.MetricTimeslice
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.plugins.Plugin
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginComponent
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginData
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginDetails
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginMetric
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginMetricThresholds
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.plugins.PluginMetricValues
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.servers.Server
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.servers.ServerLinks
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.servers.ServerSummary
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.Status
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.synthetics.BrowserMonitor
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.synthetics.Location
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.synthetics.Monitor
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.synthetics.MonitorOptions
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.synthetics.Script
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.synthetics.ScriptApiMonitor
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.synthetics.ScriptBrowserMonitor
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.synthetics.ScriptLocation
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.synthetics.SimpleMonitor
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.transactions.KeyTransaction
Returns a string representation of the object.
toString() - Method in class com.opsmatters.newrelic.api.model.transactions.KeyTransactionLinks
Returns a string representation of the object.
total(T) - Method in class com.opsmatters.newrelic.api.model.plugins.MetricTimeslice.Builder
Sets the total of the metric.
totalValueFunction() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.PluginsAlertCondition.Builder
Sets the value function of the alert condition to "total".
totalValueFunction() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.UserDefined.Builder
Sets the value function of the user defined to "total".
TrafficLight - Class in com.opsmatters.newrelic.api.model.insights.widgets
Represents a New Relic Insights dashboard traffic light.
TrafficLight() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLight
Default constructor.
TrafficLight.Builder - Class in com.opsmatters.newrelic.api.model.insights.widgets
Builder to make traffic light construction easier.
TrafficLightChart - Class in com.opsmatters.newrelic.api.model.insights.widgets
Represents a New Relic Insights traffic light chart.
TrafficLightChart() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightChart
Default constructor.
TrafficLightChart.Builder - Class in com.opsmatters.newrelic.api.model.insights.widgets
Builder to make widget construction easier.
TrafficLightChart.Visualization - Enum in com.opsmatters.newrelic.api.model.insights.widgets
Represents the available visualizations for this widget type.
TrafficLightPresentation - Class in com.opsmatters.newrelic.api.model.insights.widgets
Represents a New Relic Insights dashboard presentation with traffic lights.
TrafficLightPresentation() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightPresentation
Default constructor.
TrafficLightPresentation.Builder - Class in com.opsmatters.newrelic.api.model.insights.widgets
Builder to make presentation construction easier.
trafficLights(List<TrafficLight>) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightPresentation.Builder
Sets the traffic lights of the presentation.
TrafficLightState - Class in com.opsmatters.newrelic.api.model.insights.widgets
Represents a New Relic Insights dashboard traffic light state.
TrafficLightState() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightState
Default constructor.
TrafficLightState.Builder - Class in com.opsmatters.newrelic.api.model.insights.widgets
Builder to make traffic light state construction easier.
TrafficLightState.StateType - Enum in com.opsmatters.newrelic.api.model.insights.widgets
Represents the types of traffic light state.
treatRedirectAsFailureOption(boolean) - Method in class com.opsmatters.newrelic.api.model.synthetics.SimpleMonitor.Builder
Set to true if the monitor should treat a 3xx redirect as a failure.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.alerts.channels.CampfireConfiguration
The type of the channel configuration.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.alerts.channels.EmailConfiguration
The type of the channel configuration.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.alerts.channels.HipChatConfiguration
The type of the channel configuration.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.alerts.channels.OpsGenieConfiguration
The type of the channel configuration.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.alerts.channels.PagerDutyConfiguration
The type of the channel configuration.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.alerts.channels.SlackConfiguration
The type of the channel configuration.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.alerts.channels.UserConfiguration
The type of the channel configuration.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.alerts.channels.VictorOpsConfiguration
The type of the channel configuration.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.alerts.channels.WebhookConfiguration
The type of the channel configuration.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.alerts.channels.xMattersConfiguration
The type of the channel configuration.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.alerts.conditions.ApmAppAlertCondition
The type of the alert condition.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.alerts.conditions.ApmExternalServiceAlertCondition
The type of the alert condition.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.alerts.conditions.ApmJvmAlertCondition
The type of the alert condition.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.alerts.conditions.ApmKeyTransactionAlertCondition
The type of the alert condition.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.alerts.conditions.BrowserAlertCondition
The type of the alert condition.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraHostNotReportingAlertCondition
The type of the alert condition.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraMetricAlertCondition
The type of the alert condition.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraProcessRunningAlertCondition
The type of the alert condition.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.alerts.conditions.MobileAlertCondition
The type of the alert condition.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.alerts.conditions.MobileExternalServiceAlertCondition
The type of the alert condition.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.alerts.conditions.ServersAlertCondition
The type of the alert condition.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.applications.Application
The type of the entity.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.applications.ApplicationHost
The type of the entity.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.applications.ApplicationInstance
The type of the entity.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.applications.BrowserApplication
The type of the entity.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.applications.MobileApplication
The type of the entity.
type(String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightState.Builder
Sets the type of the state.
type(TrafficLightState.StateType) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightState.Builder
Sets the type of the state.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.plugins.Plugin
The type of the entity.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.plugins.PluginComponent
The type of the entity.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.servers.Server
The type of the entity.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.synthetics.BrowserMonitor
The type of the monitor.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.synthetics.ScriptApiMonitor
The type of the monitor.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.synthetics.ScriptBrowserMonitor
The type of the monitor.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.synthetics.SimpleMonitor
The type of the monitor.
TYPE - Static variable in class com.opsmatters.newrelic.api.model.transactions.KeyTransaction
The type of the entity.

U

units(String) - Method in class com.opsmatters.newrelic.api.model.metrics.Metric.Builder
Sets the units of the metric.
update(AlertCondition) - Method in class com.opsmatters.newrelic.api.services.AlertConditionService
Updates the given alert condition.
update(long, long) - Method in class com.opsmatters.newrelic.api.services.AlertPolicyChannelService
Adds the given alert channel to the alert policy with the given id.
update(AlertPolicy) - Method in class com.opsmatters.newrelic.api.services.AlertPolicyService
Updates the given alert policy.
update(Application) - Method in class com.opsmatters.newrelic.api.services.ApplicationService
Updates the given application.
update(Dashboard) - Method in class com.opsmatters.newrelic.api.services.DashboardService
Updates the given dashboard.
update(ExternalServiceAlertCondition) - Method in class com.opsmatters.newrelic.api.services.ExternalServiceAlertConditionService
Updates the given external service alert condition.
update(InfraAlertCondition) - Method in class com.opsmatters.newrelic.api.services.InfraAlertConditionService
Updates the given infrastructure alert condition.
update(Monitor) - Method in class com.opsmatters.newrelic.api.services.MonitorService
Updates the given monitor.
update(NrqlAlertCondition) - Method in class com.opsmatters.newrelic.api.services.NrqlAlertConditionService
Updates the given NRQL alert condition.
update(long, PartnerAccount) - Method in class com.opsmatters.newrelic.api.services.PartnerAccountService
Updates the given account.
update(long, long, PartnerUser) - Method in class com.opsmatters.newrelic.api.services.PartnerUserService
Updates the given user.
update(PluginsAlertCondition) - Method in class com.opsmatters.newrelic.api.services.PluginsAlertConditionService
Updates the given Plugins alert condition.
update(Server) - Method in class com.opsmatters.newrelic.api.services.ServerService
Updates the given server.
update(SyntheticsAlertCondition) - Method in class com.opsmatters.newrelic.api.services.SyntheticsAlertConditionService
Updates the given Synthetics alert condition.
updatedAfter(long) - Method in class com.opsmatters.newrelic.api.services.DashboardService.FilterBuilder
Adds the updated after parameter to the parameters.
updatedBefore(long) - Method in class com.opsmatters.newrelic.api.services.DashboardService.FilterBuilder
Adds the updated before parameter to the parameters.
updateScript(String, Script) - Method in class com.opsmatters.newrelic.api.services.MonitorService
Updates the given monitor to add a script.
uri(String) - Method in class com.opsmatters.newrelic.api.model.synthetics.BrowserMonitor.Builder
Sets the uri of the monitor.
uri(String) - Method in class com.opsmatters.newrelic.api.model.synthetics.SimpleMonitor.Builder
Sets the uri of the monitor.
url(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.SlackChannel.Builder
Sets the URL of the Slack alerts.
url(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.xMattersChannel.Builder
Sets the URL of the xMatters alerts.
Usage - Class in com.opsmatters.newrelic.api.model.accounts
Represents a set of New Relic account usage.
Usage() - Constructor for class com.opsmatters.newrelic.api.model.accounts.Usage
Default constructor.
USAGE_DATA - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
UsageData - Class in com.opsmatters.newrelic.api.model.accounts
Represents a set of usage values for a product used by a New Relic account.
UsageData() - Constructor for class com.opsmatters.newrelic.api.model.accounts.UsageData
Default constructor.
UsageDataDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.accounts
Deserializer class for usage data.
UsageDataDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.accounts.UsageDataDeserializer
 
usages() - Method in class com.opsmatters.newrelic.api.NewRelicApi
Returns the operations related to usages.
UsageService - Class in com.opsmatters.newrelic.api.services
The set of operations used for usages.
UsageService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.UsageService
Constructor that takes a http context and API client.
User - Class in com.opsmatters.newrelic.api.model.accounts
Represents a New Relic account user.
User() - Constructor for class com.opsmatters.newrelic.api.model.accounts.User
Default constructor.
user(String) - Method in class com.opsmatters.newrelic.api.model.deployments.Deployment.Builder
Sets the user of the deployment.
USER - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
User.Role - Enum in com.opsmatters.newrelic.api.model.accounts
Represents the available roles for a user.
UserChannel - Class in com.opsmatters.newrelic.api.model.alerts.channels
Represents a New Relic User alert channel.
UserChannel() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.UserChannel
Default constructor.
UserChannel(UserConfiguration) - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.UserChannel
Constructor that takes a configuration.
UserChannel.Builder - Class in com.opsmatters.newrelic.api.model.alerts.channels
Builder to make User channel construction easier.
UserConfiguration - Class in com.opsmatters.newrelic.api.model.alerts.channels
Represents a New Relic User channel configuration.
UserConfiguration() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.UserConfiguration
Default constructor.
userDefined(UserDefined) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ApmAppAlertCondition.Builder
Sets the user defined of the alert condition.
userDefined(UserDefined) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.BrowserAlertCondition.Builder
Sets the user defined of the alert condition.
userDefined(UserDefined) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.MobileAlertCondition.Builder
Sets the user defined of the alert condition.
userDefined(UserDefined) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.ServersAlertCondition.Builder
Sets the user defined of the alert condition.
UserDefined - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Represents a New Relic Infrastructure user defined.
UserDefined() - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.UserDefined
Default constructor.
UserDefined(String) - Constructor for class com.opsmatters.newrelic.api.model.alerts.conditions.UserDefined
Constructor that takes a metric.
UserDefined.Builder - Class in com.opsmatters.newrelic.api.model.alerts.conditions
Builder to make user defined construction easier.
UserDefined.ValueFunction - Enum in com.opsmatters.newrelic.api.model.alerts.conditions
Represents a UserDefined value function.
UserDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.accounts
Deserializer class for users.
UserDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.accounts.UserDeserializer
 
userId(String) - Method in class com.opsmatters.newrelic.api.model.alerts.channels.UserChannel.Builder
Sets the user id of the User alerts.
users(List<PartnerUser>) - Method in class com.opsmatters.newrelic.api.model.accounts.PartnerAccount.Builder
Sets the users of the account.
users() - Method in class com.opsmatters.newrelic.api.NewRelicApi
Returns the operations related to users.
users() - Method in class com.opsmatters.newrelic.api.NewRelicPartnerApi
Returns the operations related to Partner users.
USERS - Static variable in class com.opsmatters.newrelic.api.services.BaseFluent
 
UsersDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.accounts
Deserializer class for users.
UsersDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.accounts.UsersDeserializer
 
UserService - Class in com.opsmatters.newrelic.api.services
The set of operations used for users.
UserService(HttpContext, NewRelicClient) - Constructor for class com.opsmatters.newrelic.api.services.UserService
Constructor that takes a http context and API client.
UserService.FilterBuilder - Class in com.opsmatters.newrelic.api.services
Builder to make filter construction easier.
useSsl() - Method in class com.opsmatters.newrelic.httpclient.ApiKeyHttpClientProvider
Returns true if the provider should use https.
useSsl() - Method in interface com.opsmatters.newrelic.httpclient.HttpClientProvider
Returns true if the provider uses https.
useSsl() - Method in class com.opsmatters.newrelic.httpclient.LicenseKeyHttpClientProvider
Returns true if the provider should use https.
useSsl() - Method in class com.opsmatters.newrelic.httpclient.QueryKeyHttpClientProvider
Returns true if the provider should use https.
Utils - Class in com.opsmatters.newrelic.util
The set of utility methods used by the API classes.

V

validationStringOption(String) - Method in class com.opsmatters.newrelic.api.model.synthetics.BrowserMonitor.Builder
Sets the validation string option of the monitor.
validationStringOption(String) - Method in class com.opsmatters.newrelic.api.model.synthetics.SimpleMonitor.Builder
Sets the validation string option of the monitor.
value() - Method in enum com.opsmatters.newrelic.api.model.accounts.User.Role
 
value() - Method in enum com.opsmatters.newrelic.api.model.alerts.channels.ChannelType
 
value() - Method in enum com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition.ConditionScope
 
value() - Method in enum com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition.ConditionType
 
value() - Method in enum com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition.ViolationCloseTimerInterval
 
value(int) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertThreshold.Builder
Sets the value of the threshold.
value() - Method in enum com.opsmatters.newrelic.api.model.alerts.conditions.ApmAppAlertCondition.Metric
 
value() - Method in enum com.opsmatters.newrelic.api.model.alerts.conditions.ApmExternalServiceAlertCondition.Metric
 
value() - Method in enum com.opsmatters.newrelic.api.model.alerts.conditions.ApmJvmAlertCondition.Metric
 
value() - Method in enum com.opsmatters.newrelic.api.model.alerts.conditions.ApmKeyTransactionAlertCondition.Metric
 
value() - Method in enum com.opsmatters.newrelic.api.model.alerts.conditions.BrowserAlertCondition.Metric
 
value() - Method in enum com.opsmatters.newrelic.api.model.alerts.conditions.ExternalServiceAlertCondition.ConditionType
 
value() - Method in enum com.opsmatters.newrelic.api.model.alerts.conditions.InfraAlertCondition.ConditionType
 
value() - Method in enum com.opsmatters.newrelic.api.model.alerts.conditions.InfraMetricAlertCondition.EventType
 
value() - Method in enum com.opsmatters.newrelic.api.model.alerts.conditions.MobileAlertCondition.Metric
 
value() - Method in enum com.opsmatters.newrelic.api.model.alerts.conditions.MobileExternalServiceAlertCondition.Metric
 
value() - Method in enum com.opsmatters.newrelic.api.model.alerts.conditions.NrqlAlertCondition.ValueFunction
 
value() - Method in enum com.opsmatters.newrelic.api.model.alerts.conditions.Operator
 
value() - Method in enum com.opsmatters.newrelic.api.model.alerts.conditions.PluginsAlertCondition.ValueFunction
 
value() - Method in enum com.opsmatters.newrelic.api.model.alerts.conditions.ServersAlertCondition.Metric
 
value() - Method in enum com.opsmatters.newrelic.api.model.alerts.conditions.Term.Duration
 
value() - Method in enum com.opsmatters.newrelic.api.model.alerts.conditions.TimeFunction
 
value() - Method in enum com.opsmatters.newrelic.api.model.alerts.conditions.UserDefined.ValueFunction
 
value() - Method in enum com.opsmatters.newrelic.api.model.alerts.Priority
 
value() - Method in enum com.opsmatters.newrelic.api.model.EntityType
 
value() - Method in enum com.opsmatters.newrelic.api.model.insights.Dashboard.Editable
 
value() - Method in enum com.opsmatters.newrelic.api.model.insights.Dashboard.Icon
 
value() - Method in enum com.opsmatters.newrelic.api.model.insights.Dashboard.Visibility
 
value() - Method in enum com.opsmatters.newrelic.api.model.insights.widgets.BreakdownMetricChart.Visualization
 
value() - Method in enum com.opsmatters.newrelic.api.model.insights.widgets.EventChart.Visualization
 
value() - Method in enum com.opsmatters.newrelic.api.model.insights.widgets.FacetChart.Visualization
 
value() - Method in enum com.opsmatters.newrelic.api.model.insights.widgets.InventoryChart.Visualization
 
value() - Method in enum com.opsmatters.newrelic.api.model.insights.widgets.Markdown.Visualization
 
value() - Method in enum com.opsmatters.newrelic.api.model.insights.widgets.MetricLineChart.Visualization
 
value() - Method in enum com.opsmatters.newrelic.api.model.insights.widgets.ThresholdEventChart.Visualization
 
value() - Method in enum com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightChart.Visualization
 
value() - Method in enum com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightState.StateType
 
value() - Method in enum com.opsmatters.newrelic.api.model.metrics.Metric.Agent
 
value() - Method in enum com.opsmatters.newrelic.api.model.metrics.Metric.Apdex
 
value() - Method in enum com.opsmatters.newrelic.api.model.metrics.Metric.Category
 
value() - Method in enum com.opsmatters.newrelic.api.model.metrics.Metric.Errors
 
value() - Method in enum com.opsmatters.newrelic.api.model.metrics.Metric.Filter
 
value() - Method in enum com.opsmatters.newrelic.api.model.metrics.Metric.HttpDispatcher
 
value() - Method in enum com.opsmatters.newrelic.api.model.metrics.Metric.Java
 
value() - Method in enum com.opsmatters.newrelic.api.model.metrics.Metric.JmxBuiltin
 
value() - Method in enum com.opsmatters.newrelic.api.model.metrics.Metric.OtherTransaction
 
value() - Method in enum com.opsmatters.newrelic.api.model.metrics.Metric.Threads
 
value() - Method in interface com.opsmatters.newrelic.api.model.metrics.Metric.Value
 
value() - Method in enum com.opsmatters.newrelic.api.model.metrics.Metric.WebTransaction
 
value() - Method in enum com.opsmatters.newrelic.api.model.metrics.Metric.WebTransactionTotalTime
 
value() - Method in enum com.opsmatters.newrelic.api.model.synthetics.Monitor.Frequency
 
valueFunction(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.NrqlAlertCondition.Builder
Sets the value function of the alert condition.
valueFunction(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.PluginsAlertCondition.Builder
Sets the value function of the alert condition.
valueFunction(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.UserDefined.Builder
Sets the value function of the user defined.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.accounts.Product
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.accounts.User.Role
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.alerts.AlertEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.alerts.channels.ChannelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition.ConditionScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition.ConditionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition.ViolationCloseTimerInterval
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.ApmAppAlertCondition.Metric
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.ApmExternalServiceAlertCondition.Metric
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.ApmJvmAlertCondition.Metric
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.ApmKeyTransactionAlertCondition.Metric
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.BrowserAlertCondition.Metric
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.ExternalServiceAlertCondition.ConditionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.InfraAlertCondition.ConditionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.InfraMetricAlertCondition.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.MobileAlertCondition.Metric
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.MobileExternalServiceAlertCondition.Metric
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.NrqlAlertCondition.ValueFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.PluginsAlertCondition.ValueFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.ServersAlertCondition.Metric
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.Term.Duration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.TimeFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.UserDefined.ValueFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.alerts.IncidentPreference
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.alerts.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.EntityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.insights.Dashboard.Editable
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.insights.Dashboard.Icon
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.insights.Dashboard.Visibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.BreakdownMetricChart.Visualization
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.EventChart.Visualization
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.FacetChart.Visualization
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.InventoryChart.Visualization
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.Markdown.Visualization
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.MetricLineChart.Visualization
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.ThresholdEventChart.Visualization
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightChart.Visualization
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightState.StateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.metrics.Metric.Agent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.metrics.Metric.Apdex
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.metrics.Metric.Category
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.metrics.Metric.Errors
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.metrics.Metric.Filter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.metrics.Metric.HttpDispatcher
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.metrics.Metric.Java
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.metrics.Metric.JmxBuiltin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.metrics.Metric.OtherTransaction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.metrics.Metric.Threads
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.metrics.Metric.WebTransaction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.metrics.Metric.WebTransactionTotalTime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.synthetics.Monitor.Frequency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.synthetics.Monitor.MonitorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opsmatters.newrelic.api.model.synthetics.Monitor.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.opsmatters.newrelic.api.model.accounts.Product
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.accounts.User.Role
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.alerts.AlertEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.alerts.channels.ChannelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition.ConditionScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition.ConditionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition.ViolationCloseTimerInterval
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.ApmAppAlertCondition.Metric
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.ApmExternalServiceAlertCondition.Metric
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.ApmJvmAlertCondition.Metric
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.ApmKeyTransactionAlertCondition.Metric
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.BrowserAlertCondition.Metric
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.ExternalServiceAlertCondition.ConditionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.InfraAlertCondition.ConditionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.InfraMetricAlertCondition.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.MobileAlertCondition.Metric
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.MobileExternalServiceAlertCondition.Metric
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.NrqlAlertCondition.ValueFunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.PluginsAlertCondition.ValueFunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.ServersAlertCondition.Metric
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.Term.Duration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.TimeFunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.alerts.conditions.UserDefined.ValueFunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.alerts.IncidentPreference
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.alerts.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.EntityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.insights.Dashboard.Editable
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.insights.Dashboard.Icon
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.insights.Dashboard.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.BreakdownMetricChart.Visualization
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.EventChart.Visualization
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.FacetChart.Visualization
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.InventoryChart.Visualization
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.Markdown.Visualization
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.MetricLineChart.Visualization
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.ThresholdEventChart.Visualization
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightChart.Visualization
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightState.StateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.metrics.Metric.Agent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.metrics.Metric.Apdex
Returns an array containing the constants of this enum type, in the order they are declared.
values(List<String>) - Method in class com.opsmatters.newrelic.api.model.metrics.Metric.Builder
Sets the values of the metric.
values() - Static method in enum com.opsmatters.newrelic.api.model.metrics.Metric.Category
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.metrics.Metric.Errors
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.metrics.Metric.Filter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.metrics.Metric.HttpDispatcher
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.metrics.Metric.Java
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.metrics.Metric.JmxBuiltin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.metrics.Metric.OtherTransaction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.metrics.Metric.Threads
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.metrics.Metric.WebTransaction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.metrics.Metric.WebTransactionTotalTime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.synthetics.Monitor.Frequency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.synthetics.Monitor.MonitorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opsmatters.newrelic.api.model.synthetics.Monitor.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values(String) - Method in class com.opsmatters.newrelic.api.services.MetricParameterBuilder
Adds a values parameter to the parameters.
verifySslOption(boolean) - Method in class com.opsmatters.newrelic.api.model.synthetics.BrowserMonitor.Builder
Set to true if the SSL connection should be verified by the monitor.
verifySslOption(boolean) - Method in class com.opsmatters.newrelic.api.model.synthetics.SimpleMonitor.Builder
Set to true if the SSL connection should be verified by the monitor.
version(int) - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard.Builder
Sets the version of the dashboard.
version(int) - Method in class com.opsmatters.newrelic.api.model.insights.Metadata.Builder
Sets the version of the dashboard schema.
version(String) - Method in class com.opsmatters.newrelic.api.model.plugins.PluginData.Builder
Sets the version of the agent.
VictorOpsChannel - Class in com.opsmatters.newrelic.api.model.alerts.channels
Represents a New Relic VictorOps alert channel.
VictorOpsChannel() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.VictorOpsChannel
Default constructor.
VictorOpsChannel(VictorOpsConfiguration) - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.VictorOpsChannel
Constructor that takes a configuration.
VictorOpsChannel.Builder - Class in com.opsmatters.newrelic.api.model.alerts.channels
Builder to make VictorOps channel construction easier.
VictorOpsConfiguration - Class in com.opsmatters.newrelic.api.model.alerts.channels
Represents a New Relic VictorOps channel configuration.
VictorOpsConfiguration() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.VictorOpsConfiguration
Default constructor.
violationCloseTimer(int) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition.Builder
Sets the violation close timer of the alert condition (in hours).
violationCloseTimer(AlertCondition.ViolationCloseTimerInterval) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.AlertCondition.Builder
Sets the violation close timer of the alert condition (in hours).
ViolationLinks - Class in com.opsmatters.newrelic.api.model.alerts
Represents a set of New Relic violation links.
ViolationLinks() - Constructor for class com.opsmatters.newrelic.api.model.alerts.ViolationLinks
Default constructor.
visibility(String) - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard.Builder
Sets the visibility of the dashboard.
visibility(Dashboard.Visibility) - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard.Builder
Sets the visibility of the dashboard.
visualization(BreakdownMetricChart.Visualization) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.BreakdownMetricChart.Builder
Sets the visualization of the widget.
visualization(EventChart.Visualization) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.EventChart.Builder
Sets the visualization of the widget.
visualization(FacetChart.Visualization) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.FacetChart.Builder
Sets the visualization of the widget.
visualization(ThresholdEventChart.Visualization) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.ThresholdEventChart.Builder
Sets the visualization of the widget.
visualization(String) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Widget.Builder
Sets the visualization of the widget.

W

warningPriority() - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.Term.Builder
Sets the priority of the term to "warning".
warningThreshold(AlertThreshold) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraAlertCondition.Builder
Sets the warning threshold of the alert condition.
warningType() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightState.Builder
Sets the type of the state to "warning".
WebhookChannel - Class in com.opsmatters.newrelic.api.model.alerts.channels
Represents a New Relic Webhook alert channel.
WebhookChannel() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.WebhookChannel
Default constructor.
WebhookChannel(WebhookConfiguration) - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.WebhookChannel
Constructor that takes a configuration.
WebhookChannel.Builder - Class in com.opsmatters.newrelic.api.model.alerts.channels
Builder to make Webhook channel construction easier.
WebhookConfiguration - Class in com.opsmatters.newrelic.api.model.alerts.channels
Represents a New Relic Webhook configuration.
WebhookConfiguration() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.WebhookConfiguration
Default constructor.
whereClause(String) - Method in class com.opsmatters.newrelic.api.model.alerts.conditions.InfraAlertCondition.Builder
Sets the where clause of the alert condition.
Widget - Class in com.opsmatters.newrelic.api.model.insights.widgets
Represents a New Relic Insights dashboard widget.
Widget() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.Widget
Default constructor.
widget(Widget) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Widget.Builder
Sets the widget.
Widget.Builder<T extends Widget,B extends Widget.Builder<T,B>> - Class in com.opsmatters.newrelic.api.model.insights.widgets
Builder to make widget construction easier.
WidgetData - Class in com.opsmatters.newrelic.api.model.insights.widgets
Represents a New Relic Insights dashboard data source.
WidgetData() - Constructor for class com.opsmatters.newrelic.api.model.insights.widgets.WidgetData
Default constructor.
WidgetDataDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.insights.widgets
Deserializer class for insights widgets data.
WidgetDataDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.insights.widgets.WidgetDataDeserializer
 
WidgetDeserializer - Class in com.opsmatters.newrelic.httpclient.deserializers.insights.widgets
Deserializer class for insights widgets.
WidgetDeserializer() - Constructor for class com.opsmatters.newrelic.httpclient.deserializers.insights.widgets.WidgetDeserializer
 
widgets(List<Widget>) - Method in class com.opsmatters.newrelic.api.model.insights.Dashboard.Builder
Sets the list of widgets.
width(int) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Layout.Builder
Sets the width of the dashboard widget.
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.opsmatters.newrelic.httpclient.GsonMessageBodyHandler
Write a type to a HTTP message.
wrongType() - Method in class com.opsmatters.newrelic.api.model.insights.widgets.TrafficLightState.Builder
Sets the type of the state to "wrong".

X

xMattersChannel - Class in com.opsmatters.newrelic.api.model.alerts.channels
Represents a New Relic xMatters alert channel.
xMattersChannel() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.xMattersChannel
Default constructor.
xMattersChannel(xMattersConfiguration) - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.xMattersChannel
Constructor that takes a configuration.
xMattersChannel.Builder - Class in com.opsmatters.newrelic.api.model.alerts.channels
Builder to make xMatters channel construction easier.
xMattersConfiguration - Class in com.opsmatters.newrelic.api.model.alerts.channels
Represents a New Relic xMatters channel configuration.
xMattersConfiguration() - Constructor for class com.opsmatters.newrelic.api.model.alerts.channels.xMattersConfiguration
Default constructor.

Y

yellow(long) - Method in class com.opsmatters.newrelic.api.model.insights.widgets.Threshold.Builder
Sets the yellow threshold of the presentation.
A B C D E F G H I K L M N O P Q R S T U V W X Y 
Skip navigation links

Copyright © 2018. All rights reserved.