A B C D E G I L S T V

A

API_ACTION - Enum in com.notedpath.linode
Enumeration of available API actions the Linode API supports
availableDatacenters() - Method in class com.notedpath.linode.Linode
Executes and returns the response for the avail.datacenters method
availableDistributions() - Method in class com.notedpath.linode.Linode
Executes and returns the response for the avail.distributions method
availableKernels() - Method in class com.notedpath.linode.Linode
Executes and returns the response for the avail.kernels method
availableLinodePlans() - Method in class com.notedpath.linode.Linode
Executes and returns the response for the avail.linodeplans method

B

batchExecute(List<LinodeRequest>) - Method in class com.notedpath.linode.Linode
Batch API requests.

C

com.notedpath.linode - package com.notedpath.linode
 

D

domainCreate(String...) - Method in class com.notedpath.linode.Linode
Executes and returns the response for the domain.create method

E

execute(API_ACTION, String...) - Method in class com.notedpath.linode.Linode
Executes and returns the response for the specified API action

G

getAction() - Method in class com.notedpath.linode.LinodeRequest
 
getAction() - Method in class com.notedpath.linode.LinodeResponse
Action value
getActionName() - Method in enum com.notedpath.linode.API_ACTION
 
getApiEndPoint() - Method in class com.notedpath.linode.Linode
 
getApiKey() - Method in class com.notedpath.linode.Linode
 
getData() - Method in class com.notedpath.linode.LinodeResponse
Get the data as an object (could be JSONArray or JSONObject
getDataAsJSONArray() - Method in class com.notedpath.linode.LinodeResponse
Data as JSONArray
getDataAsJSONObject() - Method in class com.notedpath.linode.LinodeResponse
Data as JSONObject
getErrorArray() - Method in class com.notedpath.linode.LinodeResponse
returns JSONArray of errors
getJSON() - Method in class com.notedpath.linode.LinodeResponse
 
getParameters() - Method in class com.notedpath.linode.LinodeRequest
 

I

isDebug() - Method in class com.notedpath.linode.Linode
 

L

Linode - Class in com.notedpath.linode
Linode API client written in Java.
Linode(String) - Constructor for class com.notedpath.linode.Linode
Create a Linode client with the specified API key
Linode(String, boolean) - Constructor for class com.notedpath.linode.Linode
Create a Linode client with specified API key and debug setting
LinodeRequest - Class in com.notedpath.linode
Linode API request
LinodeRequest() - Constructor for class com.notedpath.linode.LinodeRequest
 
LinodeRequest(API_ACTION, String...) - Constructor for class com.notedpath.linode.LinodeRequest
Parameterized constructor
LinodeResponse - Class in com.notedpath.linode
Response from an Linode API call
LinodeResponse(JSONObject) - Constructor for class com.notedpath.linode.LinodeResponse
 

S

setAction(API_ACTION) - Method in class com.notedpath.linode.LinodeRequest
 
setApiEndPoint(String) - Method in class com.notedpath.linode.Linode
 
setApiKey(String) - Method in class com.notedpath.linode.Linode
 
setDebug(boolean) - Method in class com.notedpath.linode.Linode
 
setParameters(String...) - Method in class com.notedpath.linode.LinodeRequest
 

T

testEcho(String...) - Method in class com.notedpath.linode.Linode
Executes and returns the response for the test.echo method

V

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

A B C D E G I L S T V

Copyright © 2009. All Rights Reserved.