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

A

AbstractBase - Class in net.packet.pojo
Abstract base class for POJOs.
AbstractBase() - Constructor for class net.packet.pojo.AbstractBase
 
ACCEPT - Static variable in interface net.packet.http.HttpHeader
 
ACCEPT_HDR_FORMAT - Static variable in interface net.packet.Constants
 
acceptInvite(String) - Method in class net.packet.impl.PacketClient
 
acceptInvite(String) - Method in interface net.packet.Packet
To accept user invitation.
acceptTransfer(String) - Method in class net.packet.impl.PacketClient
 
acceptTransfer(String) - Method in interface net.packet.Packet
To accept project ownership transfer.
Action - Class in net.packet.pojo
Device actions type usage.
Action() - Constructor for class net.packet.pojo.Action
Constructor
Action(ActionType) - Constructor for class net.packet.pojo.Action
Constructor
ActionType - Enum in net.packet
Enumeration of Packet Device Action types.
addEmailAddress(Email) - Method in class net.packet.impl.PacketClient
 
addEmailAddress(Email) - Method in interface net.packet.Packet
Add email address to current user profile.
addPathParmas(Object[]) - Method in class net.packet.Request
 
AUTHORIZATION - Static variable in interface net.packet.http.HttpHeader
 

B

BillingCycle - Enum in net.packet
Enumeration of Packet billing cycles.
body(Object) - Method in class net.packet.Request
Adds request body
buildUri() - Method in class net.packet.Request
Returns the composed endpoint URI.

C

Constants - Interface in net.packet
Packet API client constants.
CONTENT_TYPE - Static variable in interface net.packet.http.HttpHeader
 
createDevice(String, Device) - Method in class net.packet.impl.PacketClient
 
createDevice(String, Device) - Method in interface net.packet.Packet
Creating new device on packet project.
createProject(Project) - Method in class net.packet.impl.PacketClient
 
createProject(Project) - Method in interface net.packet.Packet
Create a project on your packet account.
createSshKey(SshKey) - Method in class net.packet.impl.PacketClient
 
createSshKey(SshKey) - Method in interface net.packet.Packet
To create a new SSH key on packet account.

D

DATE_FORMAT - Static variable in interface net.packet.Constants
 
declineInvite(String) - Method in class net.packet.impl.PacketClient
 
declineInvite(String) - Method in interface net.packet.Packet
To decline user invitation.
declineTransfer(String) - Method in class net.packet.impl.PacketClient
 
declineTransfer(String) - Method in interface net.packet.Packet
To decline project ownership transfer.
deleteDevice(String) - Method in class net.packet.impl.PacketClient
 
deleteDevice(String) - Method in interface net.packet.Packet
To delete a device from Packet project and deprovisions it in packet datacenter.
deleteEmailAddress(String) - Method in class net.packet.impl.PacketClient
 
deleteEmailAddress(String) - Method in interface net.packet.Packet
To delete email address from current user profile.
deleteIpAddress(String) - Method in class net.packet.impl.PacketClient
 
deleteIpAddress(String) - Method in interface net.packet.Packet
To remove an IP reservation from the project.
deleteMembership(String) - Method in class net.packet.impl.PacketClient
 
deleteMembership(String) - Method in interface net.packet.Packet
To deletes a membership record and also it will remove the user from the project.
deleteProject(String) - Method in class net.packet.impl.PacketClient
 
deleteProject(String) - Method in interface net.packet.Packet
Deletes a device and de-provisions it in our datacenter.
deleteSshKey(String) - Method in class net.packet.impl.PacketClient
 
deleteSshKey(String) - Method in interface net.packet.Packet
To delete SSH key from packet account.
Device - Class in net.packet.pojo
Devices are the heart of the Packet ecosystem.
Device() - Constructor for class net.packet.pojo.Device
Constructor
Device(String, Plan, BillingCycle, OperatingSystem, Facility) - Constructor for class net.packet.pojo.Device
Constructor for initializing mandatory fields for create device
Devices - Class in net.packet.pojo
Devices represents the collection of device.
Devices() - Constructor for class net.packet.pojo.Devices
 
DeviceSerializer - Class in net.packet.serializer
Serializer for Device.
DeviceSerializer() - Constructor for class net.packet.serializer.DeviceSerializer
 
deviceTraffic(String, TrafficDirection, Date, Date) - Method in class net.packet.impl.PacketClient
 
deviceTraffic(String, TrafficDirection, Date, Date, MetricInterval, TrafficBucket) - Method in class net.packet.impl.PacketClient
 
deviceTraffic(String, TrafficDirection, Date, Date) - Method in interface net.packet.Packet
To get traffic information for device.
deviceTraffic(String, TrafficDirection, Date, Date, MetricInterval, TrafficBucket) - Method in interface net.packet.Packet
To get traffic information for device.

E

Email - Class in net.packet.pojo
Represents Email details.
Email() - Constructor for class net.packet.pojo.Email
Constructor
Email(String, Boolean) - Constructor for class net.packet.pojo.Email
Constructor
Email(String, String, Boolean) - Constructor for class net.packet.pojo.Email
Constructor
Endpoint - Enum in net.packet
Enumeration of Packet REST Endpoint(s) information.
Error - Class in net.packet.pojo
Error response.
Error() - Constructor for class net.packet.pojo.Error
 
Event - Class in net.packet.pojo
Represents Events details from Packet.
Event() - Constructor for class net.packet.pojo.Event
 
Events - Class in net.packet.pojo
Events represents the collections of event belongs to projects, devices, etc.
Events() - Constructor for class net.packet.pojo.Events
 

F

Facilities - Class in net.packet.pojo
Facilities represents the collection of Packet facility (aka data center) details.
Facilities() - Constructor for class net.packet.pojo.Facilities
 
Facility - Class in net.packet.pojo
Packet data center information, where you can provision Packet devices.
Facility() - Constructor for class net.packet.pojo.Facility
Constructor
Facility(String) - Constructor for class net.packet.pojo.Facility
Constructor
fromValue(String) - Static method in enum net.packet.ActionType
 
fromValue(String) - Static method in enum net.packet.BillingCycle
 
fromValue(int) - Static method in enum net.packet.IpFamily
 
fromValue(String) - Static method in enum net.packet.MetricInterval
 
fromValue(String) - Static method in enum net.packet.State
 
fromValue(String) - Static method in enum net.packet.TrafficBucket
 
fromValue(String) - Static method in enum net.packet.TrafficDirection
 

G

getAddress() - Method in class net.packet.pojo.Email
 
getAddress() - Method in class net.packet.pojo.Facility
 
getAddress() - Method in class net.packet.pojo.IpAddress
 
getAllErrors() - Method in class net.packet.pojo.Error
 
getAsDestination() - Method in class net.packet.pojo.Metric
 
getAssignedTo() - Method in class net.packet.pojo.IpAddress
 
getAssignments() - Method in class net.packet.pojo.IpAddress
 
getAsSource() - Method in class net.packet.pojo.Metric
 
getAvatarUrl() - Method in class net.packet.pojo.User
 
getBillingCycle() - Method in class net.packet.pojo.Device
 
getBody() - Method in class net.packet.pojo.Event
 
getBody() - Method in class net.packet.pojo.Notification
 
getBody() - Method in class net.packet.Request
 
getBondingMode() - Method in class net.packet.pojo.Device
 
getBytes() - Method in class net.packet.pojo.Metric
 
getCidr() - Method in class net.packet.pojo.IpAddress
 
getClassId() - Method in class net.packet.pojo.Metric
 
getClazz() - Method in enum net.packet.Endpoint
 
getClazz() - Method in class net.packet.Request
 
getCode() - Method in class net.packet.pojo.Facility
 
getComments() - Method in class net.packet.pojo.ReserveIpAddress
Optional one
getContext() - Method in class net.packet.pojo.Notification
 
getCount() - Method in class net.packet.pojo.SpecDetail
 
getCpus() - Method in class net.packet.pojo.Spec
 
getCreatedAt() - Method in class net.packet.pojo.Device
 
getCreatedAt() - Method in class net.packet.pojo.Event
 
getCreatedAt() - Method in class net.packet.pojo.Invitation
 
getCreatedAt() - Method in class net.packet.pojo.Membership
 
getCreatedAt() - Method in class net.packet.pojo.Notification
 
getCreatedAt() - Method in class net.packet.pojo.Project
 
getCreatedAt() - Method in class net.packet.pojo.SshKey
 
getCreatedAt() - Method in class net.packet.pojo.Transfer
 
getCreatedAt() - Method in class net.packet.pojo.User
 
getCreditAmount() - Method in class net.packet.pojo.User
 
getCurrentUser() - Method in class net.packet.impl.PacketClient
 
getCurrentUser() - Method in interface net.packet.Packet
To get current user information.
getData() - Method in class net.packet.Response
 
getDescription() - Method in class net.packet.pojo.Device
 
getDescription() - Method in class net.packet.pojo.Plan
 
getDevice(String) - Method in class net.packet.impl.PacketClient
 
getDevice(String) - Method in interface net.packet.Packet
To get single device information.
getDeviceEvents(String, Integer, Integer) - Method in class net.packet.impl.PacketClient
 
getDeviceEvents(String, Integer, Integer) - Method in interface net.packet.Packet
To fetch all the events belongs to particular device.
getDevices(String, Integer, Integer) - Method in class net.packet.impl.PacketClient
 
getDevices(String, Integer, Integer) - Method in interface net.packet.Packet
To get all available devices from your packet account on particular project.
getDevices() - Method in class net.packet.pojo.Devices
 
getDevices() - Method in class net.packet.pojo.Project
 
getDistro() - Method in class net.packet.pojo.OperatingSystem
 
getDrives() - Method in class net.packet.pojo.Spec
 
getEmail() - Method in class net.packet.pojo.User
 
getEmailAddress(String) - Method in class net.packet.impl.PacketClient
 
getEmailAddress(String) - Method in interface net.packet.Packet
To fetch one email address information.
getEmails() - Method in class net.packet.pojo.User
 
getEndpoint() - Method in class net.packet.Request
 
getEndpoint() - Method in class net.packet.Response
 
getError() - Method in class net.packet.pojo.Error
 
getErrors() - Method in class net.packet.pojo.Error
 
getEvent(String) - Method in class net.packet.impl.PacketClient
 
getEvent(String) - Method in interface net.packet.Packet
To get single event details.
getEvents(Date, Integer, Integer) - Method in class net.packet.impl.PacketClient
 
getEvents(Date, Integer, Integer) - Method in interface net.packet.Packet
Provides all the events from since date.
getEvents() - Method in class net.packet.pojo.Events
 
getFacilites(Integer, Integer) - Method in class net.packet.impl.PacketClient
 
getFacilites(Integer, Integer) - Method in interface net.packet.Packet
Provides a listing of available datacenters where you can provision Packet devices.
getFacilities() - Method in class net.packet.pojo.Facilities
 
getFacility() - Method in class net.packet.pojo.Device
 
getFamily() - Method in class net.packet.pojo.IpAddress
 
getFeatures() - Method in class net.packet.pojo.Device
 
getFeatures() - Method in class net.packet.pojo.Facility
 
getFeatures() - Method in class net.packet.pojo.Spec
 
getFingerprint() - Method in class net.packet.pojo.SshKey
 
getFirst() - Method in class net.packet.pojo.Meta
 
getFirstName() - Method in class net.packet.pojo.User
 
getFlows() - Method in class net.packet.pojo.Metric
 
getFullName() - Method in class net.packet.pojo.User
 
getGateway() - Method in class net.packet.pojo.IpAddress
 
getHostname() - Method in class net.packet.pojo.Device
 
getHour() - Method in class net.packet.pojo.Price
 
getHref() - Method in class net.packet.pojo.Device
 
getHref() - Method in class net.packet.pojo.Email
 
getHref() - Method in class net.packet.pojo.Event
 
getHref() - Method in class net.packet.pojo.Invitation
 
getHref() - Method in class net.packet.pojo.IpAddress
 
getHref() - Method in class net.packet.pojo.Link
 
getHref() - Method in class net.packet.pojo.Membership
 
getHref() - Method in class net.packet.pojo.Notification
 
getHref() - Method in class net.packet.pojo.Project
 
getHref() - Method in class net.packet.pojo.SshKey
 
getHref() - Method in class net.packet.pojo.Transfer
 
getHref() - Method in class net.packet.pojo.User
 
getHttpStatusCode() - Method in exception net.packet.exception.PacketException
 
getId() - Method in exception net.packet.exception.PacketException
 
getId() - Method in class net.packet.pojo.Device
 
getId() - Method in class net.packet.pojo.Email
 
getId() - Method in class net.packet.pojo.Event
 
getId() - Method in class net.packet.pojo.Facility
 
getId() - Method in class net.packet.pojo.Invitation
 
getId() - Method in class net.packet.pojo.IpAddress
 
getId() - Method in class net.packet.pojo.Membership
 
getId() - Method in class net.packet.pojo.Notification
 
getId() - Method in class net.packet.pojo.Plan
 
getId() - Method in class net.packet.pojo.Project
 
getId() - Method in class net.packet.pojo.SshKey
 
getId() - Method in class net.packet.pojo.Transfer
 
getId() - Method in class net.packet.pojo.User
 
getInterpolated() - Method in class net.packet.pojo.Event
 
getInvitations() - Method in class net.packet.pojo.Project
 
getInvite(String) - Method in class net.packet.impl.PacketClient
 
getInvite(String) - Method in interface net.packet.Packet
To get particular invite details.
getInvitedBy() - Method in class net.packet.pojo.Invitation
 
getInvitee() - Method in class net.packet.pojo.Invitation
 
getIpAddress(String) - Method in class net.packet.impl.PacketClient
 
getIpAddress(String) - Method in interface net.packet.Packet
To get particular IP Address details.
getIpAddress() - Method in class net.packet.pojo.Device
 
getIpAddresses(String) - Method in class net.packet.impl.PacketClient
 
getIpAddresses(String) - Method in interface net.packet.Packet
To get all available IP Addresses form packet project.
getIpAddresses() - Method in class net.packet.pojo.IpAddresses
 
getIpDestination() - Method in class net.packet.pojo.Metric
 
getIpProtocol() - Method in class net.packet.pojo.Metric
 
getIpSource() - Method in class net.packet.pojo.Metric
 
getIqn() - Method in class net.packet.pojo.Device
 
getKey() - Method in class net.packet.pojo.SshKey
 
getLabel() - Method in class net.packet.pojo.SshKey
 
getLast() - Method in class net.packet.pojo.Meta
 
getLastName() - Method in class net.packet.pojo.User
 
getLine() - Method in class net.packet.pojo.Plan
 
getMacDestination() - Method in class net.packet.pojo.Metric
 
getMacSource() - Method in class net.packet.pojo.Metric
 
getMaxDevices() - Method in class net.packet.pojo.Project
 
getMaxProjects() - Method in class net.packet.pojo.User
 
getMembers() - Method in class net.packet.pojo.Project
 
getMembership(String) - Method in class net.packet.impl.PacketClient
 
getMembership(String) - Method in interface net.packet.Packet
To get project membership details.
getMembership() - Method in class net.packet.pojo.Transfer
 
getMemberships() - Method in class net.packet.pojo.Project
 
getMemory() - Method in class net.packet.pojo.Spec
 
getMessage() - Method in class net.packet.pojo.Invitation
 
getMeta() - Method in class net.packet.pojo.Devices
 
getMeta() - Method in class net.packet.pojo.Events
 
getMeta() - Method in class net.packet.pojo.Facilities
 
getMeta() - Method in class net.packet.pojo.IpAddresses
 
getMeta() - Method in class net.packet.pojo.Metrics
 
getMeta() - Method in class net.packet.pojo.Notifications
 
getMeta() - Method in class net.packet.pojo.OperatingSystems
 
getMeta() - Method in class net.packet.pojo.Plans
 
getMeta() - Method in class net.packet.pojo.Projects
 
getMeta() - Method in class net.packet.pojo.SshKeys
 
getMeta() - Method in class net.packet.pojo.Users
 
getMethod() - Method in enum net.packet.Endpoint
 
getMethod() - Method in class net.packet.http.methods.HttpDelete
 
getMethod() - Method in class net.packet.Request
 
getMetrics() - Method in class net.packet.pojo.Metrics
 
getName() - Method in class net.packet.pojo.Facility
 
getName() - Method in class net.packet.pojo.OperatingSystem
 
getName() - Method in class net.packet.pojo.Plan
 
getName() - Method in class net.packet.pojo.Project
 
getNetmask() - Method in class net.packet.pojo.IpAddress
 
getNetwork() - Method in class net.packet.pojo.IpAddress
 
getNext() - Method in class net.packet.pojo.Meta
 
getNics() - Method in class net.packet.pojo.Spec
 
getNotification(String) - Method in class net.packet.impl.PacketClient
 
getNotification(String) - Method in interface net.packet.Packet
To get single notification details.
getNotifications(Date, Boolean, Integer, Integer) - Method in class net.packet.impl.PacketClient
 
getNotifications(Date, Boolean, Integer, Integer) - Method in interface net.packet.Packet
To fetch all the notification from packet account.
getNotifications() - Method in class net.packet.pojo.Notifications
 
getOperatingSystem() - Method in class net.packet.pojo.Device
 
getOperatingSystems(Integer, Integer) - Method in class net.packet.impl.PacketClient
 
getOperatingSystems(Integer, Integer) - Method in interface net.packet.Packet
Provides a listing of available operating systems to provision your new device with.
getOperatingSystems() - Method in class net.packet.pojo.OperatingSystems
 
getPackets() - Method in class net.packet.pojo.Metric
 
getPath() - Method in enum net.packet.Endpoint
 
getPath() - Method in class net.packet.Request
 
getPathParams() - Method in class net.packet.Request
 
getPaymentMethod() - Method in class net.packet.pojo.Project
 
getPaymentMethodId() - Method in class net.packet.pojo.Project
 
getPhoneNumber() - Method in class net.packet.pojo.User
 
getPlan() - Method in class net.packet.pojo.Device
 
getPlans(Integer, Integer) - Method in class net.packet.impl.PacketClient
 
getPlans(Integer, Integer) - Method in interface net.packet.Packet
Provides a listing of available services plans available to provision your device on.
getPlans() - Method in class net.packet.pojo.Plans
 
getPortDestination() - Method in class net.packet.pojo.Metric
 
getPortSource() - Method in class net.packet.pojo.Metric
 
getPrevious() - Method in class net.packet.pojo.Meta
 
getPricing() - Method in class net.packet.pojo.Plan
 
getProject(String) - Method in class net.packet.impl.PacketClient
 
getProject(String) - Method in interface net.packet.Packet
Provides single project object.
getProject() - Method in class net.packet.pojo.Device
 
getProject() - Method in class net.packet.pojo.Invitation
 
getProject() - Method in class net.packet.pojo.Membership
 
getProject() - Method in class net.packet.pojo.Transfer
 
getProjectEvents(String, Integer, Integer) - Method in class net.packet.impl.PacketClient
 
getProjectEvents(String, Integer, Integer) - Method in interface net.packet.Packet
To fetch all the events belongs to particular project.
getProjectLite() - Method in class net.packet.pojo.Device
 
getProjects(Integer, Integer) - Method in class net.packet.impl.PacketClient
 
getProjects(Integer, Integer) - Method in interface net.packet.Packet
Projects are a way to group devices and grant users access to them.
getProjects() - Method in class net.packet.pojo.Projects
 
getProvisionableOn() - Method in class net.packet.pojo.OperatingSystem
 
getProvisioningPercentage() - Method in class net.packet.pojo.Device
 
getQuantity() - Method in class net.packet.pojo.ReserveIpAddress
Value might be 1, 2, 4, 8, 16, 32, 64, 128, 256
getQueryParams() - Method in class net.packet.Request
 
getRelationships() - Method in class net.packet.pojo.Event
 
getRoles() - Method in class net.packet.pojo.Invitation
 
getRoles() - Method in class net.packet.pojo.Membership
 
getRootPassword() - Method in class net.packet.pojo.Device
Packet provides root password for each server you provision for 24 hours.
getSelf() - Method in class net.packet.pojo.Meta
 
getSeverity() - Method in class net.packet.pojo.Notification
 
getShortId() - Method in class net.packet.pojo.Device
 
getShortId() - Method in class net.packet.pojo.User
 
getSize() - Method in class net.packet.pojo.SpecDetail
 
getSlug() - Method in class net.packet.pojo.OperatingSystem
 
getSlug() - Method in class net.packet.pojo.Plan
 
getSpecs() - Method in class net.packet.pojo.Plan
 
getSshKey(String) - Method in class net.packet.impl.PacketClient
 
getSshKey(String) - Method in interface net.packet.Packet
To get single SSH key details.
getSshKeys(Integer, Integer) - Method in class net.packet.impl.PacketClient
 
getSshKeys(Integer, Integer) - Method in interface net.packet.Packet
To get all the available SSH keys from packet account.
getSshKeys() - Method in class net.packet.pojo.Project
 
getSshKeys() - Method in class net.packet.pojo.SshKeys
 
getStampInserted() - Method in class net.packet.pojo.Metric
 
getStampUpdated() - Method in class net.packet.pojo.Metric
 
getState() - Method in class net.packet.pojo.Device
 
getTag() - Method in class net.packet.pojo.Metric
 
getTags() - Method in class net.packet.pojo.Device
 
getTcpFlags() - Method in class net.packet.pojo.Metric
 
getTimezone() - Method in class net.packet.pojo.User
 
getTos() - Method in class net.packet.pojo.Metric
 
getTotal() - Method in class net.packet.pojo.Meta
 
getTransferInfo(String) - Method in class net.packet.impl.PacketClient
 
getTransferInfo(String) - Method in interface net.packet.Packet
Get the project transfer information.
getTwofactorAuth() - Method in class net.packet.pojo.User
 
getType() - Method in class net.packet.pojo.Action
 
getType() - Method in class net.packet.pojo.Event
 
getType() - Method in class net.packet.pojo.Notification
 
getType() - Method in class net.packet.pojo.ReserveIpAddress
One of the following: public_ipv4 or global_ipv4
getType() - Method in class net.packet.pojo.SpecDetail
 
getUpdatedAt() - Method in class net.packet.pojo.Device
 
getUpdatedAt() - Method in class net.packet.pojo.Invitation
 
getUpdatedAt() - Method in class net.packet.pojo.Membership
 
getUpdatedAt() - Method in class net.packet.pojo.Notification
 
getUpdatedAt() - Method in class net.packet.pojo.Project
 
getUpdatedAt() - Method in class net.packet.pojo.SshKey
 
getUpdatedAt() - Method in class net.packet.pojo.Transfer
 
getUpdatedAt() - Method in class net.packet.pojo.User
 
getUser(String) - Method in class net.packet.impl.PacketClient
 
getUser(String) - Method in interface net.packet.Packet
To get single user information.
getUser() - Method in class net.packet.pojo.Device
 
getUser() - Method in class net.packet.pojo.Membership
 
getUser() - Method in class net.packet.pojo.Notification
 
getUser() - Method in class net.packet.pojo.SshKey
 
getUserdata() - Method in class net.packet.pojo.Device
 
getUsers(Integer, Integer) - Method in class net.packet.impl.PacketClient
 
getUsers(Integer, Integer) - Method in interface net.packet.Packet
To get all the available users information.
getUsers() - Method in class net.packet.pojo.Users
 
getValue() - Method in enum net.packet.ActionType
 
getValue() - Method in enum net.packet.BillingCycle
 
getValue() - Method in enum net.packet.IpFamily
 
getValue() - Method in enum net.packet.MetricInterval
 
getValue() - Method in enum net.packet.State
 
getValue() - Method in enum net.packet.TrafficBucket
 
getValue() - Method in enum net.packet.TrafficDirection
 
getVerifiedAt() - Method in class net.packet.pojo.User
 
getVersion() - Method in class net.packet.pojo.OperatingSystem
 
getVlan() - Method in class net.packet.pojo.Metric
 

H

HOSTNAME - Static variable in interface net.packet.Constants
 
HttpDelete - Class in net.packet.http.methods
Custom delete HTTP client method with Payload support.
HttpDelete(URI) - Constructor for class net.packet.http.methods.HttpDelete
 
HttpDelete(String) - Constructor for class net.packet.http.methods.HttpDelete
 
HttpErrorException - Exception in net.packet.exception
Exception will be thrown if any REST API request is unsuccessful.
HttpErrorException() - Constructor for exception net.packet.exception.HttpErrorException
 
HttpErrorException(String) - Constructor for exception net.packet.exception.HttpErrorException
 
HttpErrorException(String, Throwable) - Constructor for exception net.packet.exception.HttpErrorException
 
HttpErrorException(Throwable) - Constructor for exception net.packet.exception.HttpErrorException
 
HttpHeader - Interface in net.packet.http
Packet API client HTTP Header Names.
HttpMethod - Enum in net.packet.http
Enumeration of HTTP Methods.

I

include(String) - Method in class net.packet.Request
Adds packet API include options
Invitation - Class in net.packet.pojo
Represents project invitation.
Invitation() - Constructor for class net.packet.pojo.Invitation
Constructor
Invitation(String, String, List<String>) - Constructor for class net.packet.pojo.Invitation
Constructor
invite(String, Invitation) - Method in class net.packet.impl.PacketClient
 
invite(String, Invitation) - Method in interface net.packet.Packet
Inviting a user to the project or adding user to the project.
IpAddress - Class in net.packet.pojo
Represents packet IP address, family and private or public network.
IpAddress() - Constructor for class net.packet.pojo.IpAddress
 
IpAddresses - Class in net.packet.pojo
IP Addresses represents collections IP Address that belongs to the Project.
IpAddresses() - Constructor for class net.packet.pojo.IpAddresses
 
IpFamily - Enum in net.packet
Enumeration of IP family to represent IP V4 and V6 classification.
isBodyExists() - Method in class net.packet.Request
Returns to ture if body exists otherwise false
isDataExists() - Method in class net.packet.Response
To check response has body or not
isDefault() - Method in class net.packet.pojo.Email
 
isLocked() - Method in class net.packet.pojo.Device
 
isManageable() - Method in class net.packet.pojo.IpAddress
 
isManagement() - Method in class net.packet.pojo.IpAddress
 
isOwner() - Method in class net.packet.pojo.Membership
 
isPublic() - Method in class net.packet.pojo.IpAddress
 
isRaid() - Method in class net.packet.pojo.SpecDetail
 
isRead() - Method in class net.packet.pojo.Notification
 
isRequestSuccess() - Method in class net.packet.Response
 
isRole(String) - Method in class net.packet.pojo.Membership
Check give roles is present
isTxt() - Method in class net.packet.pojo.SpecDetail
 

K

KEY_INCLUDE - Static variable in interface net.packet.http.QueryParam
 
KEY_PAGE - Static variable in interface net.packet.http.QueryParam
 
KEY_PER_PAGE - Static variable in interface net.packet.http.QueryParam
 

L

Link - Class in net.packet.pojo
Link ("href") reference use.
Link() - Constructor for class net.packet.pojo.Link
 

M

main(String[]) - Static method in class net.packet.samplemain.SampleMain
 
MEDIA_TYPE_JSON - Static variable in interface net.packet.Constants
 
Membership - Class in net.packet.pojo
Membership for the project.
Membership() - Constructor for class net.packet.pojo.Membership
Constructor
Membership(String, List<String>) - Constructor for class net.packet.pojo.Membership
Constructor
Meta - Class in net.packet.pojo
Meta is used for pagination details.
Meta() - Constructor for class net.packet.pojo.Meta
 
Metric - Class in net.packet.pojo
Metric for device traffic details.
Metric() - Constructor for class net.packet.pojo.Metric
 
MetricInterval - Enum in net.packet
Enumeration of Metric Interval used to get traffic metric into groups.
Metrics - Class in net.packet.pojo
Collection of metrics.
Metrics() - Constructor for class net.packet.pojo.Metrics
 

N

net.packet - package net.packet
 
net.packet.exception - package net.packet.exception
 
net.packet.http - package net.packet.http
 
net.packet.http.methods - package net.packet.http.methods
 
net.packet.impl - package net.packet.impl
 
net.packet.pojo - package net.packet.pojo
 
net.packet.samplemain - package net.packet.samplemain
 
net.packet.serializer - package net.packet.serializer
 
Notification - Class in net.packet.pojo
Represents Notification details from Packet.
Notification() - Constructor for class net.packet.pojo.Notification
 
Notifications - Class in net.packet.pojo
Represents collection of Notifications.
Notifications() - Constructor for class net.packet.pojo.Notifications
 

O

OperatingSystem - Class in net.packet.pojo
Represents packet device operating system details.
OperatingSystem() - Constructor for class net.packet.pojo.OperatingSystem
Constructor
OperatingSystem(String) - Constructor for class net.packet.pojo.OperatingSystem
Constructor
OperatingSystems - Class in net.packet.pojo
OperatingSystems represents the collection of OS details.
OperatingSystems() - Constructor for class net.packet.pojo.OperatingSystems
 

P

Packet - Interface in net.packet
Packet API client interface of REST APIs.
PacketClient - Class in net.packet.impl
Packet API client implementation.
PacketClient(String, String) - Constructor for class net.packet.impl.PacketClient
Constructor for creating Packet API Client Instance.
PacketClient(String, String, CloseableHttpClient) - Constructor for class net.packet.impl.PacketClient
Constructor for creating Packet API Client Instance with HTTP Client.
PacketException - Exception in net.packet.exception
Exception will be thrown, while API request had an interruption.
PacketException(String) - Constructor for exception net.packet.exception.PacketException
 
PacketException(String, Throwable) - Constructor for exception net.packet.exception.PacketException
 
PacketException(String, String, int) - Constructor for exception net.packet.exception.PacketException
 
page(Integer) - Method in class net.packet.Request
Adds page no into the request
perPage(Integer) - Method in class net.packet.Request
Adds per page count into the request
Plan - Class in net.packet.pojo
Packet service plan details.
Plan() - Constructor for class net.packet.pojo.Plan
Constructor
Plan(String) - Constructor for class net.packet.pojo.Plan
Constructor
Plans - Class in net.packet.pojo
Plans represents the collections of Packet Plan.
Plans() - Constructor for class net.packet.pojo.Plans
 
powerOffDevice(String) - Method in class net.packet.impl.PacketClient
 
powerOffDevice(String) - Method in interface net.packet.Packet
To turn-off power on your device.
powerOnDevice(String) - Method in class net.packet.impl.PacketClient
 
powerOnDevice(String) - Method in interface net.packet.Packet
To power on your device.
Price - Class in net.packet.pojo
Packet price details of hourly and daily.
Price() - Constructor for class net.packet.pojo.Price
 
Project - Class in net.packet.pojo
Project represents group of Servers, Networks and Storages.
Project() - Constructor for class net.packet.pojo.Project
Constructor
Project(String, String) - Constructor for class net.packet.pojo.Project
Convenient Constructor for create project
Project(String, String, String) - Constructor for class net.packet.pojo.Project
Convenient Constructor for create project
Projects - Class in net.packet.pojo
Projects represents the collection project details.
Projects() - Constructor for class net.packet.pojo.Projects
 
ProjectSerializer - Class in net.packet.serializer
Serializer for Project.
ProjectSerializer() - Constructor for class net.packet.serializer.ProjectSerializer
 

Q

QueryParam - Interface in net.packet.http
Packet API client Query parameter names.
queryParam(String, String) - Method in class net.packet.Request
Adds URL query parameter into the request

R

rebootDevice(String) - Method in class net.packet.impl.PacketClient
 
rebootDevice(String) - Method in interface net.packet.Packet
To reboot device normally.
Request - Class in net.packet
Request is used to compose Packet REST API request values.
Request() - Constructor for class net.packet.Request
Constructor
Request(Endpoint) - Constructor for class net.packet.Request
Constructor
Request(Endpoint, Object[]) - Constructor for class net.packet.Request
Constructor
rescueDevice(String) - Method in class net.packet.impl.PacketClient
 
rescueDevice(String) - Method in interface net.packet.Packet
To reboot the device into rescue OS.
reserveIpAddress(String, ReserveIpAddress) - Method in class net.packet.impl.PacketClient
 
reserveIpAddress(String, ReserveIpAddress) - Method in interface net.packet.Packet
Reserve/Request more IP address for a project.
ReserveIpAddress - Class in net.packet.pojo
ReserveIpAddress is used to reserve an IP address from Packet.
ReserveIpAddress() - Constructor for class net.packet.pojo.ReserveIpAddress
Constructor
ReserveIpAddress(String, Integer, String) - Constructor for class net.packet.pojo.ReserveIpAddress
Constructor
Response - Class in net.packet
Response holds Packet REST API response values.
Response(Endpoint, Object, boolean) - Constructor for class net.packet.Response
Constructor

S

SampleMain - Class in net.packet.samplemain
 
SampleMain() - Constructor for class net.packet.samplemain.SampleMain
 
serialize(Device, Type, JsonSerializationContext) - Method in class net.packet.serializer.DeviceSerializer
 
serialize(Project, Type, JsonSerializationContext) - Method in class net.packet.serializer.ProjectSerializer
 
setAddress(String) - Method in class net.packet.pojo.Email
 
setAddress(String) - Method in class net.packet.pojo.Facility
 
setAddress(String) - Method in class net.packet.pojo.IpAddress
 
setAsDestination(Integer) - Method in class net.packet.pojo.Metric
 
setAssignedTo(Link) - Method in class net.packet.pojo.IpAddress
 
setAssignments(List<Link>) - Method in class net.packet.pojo.IpAddress
 
setAsSource(Integer) - Method in class net.packet.pojo.Metric
 
setAvatarUrl(String) - Method in class net.packet.pojo.User
 
setBillingCycle(BillingCycle) - Method in class net.packet.pojo.Device
 
setBody(String) - Method in class net.packet.pojo.Event
 
setBody(String) - Method in class net.packet.pojo.Notification
 
setBondingMode(Integer) - Method in class net.packet.pojo.Device
 
setBytes(Integer) - Method in class net.packet.pojo.Metric
 
setCidr(int) - Method in class net.packet.pojo.IpAddress
 
setClassId(String) - Method in class net.packet.pojo.Metric
 
setCode(String) - Method in class net.packet.pojo.Facility
 
setComments(String) - Method in class net.packet.pojo.ReserveIpAddress
Optional one
setContext(Map<String, String>) - Method in class net.packet.pojo.Notification
 
setCount(int) - Method in class net.packet.pojo.SpecDetail
 
setCpus(List<SpecDetail>) - Method in class net.packet.pojo.Spec
 
setCreatedAt(Date) - Method in class net.packet.pojo.Device
 
setCreatedAt(Date) - Method in class net.packet.pojo.Event
 
setCreatedAt(Date) - Method in class net.packet.pojo.Invitation
 
setCreatedAt(Date) - Method in class net.packet.pojo.Membership
 
setCreatedAt(Date) - Method in class net.packet.pojo.Notification
 
setCreatedAt(Date) - Method in class net.packet.pojo.Project
 
setCreatedAt(Date) - Method in class net.packet.pojo.SshKey
 
setCreatedAt(Date) - Method in class net.packet.pojo.Transfer
 
setCreatedAt(Date) - Method in class net.packet.pojo.User
 
setCreditAmount(BigDecimal) - Method in class net.packet.pojo.User
 
setDefault(Boolean) - Method in class net.packet.pojo.Email
 
setDescription(String) - Method in class net.packet.pojo.Device
 
setDescription(String) - Method in class net.packet.pojo.Plan
 
setDevices(List<Device>) - Method in class net.packet.pojo.Devices
 
setDevices(List<Link>) - Method in class net.packet.pojo.Project
 
setDistro(String) - Method in class net.packet.pojo.OperatingSystem
 
setDrives(List<SpecDetail>) - Method in class net.packet.pojo.Spec
 
setEmail(String) - Method in class net.packet.pojo.User
 
setEmails(List<Link>) - Method in class net.packet.pojo.User
 
setError(String) - Method in class net.packet.pojo.Error
 
setErrors(List<String>) - Method in class net.packet.pojo.Error
 
setEvents(List<Event>) - Method in class net.packet.pojo.Events
 
setFacilities(List<Facility>) - Method in class net.packet.pojo.Facilities
 
setFacility(Facility) - Method in class net.packet.pojo.Device
 
setFamily(IpFamily) - Method in class net.packet.pojo.IpAddress
 
setFeatures(Map<String, String>) - Method in class net.packet.pojo.Device
 
setFeatures(List<String>) - Method in class net.packet.pojo.Facility
 
setFeatures(SpecDetail) - Method in class net.packet.pojo.Spec
 
setFingerprint(String) - Method in class net.packet.pojo.SshKey
 
setFirst(Link) - Method in class net.packet.pojo.Meta
 
setFirstName(String) - Method in class net.packet.pojo.User
 
setFlows(Integer) - Method in class net.packet.pojo.Metric
 
setFullName(String) - Method in class net.packet.pojo.User
 
setGateway(String) - Method in class net.packet.pojo.IpAddress
 
setHostname(String) - Method in class net.packet.pojo.Device
 
setHour(BigDecimal) - Method in class net.packet.pojo.Price
 
setHref(String) - Method in class net.packet.pojo.Device
 
setHref(String) - Method in class net.packet.pojo.Email
 
setHref(String) - Method in class net.packet.pojo.Event
 
setHref(String) - Method in class net.packet.pojo.Invitation
 
setHref(String) - Method in class net.packet.pojo.IpAddress
 
setHref(String) - Method in class net.packet.pojo.Link
 
setHref(String) - Method in class net.packet.pojo.Membership
 
setHref(String) - Method in class net.packet.pojo.Notification
 
setHref(String) - Method in class net.packet.pojo.Project
 
setHref(String) - Method in class net.packet.pojo.SshKey
 
setHref(String) - Method in class net.packet.pojo.Transfer
 
setHref(String) - Method in class net.packet.pojo.User
 
setId(String) - Method in class net.packet.pojo.Device
 
setId(String) - Method in class net.packet.pojo.Email
 
setId(String) - Method in class net.packet.pojo.Event
 
setId(String) - Method in class net.packet.pojo.Facility
 
setId(String) - Method in class net.packet.pojo.Invitation
 
setId(String) - Method in class net.packet.pojo.IpAddress
 
setId(String) - Method in class net.packet.pojo.Membership
 
setId(String) - Method in class net.packet.pojo.Notification
 
setId(String) - Method in class net.packet.pojo.Plan
 
setId(String) - Method in class net.packet.pojo.Project
 
setId(String) - Method in class net.packet.pojo.SshKey
 
setId(String) - Method in class net.packet.pojo.Transfer
 
setId(String) - Method in class net.packet.pojo.User
 
setInterpolated(String) - Method in class net.packet.pojo.Event
 
setInvitations(List<Link>) - Method in class net.packet.pojo.Project
 
setInvitedBy(Link) - Method in class net.packet.pojo.Invitation
 
setInvitee(String) - Method in class net.packet.pojo.Invitation
 
setIpAddress(List<IpAddress>) - Method in class net.packet.pojo.Device
 
setIpAddresses(List<IpAddress>) - Method in class net.packet.pojo.IpAddresses
 
setIpDestination(String) - Method in class net.packet.pojo.Metric
 
setIpProtocol(Integer) - Method in class net.packet.pojo.Metric
 
setIpSource(String) - Method in class net.packet.pojo.Metric
 
setIqn(String) - Method in class net.packet.pojo.Device
 
setKey(String) - Method in class net.packet.pojo.SshKey
 
setLabel(String) - Method in class net.packet.pojo.SshKey
 
setLast(Link) - Method in class net.packet.pojo.Meta
 
setLastName(String) - Method in class net.packet.pojo.User
 
setLine(String) - Method in class net.packet.pojo.Plan
 
setLocked(Boolean) - Method in class net.packet.pojo.Device
 
setMacDestination(String) - Method in class net.packet.pojo.Metric
 
setMacSource(String) - Method in class net.packet.pojo.Metric
 
setManageable(Boolean) - Method in class net.packet.pojo.IpAddress
 
setManagement(Boolean) - Method in class net.packet.pojo.IpAddress
 
setMaxDevices(Map<String, Integer>) - Method in class net.packet.pojo.Project
 
setMaxProjects(Integer) - Method in class net.packet.pojo.User
 
setMembers(List<Link>) - Method in class net.packet.pojo.Project
 
setMembership(Link) - Method in class net.packet.pojo.Transfer
 
setMemberships(List<Link>) - Method in class net.packet.pojo.Project
 
setMemory(SpecDetail) - Method in class net.packet.pojo.Spec
 
setMessage(String) - Method in class net.packet.pojo.Invitation
 
setMeta(Meta) - Method in class net.packet.pojo.Devices
 
setMeta(Meta) - Method in class net.packet.pojo.Events
 
setMeta(Meta) - Method in class net.packet.pojo.Facilities
 
setMeta(Meta) - Method in class net.packet.pojo.IpAddresses
 
setMeta(Meta) - Method in class net.packet.pojo.Metrics
 
setMeta(Meta) - Method in class net.packet.pojo.Notifications
 
setMeta(Meta) - Method in class net.packet.pojo.OperatingSystems
 
setMeta(Meta) - Method in class net.packet.pojo.Plans
 
setMeta(Meta) - Method in class net.packet.pojo.Projects
 
setMeta(Meta) - Method in class net.packet.pojo.SshKeys
 
setMeta(Meta) - Method in class net.packet.pojo.Users
 
setMetrics(List<Metric>) - Method in class net.packet.pojo.Metrics
 
setName(String) - Method in class net.packet.pojo.Facility
 
setName(String) - Method in class net.packet.pojo.OperatingSystem
 
setName(String) - Method in class net.packet.pojo.Plan
 
setName(String) - Method in class net.packet.pojo.Project
 
setNetmask(String) - Method in class net.packet.pojo.IpAddress
 
setNetwork(String) - Method in class net.packet.pojo.IpAddress
 
setNext(Link) - Method in class net.packet.pojo.Meta
 
setNics(List<SpecDetail>) - Method in class net.packet.pojo.Spec
 
setNotifications(List<Notification>) - Method in class net.packet.pojo.Notifications
 
setOperatingSystem(OperatingSystem) - Method in class net.packet.pojo.Device
 
setOperatingSystems(List<OperatingSystem>) - Method in class net.packet.pojo.OperatingSystems
 
setOwner(Boolean) - Method in class net.packet.pojo.Membership
 
setPackets(Integer) - Method in class net.packet.pojo.Metric
 
setPaymentMethod(Link) - Method in class net.packet.pojo.Project
 
setPaymentMethodId(String) - Method in class net.packet.pojo.Project
 
setPhoneNumber(String) - Method in class net.packet.pojo.User
 
setPlan(Plan) - Method in class net.packet.pojo.Device
 
setPlans(List<Plan>) - Method in class net.packet.pojo.Plans
 
setPortDestination(Integer) - Method in class net.packet.pojo.Metric
 
setPortSource(Integer) - Method in class net.packet.pojo.Metric
 
setPrevious(Link) - Method in class net.packet.pojo.Meta
 
setPricing(Price) - Method in class net.packet.pojo.Plan
 
setProject(Link) - Method in class net.packet.pojo.Device
 
setProject(Link) - Method in class net.packet.pojo.Invitation
 
setProject(Link) - Method in class net.packet.pojo.Membership
 
setProject(Link) - Method in class net.packet.pojo.Transfer
 
setProjectLite(Link) - Method in class net.packet.pojo.Device
 
setProjects(List<Project>) - Method in class net.packet.pojo.Projects
 
setProvisionableOn(List<String>) - Method in class net.packet.pojo.OperatingSystem
 
setProvisioningPercentage(double) - Method in class net.packet.pojo.Device
 
setPublic(boolean) - Method in class net.packet.pojo.IpAddress
 
setQuantity(Integer) - Method in class net.packet.pojo.ReserveIpAddress
Value might be 1, 2, 4, 8, 16, 32, 64, 128, 256
setRaid(boolean) - Method in class net.packet.pojo.SpecDetail
 
setRead(Boolean) - Method in class net.packet.pojo.Notification
 
setRelationships(List<Link>) - Method in class net.packet.pojo.Event
 
setRoles(List<String>) - Method in class net.packet.pojo.Invitation
 
setRoles(List<String>) - Method in class net.packet.pojo.Membership
 
setRootPassword(String) - Method in class net.packet.pojo.Device
 
setSelf(Link) - Method in class net.packet.pojo.Meta
 
setSeverity(String) - Method in class net.packet.pojo.Notification
 
setShortId(String) - Method in class net.packet.pojo.Device
 
setShortId(String) - Method in class net.packet.pojo.User
 
setSize(String) - Method in class net.packet.pojo.SpecDetail
 
setSlug(String) - Method in class net.packet.pojo.OperatingSystem
 
setSlug(String) - Method in class net.packet.pojo.Plan
 
setSpecs(Spec) - Method in class net.packet.pojo.Plan
 
setSshKeys(List<Link>) - Method in class net.packet.pojo.Project
 
setSshKeys(List<SshKey>) - Method in class net.packet.pojo.SshKeys
 
setStampInserted(Date) - Method in class net.packet.pojo.Metric
 
setStampUpdated(Date) - Method in class net.packet.pojo.Metric
 
setState(State) - Method in class net.packet.pojo.Device
 
setTag(Integer) - Method in class net.packet.pojo.Metric
 
setTags(List<String>) - Method in class net.packet.pojo.Device
 
setTcpFlags(Integer) - Method in class net.packet.pojo.Metric
 
setTimezone(String) - Method in class net.packet.pojo.User
 
setTos(Integer) - Method in class net.packet.pojo.Metric
 
setTotal(Integer) - Method in class net.packet.pojo.Meta
 
setTwofactorAuth(String) - Method in class net.packet.pojo.User
 
setTxt(boolean) - Method in class net.packet.pojo.SpecDetail
 
setType(ActionType) - Method in class net.packet.pojo.Action
 
setType(String) - Method in class net.packet.pojo.Event
 
setType(String) - Method in class net.packet.pojo.Notification
 
setType(String) - Method in class net.packet.pojo.ReserveIpAddress
One of the following: public_ipv4 or global_ipv4
setType(String) - Method in class net.packet.pojo.SpecDetail
 
setUpdatedAt(Date) - Method in class net.packet.pojo.Device
 
setUpdatedAt(Date) - Method in class net.packet.pojo.Invitation
 
setUpdatedAt(Date) - Method in class net.packet.pojo.Membership
 
setUpdatedAt(Date) - Method in class net.packet.pojo.Notification
 
setUpdatedAt(Date) - Method in class net.packet.pojo.Project
 
setUpdatedAt(Date) - Method in class net.packet.pojo.SshKey
 
setUpdatedAt(Date) - Method in class net.packet.pojo.Transfer
 
setUpdatedAt(Date) - Method in class net.packet.pojo.User
 
setUser(String) - Method in class net.packet.pojo.Device
 
setUser(Link) - Method in class net.packet.pojo.Membership
 
setUser(Link) - Method in class net.packet.pojo.Notification
 
setUser(Link) - Method in class net.packet.pojo.SshKey
 
setUserdata(String) - Method in class net.packet.pojo.Device
 
setUsers(List<User>) - Method in class net.packet.pojo.Users
 
setVerifiedAt(Date) - Method in class net.packet.pojo.User
 
setVersion(String) - Method in class net.packet.pojo.OperatingSystem
 
setVlan(Integer) - Method in class net.packet.pojo.Metric
 
Spec - Class in net.packet.pojo
Spec represents values of NICs, Drives, Features, CPUs, Memory, etc.
Spec() - Constructor for class net.packet.pojo.Spec
 
SpecDetail - Class in net.packet.pojo
SpecDetail is used in Spec to represents values of NICs, Drives, Features, CPUs, Memory, etc.
SpecDetail() - Constructor for class net.packet.pojo.SpecDetail
 
SshKey - Class in net.packet.pojo
Represents Packet SSH Key values.
SshKey() - Constructor for class net.packet.pojo.SshKey
Constructor
SshKey(String, String) - Constructor for class net.packet.pojo.SshKey
Constructor
SshKey(String, String, String) - Constructor for class net.packet.pojo.SshKey
Constructor
SshKeys - Class in net.packet.pojo
SshKeys represents the collection of SSH Keys from an account.
SshKeys() - Constructor for class net.packet.pojo.SshKeys
 
State - Enum in net.packet
Enumeration of Packet Resource Status.

T

toString() - Method in enum net.packet.ActionType
 
toString() - Method in enum net.packet.BillingCycle
 
toString() - Method in enum net.packet.IpFamily
 
toString() - Method in enum net.packet.MetricInterval
 
toString() - Method in class net.packet.pojo.AbstractBase
 
toString() - Method in class net.packet.Response
 
toString() - Method in enum net.packet.State
 
toString() - Method in enum net.packet.TrafficBucket
 
toString() - Method in enum net.packet.TrafficDirection
 
TrafficBucket - Enum in net.packet
Enumeration of Traffic Bucket classifications (internal & external).
TrafficDirection - Enum in net.packet
Enumeration of Traffic Direction type (inbound & outbound).
Transfer - Class in net.packet.pojo
Represents Project Transfer request detail.
Transfer() - Constructor for class net.packet.pojo.Transfer
 
transferProject(String, String) - Method in class net.packet.impl.PacketClient
 
transferProject(String, String) - Method in interface net.packet.Packet
Project owners can transfer ownership of their projects to other members.

U

updateCurrentUser(User) - Method in class net.packet.impl.PacketClient
 
updateCurrentUser(User) - Method in interface net.packet.Packet
To update current user information.
updateDevice(Device) - Method in class net.packet.impl.PacketClient
 
updateDevice(Device) - Method in interface net.packet.Packet
To update device details on packet project.
updateEmailAddress(Email) - Method in class net.packet.impl.PacketClient
 
updateEmailAddress(Email) - Method in interface net.packet.Packet
To update email address to default address or non-default.
updateMembership(Membership) - Method in class net.packet.impl.PacketClient
 
updateMembership(Membership) - Method in interface net.packet.Packet
To update membership details.
updateNotification(Notification) - Method in class net.packet.impl.PacketClient
 
updateNotification(Notification) - Method in interface net.packet.Packet
To update single notification.
updateProject(Project) - Method in class net.packet.impl.PacketClient
 
updateProject(Project) - Method in interface net.packet.Packet
Updates a project information.
updateSshKey(SshKey) - Method in class net.packet.impl.PacketClient
 
updateSshKey(SshKey) - Method in interface net.packet.Packet
To update existing SSH key on packet account.
URI_SCHEME - Static variable in interface net.packet.Constants
 
User - Class in net.packet.pojo
User details of Packet.net.
User() - Constructor for class net.packet.pojo.User
 
USER_AGENT - Static variable in interface net.packet.Constants
 
USER_AGENT - Static variable in interface net.packet.http.HttpHeader
 
Users - Class in net.packet.pojo
Users represents the collection User information.
Users() - Constructor for class net.packet.pojo.Users
 
UTC_TIMEZONE - Static variable in interface net.packet.Constants
 
UTF_8 - Static variable in interface net.packet.Constants
 

V

valueOf(String) - Static method in enum net.packet.ActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.packet.BillingCycle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.packet.Endpoint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.packet.http.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.packet.IpFamily
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.packet.MetricInterval
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.packet.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.packet.TrafficBucket
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.packet.TrafficDirection
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.packet.ActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.packet.BillingCycle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.packet.Endpoint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.packet.http.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.packet.IpFamily
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.packet.MetricInterval
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.packet.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.packet.TrafficBucket
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.packet.TrafficDirection
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 K L M N O P Q R S T U V 
Skip navigation links