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

A

accessToken(String) - Method in class com.rollbar.api.payload.Payload.Builder
An access token with scope "post_server_item" or "post_client_item".
addClient(String, String, Object) - Method in class com.rollbar.api.payload.data.Client.Builder
Add information about a client using a format of property and name.
addClient(String, Map<String, Object>) - Method in class com.rollbar.api.payload.data.Client.Builder
Add information about a client..
addTopLevel(String, Object) - Method in class com.rollbar.api.payload.data.Client.Builder
Add top level client information.
args(List<Object>) - Method in class com.rollbar.api.payload.data.body.Frame.Builder
The arguments to the method from the stack frame (if available in your language).
asJson() - Method in interface com.rollbar.api.json.JsonSerializable
Returns the object that should be an equivalent representation of itself in json.
asJson() - Method in class com.rollbar.api.payload.data.body.Body
 
asJson() - Method in class com.rollbar.api.payload.data.body.CodeContext
 
asJson() - Method in class com.rollbar.api.payload.data.body.CrashReport
 
asJson() - Method in class com.rollbar.api.payload.data.body.ExceptionInfo
 
asJson() - Method in class com.rollbar.api.payload.data.body.Frame
 
asJson() - Method in class com.rollbar.api.payload.data.body.Message
 
asJson() - Method in class com.rollbar.api.payload.data.body.Trace
 
asJson() - Method in class com.rollbar.api.payload.data.body.TraceChain
 
asJson() - Method in class com.rollbar.api.payload.data.Client
 
asJson() - Method in class com.rollbar.api.payload.data.Data
 
asJson() - Method in enum com.rollbar.api.payload.data.Level
How to serialize this as Json.
asJson() - Method in class com.rollbar.api.payload.data.Notifier
 
asJson() - Method in class com.rollbar.api.payload.data.Person
 
asJson() - Method in class com.rollbar.api.payload.data.Request
 
asJson() - Method in class com.rollbar.api.payload.data.Server
 
asJson() - Method in class com.rollbar.api.payload.Payload
 

B

Body - Class in com.rollbar.api.payload.data.body
A container for the actual error(s), message, or crash report that caused this error.
body(String) - Method in class com.rollbar.api.payload.data.body.Message.Builder
A string to send to Rollbar.
body(Body) - Method in class com.rollbar.api.payload.data.Data.Builder
The actual data being sent to rollbar (not metadata, about the request, server, etc.).
body(String) - Method in class com.rollbar.api.payload.data.Request.Builder
The raw POST body.
Body.Builder - Class in com.rollbar.api.payload.data.body
Builder class for body.
bodyContent(BodyContent) - Method in class com.rollbar.api.payload.data.body.Body.Builder
The contents of this body (either Trace, TraceChain, Message, or CrashReport).
BodyContent - Interface in com.rollbar.api.payload.data.body
A marker interface for the contents of the rollbar body.
branch(String) - Method in class com.rollbar.api.payload.data.Server.Builder
The current source control branch.
build() - Method in class com.rollbar.api.payload.data.body.Body.Builder
Builds the body.
build() - Method in class com.rollbar.api.payload.data.body.CodeContext.Builder
Builds the code context.
build() - Method in class com.rollbar.api.payload.data.body.CrashReport.Builder
Builds the crash report.
build() - Method in class com.rollbar.api.payload.data.body.ExceptionInfo.Builder
Builds the exception info.
build() - Method in class com.rollbar.api.payload.data.body.Frame.Builder
Builds the frame.
build() - Method in class com.rollbar.api.payload.data.body.Message.Builder
Builds the crash report.
build() - Method in class com.rollbar.api.payload.data.body.Trace.Builder
Builds the trace.
build() - Method in class com.rollbar.api.payload.data.body.TraceChain.Builder
Builds the trace chain.
build() - Method in class com.rollbar.api.payload.data.Client.Builder
Builds the client.
build() - Method in class com.rollbar.api.payload.data.Data.Builder
Builds the data.
build() - Method in class com.rollbar.api.payload.data.Notifier.Builder
Builds the notifier.
build() - Method in class com.rollbar.api.payload.data.Person.Builder
Builds the person.
build() - Method in class com.rollbar.api.payload.data.Request.Builder
Builds the request.
build() - Method in class com.rollbar.api.payload.data.Server.Builder
Builds the server.
build() - Method in class com.rollbar.api.payload.Payload.Builder
Builds the payload.
Builder() - Constructor for class com.rollbar.api.payload.data.body.Body.Builder
Constructor.
Builder(Body) - Constructor for class com.rollbar.api.payload.data.body.Body.Builder
Constructor.
Builder() - Constructor for class com.rollbar.api.payload.data.body.CodeContext.Builder
Constructor.
Builder(CodeContext) - Constructor for class com.rollbar.api.payload.data.body.CodeContext.Builder
Constructor.
Builder() - Constructor for class com.rollbar.api.payload.data.body.CrashReport.Builder
Constructor.
Builder(CrashReport) - Constructor for class com.rollbar.api.payload.data.body.CrashReport.Builder
Constructor.
Builder() - Constructor for class com.rollbar.api.payload.data.body.ExceptionInfo.Builder
Constructor.
Builder(ExceptionInfo) - Constructor for class com.rollbar.api.payload.data.body.ExceptionInfo.Builder
Constructor.
Builder() - Constructor for class com.rollbar.api.payload.data.body.Frame.Builder
Constructor.
Builder(Frame) - Constructor for class com.rollbar.api.payload.data.body.Frame.Builder
Constructor.
Builder() - Constructor for class com.rollbar.api.payload.data.body.Message.Builder
Constructor.
Builder(Message) - Constructor for class com.rollbar.api.payload.data.body.Message.Builder
Constructor.
Builder() - Constructor for class com.rollbar.api.payload.data.body.Trace.Builder
Constructor.
Builder(Trace) - Constructor for class com.rollbar.api.payload.data.body.Trace.Builder
The trace to initialize a new builder instance.
Builder() - Constructor for class com.rollbar.api.payload.data.body.TraceChain.Builder
Constructor.
Builder(TraceChain) - Constructor for class com.rollbar.api.payload.data.body.TraceChain.Builder
Constructor.
Builder() - Constructor for class com.rollbar.api.payload.data.Client.Builder
Constructor.
Builder(Client) - Constructor for class com.rollbar.api.payload.data.Client.Builder
Constructor.
Builder() - Constructor for class com.rollbar.api.payload.data.Data.Builder
Constructor.
Builder(Data) - Constructor for class com.rollbar.api.payload.data.Data.Builder
Constructor.
Builder() - Constructor for class com.rollbar.api.payload.data.Notifier.Builder
Constructor.
Builder(Notifier) - Constructor for class com.rollbar.api.payload.data.Notifier.Builder
Constructor.
Builder() - Constructor for class com.rollbar.api.payload.data.Person.Builder
Constructor.
Builder(Person) - Constructor for class com.rollbar.api.payload.data.Person.Builder
Constructor.
Builder() - Constructor for class com.rollbar.api.payload.data.Request.Builder
Constructor.
Builder(Request) - Constructor for class com.rollbar.api.payload.data.Request.Builder
Constructor.
Builder() - Constructor for class com.rollbar.api.payload.data.Server.Builder
Constructor.
Builder(Server) - Constructor for class com.rollbar.api.payload.data.Server.Builder
Constructor.
Builder() - Constructor for class com.rollbar.api.payload.Payload.Builder
Constructor.
Builder(Payload) - Constructor for class com.rollbar.api.payload.Payload.Builder
Contructor.

C

className(String) - Method in class com.rollbar.api.payload.data.body.ExceptionInfo.Builder
The name of the exception class.
className(String) - Method in class com.rollbar.api.payload.data.body.Frame.Builder
The name of the class in which the error occurred.
Client - Class in com.rollbar.api.payload.data
Represents the client info to send to Rollbar.
client(Client) - Method in class com.rollbar.api.payload.data.Data.Builder
Data about the client device this event occurred on.
Client.Builder - Class in com.rollbar.api.payload.data
Constructor.
code(String) - Method in class com.rollbar.api.payload.data.body.Frame.Builder
The line of code that triggered the error.
CodeContext - Class in com.rollbar.api.payload.data.body
Represents the context around the code where the error occurred (lines before, 'pre', and after, 'post').
CodeContext.Builder - Class in com.rollbar.api.payload.data.body
Builder class for code context.
codeVersion(String) - Method in class com.rollbar.api.payload.data.Data.Builder
The currently running version of the code.
codeVersion(String) - Method in class com.rollbar.api.payload.data.Server.Builder
The current source control version (SHA, or name).
columnNumber(Integer) - Method in class com.rollbar.api.payload.data.body.Frame.Builder
The column number (if available in your language) on which the error occurred.
com.rollbar.api.annotations - package com.rollbar.api.annotations
 
com.rollbar.api.json - package com.rollbar.api.json
 
com.rollbar.api.payload - package com.rollbar.api.payload
 
com.rollbar.api.payload.data - package com.rollbar.api.payload.data
 
com.rollbar.api.payload.data.body - package com.rollbar.api.payload.data.body
 
com.rollbar.api.truncation - package com.rollbar.api.truncation
 
context(CodeContext) - Method in class com.rollbar.api.payload.data.body.Frame.Builder
Extra context around the line of code that triggered the error.
context(String) - Method in class com.rollbar.api.payload.data.Data.Builder
Custom identifier to help find where the error came from, Controller class name, for instance.
CrashReport - Class in com.rollbar.api.payload.data.body
Represents a crash report (currently only for iOS, eventually Android, and maybe (if possible) core and memory dumps).
CrashReport.Builder - Class in com.rollbar.api.payload.data.body
Builder class for crash report.
custom(Map<String, Object>) - Method in class com.rollbar.api.payload.data.Data.Builder
Custom data that will aid in debugging the error.

D

Data - Class in com.rollbar.api.payload.data
Represents the actual data being posted to Rollbar.
data(Data) - Method in class com.rollbar.api.payload.Payload.Builder
The data to send.
Data.Builder - Class in com.rollbar.api.payload.data
Builder class for data.
description(String) - Method in class com.rollbar.api.payload.data.body.ExceptionInfo.Builder
A human readable description of the exception.

E

email(String) - Method in class com.rollbar.api.payload.data.Person.Builder
The affected user's email address.
environment(String) - Method in class com.rollbar.api.payload.data.Data.Builder
Represents the current environment (e.g.: production, debug, test).
equals(Object) - Method in class com.rollbar.api.payload.data.body.Body
 
equals(Object) - Method in class com.rollbar.api.payload.data.body.CodeContext
 
equals(Object) - Method in class com.rollbar.api.payload.data.body.CrashReport
 
equals(Object) - Method in class com.rollbar.api.payload.data.body.ExceptionInfo
 
equals(Object) - Method in class com.rollbar.api.payload.data.body.Frame
 
equals(Object) - Method in class com.rollbar.api.payload.data.body.Message
 
equals(Object) - Method in class com.rollbar.api.payload.data.body.Trace
 
equals(Object) - Method in class com.rollbar.api.payload.data.body.TraceChain
 
equals(Object) - Method in class com.rollbar.api.payload.data.Client
 
equals(Object) - Method in class com.rollbar.api.payload.data.Data
 
equals(Object) - Method in class com.rollbar.api.payload.data.Notifier
 
equals(Object) - Method in class com.rollbar.api.payload.data.Person
 
equals(Object) - Method in class com.rollbar.api.payload.data.Request
 
equals(Object) - Method in class com.rollbar.api.payload.data.Server
 
equals(Object) - Method in class com.rollbar.api.payload.Payload
 
exception(ExceptionInfo) - Method in class com.rollbar.api.payload.data.body.Trace.Builder
Info about the exception.
ExceptionInfo - Class in com.rollbar.api.payload.data.body
Represents *non-stacktrace* information about an exception, like class, description, and message.
ExceptionInfo.Builder - Class in com.rollbar.api.payload.data.body
Builder class for exception info.

F

filename(String) - Method in class com.rollbar.api.payload.data.body.Frame.Builder
The name of the file in which the error occurred.
fingerprint(String) - Method in class com.rollbar.api.payload.data.Data.Builder
Override the default and custom grouping with a string, if over 255 characters will be hashed.
Frame - Class in com.rollbar.api.payload.data.body
Represents a single frame from a stack trace.
Frame.Builder - Class in com.rollbar.api.payload.data.body
Builder class for frame.
frames(List<Frame>) - Method in class com.rollbar.api.payload.data.body.Trace.Builder
The frames making up the exception.
framework(String) - Method in class com.rollbar.api.payload.data.Data.Builder
The framework being run (e.g.

G

get(Map<String, List<String>>) - Method in class com.rollbar.api.payload.data.Request.Builder
The parsed query string parameters.
getAccessToken() - Method in class com.rollbar.api.payload.Payload
Getter.
getArgs() - Method in class com.rollbar.api.payload.data.body.Frame
Getter.
getBody() - Method in class com.rollbar.api.payload.data.body.Message
Getter.
getBody() - Method in class com.rollbar.api.payload.data.Data
Getter.
getBody() - Method in class com.rollbar.api.payload.data.Request
Getter.
getBranch() - Method in class com.rollbar.api.payload.data.Server
Getter.
getClassName() - Method in class com.rollbar.api.payload.data.body.ExceptionInfo
Getter.
getClassName() - Method in class com.rollbar.api.payload.data.body.Frame
Getter.
getClient() - Method in class com.rollbar.api.payload.data.Data
Getter.
getCode() - Method in class com.rollbar.api.payload.data.body.Frame
Getter.
getCodeVersion() - Method in class com.rollbar.api.payload.data.Data
Getter.
getCodeVersion() - Method in class com.rollbar.api.payload.data.Server
Getter.
getColumnNumber() - Method in class com.rollbar.api.payload.data.body.Frame
Getter.
getContents() - Method in class com.rollbar.api.payload.data.body.Body
Getter.
getContext() - Method in class com.rollbar.api.payload.data.body.Frame
Getter.
getContext() - Method in class com.rollbar.api.payload.data.Data
Getter.
getCustom() - Method in class com.rollbar.api.payload.data.Data
Getter.
getData() - Method in class com.rollbar.api.payload.data.Client
Getter.
getData() - Method in class com.rollbar.api.payload.Payload
Getter.
getDescription() - Method in class com.rollbar.api.payload.data.body.ExceptionInfo
Getter.
getEmail() - Method in class com.rollbar.api.payload.data.Person
Getter.
getEnvironment() - Method in class com.rollbar.api.payload.data.Data
Getter.
getException() - Method in class com.rollbar.api.payload.data.body.Trace
Getter.
getFilename() - Method in class com.rollbar.api.payload.data.body.Frame
Getter.
getFingerprint() - Method in class com.rollbar.api.payload.data.Data
Getter.
getFrames() - Method in class com.rollbar.api.payload.data.body.Trace
Getter.
getFramework() - Method in class com.rollbar.api.payload.data.Data
Getter.
getGet() - Method in class com.rollbar.api.payload.data.Request
Getter.
getHeaders() - Method in class com.rollbar.api.payload.data.Request
Getter.
getHost() - Method in class com.rollbar.api.payload.data.Server
Getter.
getId() - Method in class com.rollbar.api.payload.data.Person
Getter.
getKeyName() - Method in interface com.rollbar.api.payload.data.body.BodyContent
The key name of the body content.
getKeyName() - Method in class com.rollbar.api.payload.data.body.CrashReport
 
getKeyName() - Method in class com.rollbar.api.payload.data.body.Message
 
getKeyName() - Method in class com.rollbar.api.payload.data.body.Trace
 
getKeyName() - Method in class com.rollbar.api.payload.data.body.TraceChain
 
getKeywordArgs() - Method in class com.rollbar.api.payload.data.body.Frame
Getter.
getLanguage() - Method in class com.rollbar.api.payload.data.Data
Getter.
getLevel() - Method in class com.rollbar.api.payload.data.Data
Getter.
getLineNumber() - Method in class com.rollbar.api.payload.data.body.Frame
Getter.
getLocals() - Method in class com.rollbar.api.payload.data.body.Frame
Getter.
getMessage() - Method in class com.rollbar.api.payload.data.body.ExceptionInfo
Getter.
getMetadata() - Method in class com.rollbar.api.payload.data.body.Message
Getter.
getMetadata() - Method in class com.rollbar.api.payload.data.Person
Getter.
getMetadata() - Method in class com.rollbar.api.payload.data.Request
Getter.
getMetadata() - Method in class com.rollbar.api.payload.data.Server
Getter.
getMethod() - Method in class com.rollbar.api.payload.data.body.Frame
Getter.
getMethod() - Method in class com.rollbar.api.payload.data.Request
Getter.
getName() - Method in class com.rollbar.api.payload.data.Notifier
Getter.
getNotifier() - Method in class com.rollbar.api.payload.data.Data
Getter.
getParams() - Method in class com.rollbar.api.payload.data.Request
Getter.
getPerson() - Method in class com.rollbar.api.payload.data.Data
Getter.
getPlatform() - Method in class com.rollbar.api.payload.data.Data
Getter.
getPost() - Method in class com.rollbar.api.payload.data.body.CodeContext
Getter.
getPost() - Method in class com.rollbar.api.payload.data.Request
Getter.
getPre() - Method in class com.rollbar.api.payload.data.body.CodeContext
Getter.
getQueryString() - Method in class com.rollbar.api.payload.data.Request
Getter.
getRaw() - Method in class com.rollbar.api.payload.data.body.CrashReport
Getter.
getRequest() - Method in class com.rollbar.api.payload.data.Data
Getter.
getRoot() - Method in class com.rollbar.api.payload.data.Server
Getter.
getSendAttemptCount() - Method in class com.rollbar.api.payload.Payload
 
getServer() - Method in class com.rollbar.api.payload.data.Data
Getter.
getTimestamp() - Method in class com.rollbar.api.payload.data.Data
Getter.
getTitle() - Method in class com.rollbar.api.payload.data.Data
Getter.
getTopLevelData() - Method in class com.rollbar.api.payload.data.Client
Getter.
getTraces() - Method in class com.rollbar.api.payload.data.body.TraceChain
Getter.
getUrl() - Method in class com.rollbar.api.payload.data.Request
Getter.
getUserIp() - Method in class com.rollbar.api.payload.data.Request
Getter.
getUsername() - Method in class com.rollbar.api.payload.data.Person
Getter.
getUuid() - Method in class com.rollbar.api.payload.data.Data
Getter.
getVersion() - Method in class com.rollbar.api.payload.data.Notifier
Getter.

H

hashCode() - Method in class com.rollbar.api.payload.data.body.Body
 
hashCode() - Method in class com.rollbar.api.payload.data.body.CodeContext
 
hashCode() - Method in class com.rollbar.api.payload.data.body.CrashReport
 
hashCode() - Method in class com.rollbar.api.payload.data.body.ExceptionInfo
 
hashCode() - Method in class com.rollbar.api.payload.data.body.Frame
 
hashCode() - Method in class com.rollbar.api.payload.data.body.Message
 
hashCode() - Method in class com.rollbar.api.payload.data.body.Trace
 
hashCode() - Method in class com.rollbar.api.payload.data.body.TraceChain
 
hashCode() - Method in class com.rollbar.api.payload.data.Client
 
hashCode() - Method in class com.rollbar.api.payload.data.Data
 
hashCode() - Method in class com.rollbar.api.payload.data.Notifier
 
hashCode() - Method in class com.rollbar.api.payload.data.Person
 
hashCode() - Method in class com.rollbar.api.payload.data.Request
 
hashCode() - Method in class com.rollbar.api.payload.data.Server
 
hashCode() - Method in class com.rollbar.api.payload.Payload
 
headers(Map<String, String>) - Method in class com.rollbar.api.payload.data.Request.Builder
The HTTP Headers.
host(String) - Method in class com.rollbar.api.payload.data.Server.Builder
The host.

I

id(String) - Method in class com.rollbar.api.payload.data.Person.Builder
The affected user's id.
incrementSendAttemptCount() - Method in class com.rollbar.api.payload.Payload
 
isUncaught(boolean) - Method in class com.rollbar.api.payload.data.Data.Builder
Specify whether this data object originates from an uncaught exception or not.
isUncaught() - Method in class com.rollbar.api.payload.data.Data
Getter.

J

json - Variable in class com.rollbar.api.payload.Payload
 
JsonSerializable - Interface in com.rollbar.api.json
An object that can be serialized to JSON.

K

keywordArgs(Map<String, Object>) - Method in class com.rollbar.api.payload.data.body.Frame.Builder
The keyword arguments to the method from the stack frame (if available in your language).

L

language(String) - Method in class com.rollbar.api.payload.data.Data.Builder
The language running (most likely java, but any JVM language might be here).
level(String) - Method in class com.rollbar.api.payload.data.Data.Builder
The rollbar error level.
level(Level) - Method in class com.rollbar.api.payload.data.Data.Builder
The rollbar error level.
Level - Enum in com.rollbar.api.payload.data
The Level of a Rollbar Report.
level() - Method in enum com.rollbar.api.payload.data.Level
Get the numeric value.
lineNumber(Integer) - Method in class com.rollbar.api.payload.data.body.Frame.Builder
The line number on which the error occurred.
locals(Map<String, Object>) - Method in class com.rollbar.api.payload.data.body.Frame.Builder
The local variables for this method from the stack frame (if available).
lookupByName(String) - Static method in enum com.rollbar.api.payload.data.Level
 

M

message(String) - Method in class com.rollbar.api.payload.data.body.ExceptionInfo.Builder
The exception message.
Message - Class in com.rollbar.api.payload.data.body
Represents a message (text) sent to Rollbar, possible with additional information.
Message.Builder - Class in com.rollbar.api.payload.data.body
Builder class for message.
metadata(Map<String, Object>) - Method in class com.rollbar.api.payload.data.body.Message.Builder
Extra metadata to include with the message.
metadata(Map<String, Object>) - Method in class com.rollbar.api.payload.data.Person.Builder
Extra metadata to include with the person.
metadata(Map<String, Object>) - Method in class com.rollbar.api.payload.data.Request.Builder
Extra metadata to include with the request.
metadata(Map<String, Object>) - Method in class com.rollbar.api.payload.data.Server.Builder
Extra metadata to include with the server.
method(String) - Method in class com.rollbar.api.payload.data.body.Frame.Builder
The method in which the error occurred.
method(String) - Method in class com.rollbar.api.payload.data.Request.Builder
The HTTP method.

N

name(String) - Method in class com.rollbar.api.payload.data.Notifier.Builder
The name of the notifier.
notifier(Notifier) - Method in class com.rollbar.api.payload.data.Data.Builder
Information about this notifier, esp.
Notifier - Class in com.rollbar.api.payload.data
Information about this notifier, or one based off of this.
Notifier.Builder - Class in com.rollbar.api.payload.data
Builder class for notifier.

P

params(Map<String, String>) - Method in class com.rollbar.api.payload.data.Request.Builder
The routing parameters (typically derived from your routing module).
Payload - Class in com.rollbar.api.payload
Represents the payload to send to Rollbar.
Payload(String) - Constructor for class com.rollbar.api.payload.Payload
Constructor.
Payload.Builder - Class in com.rollbar.api.payload
Builder class for Payload.
person(Person) - Method in class com.rollbar.api.payload.data.Data.Builder
Data about the user that experienced the error, if possible.
Person - Class in com.rollbar.api.payload.data
Represents the user affected by an error.
Person.Builder - Class in com.rollbar.api.payload.data
Builder class for person.
platform(String) - Method in class com.rollbar.api.payload.data.Data.Builder
The platform running (most likely JVM and a version).
post(List<String>) - Method in class com.rollbar.api.payload.data.body.CodeContext.Builder
The lines of code after the one that triggered the error.
post(Map<String, Object>) - Method in class com.rollbar.api.payload.data.Request.Builder
POST parameters.
pre(List<String>) - Method in class com.rollbar.api.payload.data.body.CodeContext.Builder
The lines of code before the one that triggered the error.

Q

queryString(String) - Method in class com.rollbar.api.payload.data.Request.Builder
The raw query string.

R

raw(String) - Method in class com.rollbar.api.payload.data.body.CrashReport.Builder
The crash report string.
reason - Static variable in annotation type com.rollbar.api.annotations.Unstable
 
request(Request) - Method in class com.rollbar.api.payload.data.Data.Builder
Data about the Http Request that caused this, if applicable.
Request - Class in com.rollbar.api.payload.data
Represents the HTTP request that triggered the error.
Request.Builder - Class in com.rollbar.api.payload.data
Builder class for request.
root(String) - Method in class com.rollbar.api.payload.data.Server.Builder
The file system root.

S

server(Server) - Method in class com.rollbar.api.payload.data.Data.Builder
Data about the machine on which the error occurred.
Server - Class in com.rollbar.api.payload.data
Represents the server object sent to Rollbar.
Server.Builder - Class in com.rollbar.api.payload.data
Builder class for notifier.
StringTruncatable<T> - Interface in com.rollbar.api.truncation
 

T

timestamp(Long) - Method in class com.rollbar.api.payload.data.Data.Builder
The moment the bug happened, visible in ui as client_timestamp.
title(String) - Method in class com.rollbar.api.payload.data.Data.Builder
The title, max length 255 characters, overrides the default and custom ones set by Rollbar.
toString() - Method in class com.rollbar.api.payload.data.body.Body
 
toString() - Method in class com.rollbar.api.payload.data.body.CodeContext
 
toString() - Method in class com.rollbar.api.payload.data.body.CrashReport
 
toString() - Method in class com.rollbar.api.payload.data.body.ExceptionInfo
 
toString() - Method in class com.rollbar.api.payload.data.body.Frame
 
toString() - Method in class com.rollbar.api.payload.data.body.Message
 
toString() - Method in class com.rollbar.api.payload.data.body.Trace
 
toString() - Method in class com.rollbar.api.payload.data.body.TraceChain
 
toString() - Method in class com.rollbar.api.payload.data.Client
 
toString() - Method in class com.rollbar.api.payload.data.Data
 
toString() - Method in class com.rollbar.api.payload.data.Notifier
 
toString() - Method in class com.rollbar.api.payload.data.Person
 
toString() - Method in class com.rollbar.api.payload.data.Request
 
toString() - Method in class com.rollbar.api.payload.data.Server
 
toString() - Method in class com.rollbar.api.payload.Payload
 
Trace - Class in com.rollbar.api.payload.data.body
Represent a Stack Trace to send to Rollbar.
Trace.Builder - Class in com.rollbar.api.payload.data.body
Builder class for trace.
TraceChain - Class in com.rollbar.api.payload.data.body
Represents a chain of errors (typically from Exceptions with Throwable.getCause() returning some value).
TraceChain(TraceChain.Builder) - Constructor for class com.rollbar.api.payload.data.body.TraceChain
 
TraceChain.Builder - Class in com.rollbar.api.payload.data.body
Builder class for trace chain.
traces(List<Trace>) - Method in class com.rollbar.api.payload.data.body.TraceChain.Builder
The traces making up this trace chain.
truncateString(String, int) - Static method in class com.rollbar.api.truncation.TruncationHelper
Truncates the string to the specified maximum length.
truncateStrings(int) - Method in class com.rollbar.api.payload.data.body.Body
 
truncateStrings(int) - Method in class com.rollbar.api.payload.data.body.CodeContext
 
truncateStrings(int) - Method in class com.rollbar.api.payload.data.body.CrashReport
 
truncateStrings(int) - Method in class com.rollbar.api.payload.data.body.ExceptionInfo
 
truncateStrings(int) - Method in class com.rollbar.api.payload.data.body.Frame
 
truncateStrings(int) - Method in class com.rollbar.api.payload.data.body.Message
 
truncateStrings(int) - Method in class com.rollbar.api.payload.data.body.Trace
 
truncateStrings(int) - Method in class com.rollbar.api.payload.data.body.TraceChain
 
truncateStrings(int) - Method in class com.rollbar.api.payload.data.Client
 
truncateStrings(int) - Method in class com.rollbar.api.payload.data.Data
 
truncateStrings(int) - Method in class com.rollbar.api.payload.data.Notifier
 
truncateStrings(int) - Method in class com.rollbar.api.payload.data.Person
 
truncateStrings(int) - Method in class com.rollbar.api.payload.data.Request
 
truncateStrings(int) - Method in class com.rollbar.api.payload.data.Server
 
truncateStrings(int) - Method in class com.rollbar.api.payload.Payload
 
truncateStrings(int) - Method in interface com.rollbar.api.truncation.StringTruncatable
 
truncateStringsInList(List<String>, int) - Static method in class com.rollbar.api.truncation.TruncationHelper
Truncates all the strings in the list to the specified maximum length.
truncateStringsInMap(Map<String, Object>, int) - Static method in class com.rollbar.api.truncation.TruncationHelper
Truncates strings found in a map of objects.
truncateStringsInNestedMap(Map<String, Map<String, Object>>, int) - Static method in class com.rollbar.api.truncation.TruncationHelper
Truncates strings found in a map of maps of objects.
truncateStringsInObject(T, int) - Static method in class com.rollbar.api.truncation.TruncationHelper
Truncates the strings in the object implementing StringTruncatable.
truncateStringsInObjectList(List<Object>, int) - Static method in class com.rollbar.api.truncation.TruncationHelper
Truncates any strings in the list to the specified maximum length.
truncateStringsInStringListMap(Map<String, List<String>>, int) - Static method in class com.rollbar.api.truncation.TruncationHelper
Truncates strings found in a map of lists of strings.
truncateStringsInStringMap(Map<String, String>, int) - Static method in class com.rollbar.api.truncation.TruncationHelper
Truncates strings found in a map of strings.
TruncationHelper - Class in com.rollbar.api.truncation
 
TruncationHelper() - Constructor for class com.rollbar.api.truncation.TruncationHelper
 

U

Unstable - Annotation Type in com.rollbar.api.annotations
Classes and methods annotated with Unstable will likely change in ways that will break backwards compatibility, both at source and binary level.
url(String) - Method in class com.rollbar.api.payload.data.Request.Builder
The url of the request.
userIp(String) - Method in class com.rollbar.api.payload.data.Request.Builder
The ip address of the affected user.
username(String) - Method in class com.rollbar.api.payload.data.Person.Builder
The affected user's username.
uuid(String) - Method in class com.rollbar.api.payload.data.Data.Builder
Override the error UUID, unique to each project, used to deduplicate occurrences.

V

valueOf(String) - Static method in enum com.rollbar.api.payload.data.Level
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.rollbar.api.payload.data.Level
Returns an array containing the constants of this enum type, in the order they are declared.
version(String) - Method in class com.rollbar.api.payload.data.Notifier.Builder
The version of the notifier.
A B C D E F G H I J K L M N P Q R S T U V 
Skip navigation links