TrueUpdate Manager Specification 0.1.6

Uses of Class
net.java.trueupdate.manager.spec.UpdateMessage.Type

Uses of UpdateMessage.Type in net.java.trueupdate.manager.spec
 

Methods in net.java.trueupdate.manager.spec that return UpdateMessage.Type
 UpdateMessage.Type UpdateMessage.Type.failureResponse()
          Returns the corresponding *_FAILURE_RESPONSE if and only if this is a *_REQUEST type.
 UpdateMessage.Type UpdateMessage.Type.successResponse()
          Returns the corresponding *_SUCCESS_RESPONSE if and only if this is a *_REQUEST type.
 UpdateMessage.Type UpdateMessage.type()
          Returns the update message type.
static UpdateMessage.Type UpdateMessage.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UpdateMessage.Type[] UpdateMessage.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.java.trueupdate.manager.spec with parameters of type UpdateMessage.Type
 UpdateMessage UpdateMessage.type(UpdateMessage.Type type)
          Returns an update message with the given update message type.
 UpdateMessage.Builder UpdateMessage.Builder.type(UpdateMessage.Type type)
           
 


TrueUpdate Manager Specification 0.1.6

Copyright © 2013 Stimulus Software. All rights reserved.