A B C D E F G H I P R S U V

A

auth(String, String, String) - Method in class br.com.tempest.sentinelapi.Context
 

B

br.com.tempest.sentinelapi - package br.com.tempest.sentinelapi
 

C

Capabilities - Enum in br.com.tempest.sentinelapi
 
confirmDevice(String, String, String, int) - Method in class br.com.tempest.sentinelapi.Context
 
Context - Class in br.com.tempest.sentinelapi
 
Context(HttpService) - Constructor for class br.com.tempest.sentinelapi.Context
 
Context(String, String) - Constructor for class br.com.tempest.sentinelapi.Context
 
createDevice(String, String, Capabilities[]) - Method in class br.com.tempest.sentinelapi.Context
 
createProcess(String, boolean) - Method in class br.com.tempest.sentinelapi.Context
 
createProcess(String) - Method in class br.com.tempest.sentinelapi.Context
 
createUser(String, String, List<Device>) - Method in class br.com.tempest.sentinelapi.Context
 

D

delete(String) - Method in class br.com.tempest.sentinelapi.HttpService
 
deleteDevice(String, int) - Method in class br.com.tempest.sentinelapi.Context
 
Device - Class in br.com.tempest.sentinelapi
 
Device() - Constructor for class br.com.tempest.sentinelapi.Device
 
Device(String, Capabilities[]) - Constructor for class br.com.tempest.sentinelapi.Device
 
DomainException - Exception in br.com.tempest.sentinelapi
 
DomainException(List<Error>) - Constructor for exception br.com.tempest.sentinelapi.DomainException
 

E

Error - Class in br.com.tempest.sentinelapi
 
Error() - Constructor for class br.com.tempest.sentinelapi.Error
 
ErrorCollection - Class in br.com.tempest.sentinelapi
 
ErrorCollection() - Constructor for class br.com.tempest.sentinelapi.ErrorCollection
 

F

findDevice(String, int) - Method in class br.com.tempest.sentinelapi.Context
 
findProcess(String) - Method in class br.com.tempest.sentinelapi.Context
 
findUser(String) - Method in class br.com.tempest.sentinelapi.Context
 

G

get(String) - Method in class br.com.tempest.sentinelapi.HttpService
 
getAuthAttemptsLeft() - Method in class br.com.tempest.sentinelapi.Process
 
getCapabilities() - Method in class br.com.tempest.sentinelapi.Device
 
getConfirmedAt() - Method in class br.com.tempest.sentinelapi.Device
 
getCreatedAt() - Method in class br.com.tempest.sentinelapi.Process
 
getDeveloperMessage() - Method in class br.com.tempest.sentinelapi.Error
 
getDevices() - Method in class br.com.tempest.sentinelapi.User
 
getErrorCode() - Method in class br.com.tempest.sentinelapi.Error
 
getErrors() - Method in exception br.com.tempest.sentinelapi.DomainException
 
getErrors() - Method in class br.com.tempest.sentinelapi.ErrorCollection
 
getId() - Method in class br.com.tempest.sentinelapi.Device
 
getId() - Method in class br.com.tempest.sentinelapi.User
 
getName() - Method in class br.com.tempest.sentinelapi.User
 
getNumber() - Method in class br.com.tempest.sentinelapi.Device
 
getPasscodeAttemptsLeft() - Method in class br.com.tempest.sentinelapi.Process
 
getToken() - Method in class br.com.tempest.sentinelapi.Process
 
getUpdatedAt() - Method in class br.com.tempest.sentinelapi.Process
 
getUser() - Method in class br.com.tempest.sentinelapi.Process
 
getUserMessage() - Method in class br.com.tempest.sentinelapi.Error
 
getUsername() - Method in class br.com.tempest.sentinelapi.User
 

H

HttpService - Class in br.com.tempest.sentinelapi
 
HttpService(String, String) - Constructor for class br.com.tempest.sentinelapi.HttpService
 
HttpService(String, String, String) - Constructor for class br.com.tempest.sentinelapi.HttpService
 

I

InfraException - Exception in br.com.tempest.sentinelapi
 
InfraException(String) - Constructor for exception br.com.tempest.sentinelapi.InfraException
 
isAuthorized() - Method in class br.com.tempest.sentinelapi.Process
 

P

post(String, Object) - Method in class br.com.tempest.sentinelapi.HttpService
 
Process - Class in br.com.tempest.sentinelapi
 
Process() - Constructor for class br.com.tempest.sentinelapi.Process
 
put(String, Object) - Method in class br.com.tempest.sentinelapi.HttpService
 

R

ResourceNotFoundException - Exception in br.com.tempest.sentinelapi
 
ResourceNotFoundException() - Constructor for exception br.com.tempest.sentinelapi.ResourceNotFoundException
 

S

sendPasscode(String, int, String, Capabilities) - Method in class br.com.tempest.sentinelapi.Context
 
setCapabilities(Capabilities[]) - Method in class br.com.tempest.sentinelapi.Device
 
setConfirmedAt(Date) - Method in class br.com.tempest.sentinelapi.Device
 
setData(Map<String, String>) - Method in class br.com.tempest.sentinelapi.Process
 
setDeveloperMessage(String) - Method in class br.com.tempest.sentinelapi.Error
 
setDevices(List<Device>) - Method in class br.com.tempest.sentinelapi.User
 
setErrorCode(String) - Method in class br.com.tempest.sentinelapi.Error
 
setErrors(List<Error>) - Method in exception br.com.tempest.sentinelapi.DomainException
 
setErrors(List<Error>) - Method in class br.com.tempest.sentinelapi.ErrorCollection
 
setId(int) - Method in class br.com.tempest.sentinelapi.Device
 
setId(int) - Method in class br.com.tempest.sentinelapi.User
 
setName(String) - Method in class br.com.tempest.sentinelapi.User
 
setNumber(String) - Method in class br.com.tempest.sentinelapi.Device
 
setUserMessage(String) - Method in class br.com.tempest.sentinelapi.Error
 
setUsername(String) - Method in class br.com.tempest.sentinelapi.User
 

U

UnauthorizedRequestException - Exception in br.com.tempest.sentinelapi
 
UnauthorizedRequestException() - Constructor for exception br.com.tempest.sentinelapi.UnauthorizedRequestException
 
updateDevice(String, Device) - Method in class br.com.tempest.sentinelapi.Context
 
updateUser(User) - Method in class br.com.tempest.sentinelapi.Context
 
updateUser(User, boolean) - Method in class br.com.tempest.sentinelapi.Context
 
User - Class in br.com.tempest.sentinelapi
 
User() - Constructor for class br.com.tempest.sentinelapi.User
 
User(String, String, List<Device>) - Constructor for class br.com.tempest.sentinelapi.User
 

V

valueOf(String) - Static method in enum br.com.tempest.sentinelapi.Capabilities
Returns the enum constant of this type with the specified name.
values() - Static method in enum br.com.tempest.sentinelapi.Capabilities
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D E F G H I P R S U V

Copyright © 2015. All rights reserved.