Uses of Class
org.robokind.impl.animation.messaging.PlayRequestRecord.Builder

Packages that use PlayRequestRecord.Builder
org.robokind.impl.animation.messaging   
 

Uses of PlayRequestRecord.Builder in org.robokind.impl.animation.messaging
 

Methods in org.robokind.impl.animation.messaging that return PlayRequestRecord.Builder
 PlayRequestRecord.Builder PlayRequestRecord.Builder.clearAnimationName()
          Clears the value of the 'animationName' field
 PlayRequestRecord.Builder PlayRequestRecord.Builder.clearAnimationVersionNumber()
          Clears the value of the 'animationVersionNumber' field
 PlayRequestRecord.Builder PlayRequestRecord.Builder.clearCurrentTimeMillisec()
          Clears the value of the 'currentTimeMillisec' field
 PlayRequestRecord.Builder PlayRequestRecord.Builder.clearDestinationId()
          Clears the value of the 'destinationId' field
 PlayRequestRecord.Builder PlayRequestRecord.Builder.clearSourceId()
          Clears the value of the 'sourceId' field
static PlayRequestRecord.Builder PlayRequestRecord.newBuilder()
          Creates a new PlayRequestRecord RecordBuilder
static PlayRequestRecord.Builder PlayRequestRecord.newBuilder(PlayRequestRecord.Builder other)
          Creates a new PlayRequestRecord RecordBuilder by copying an existing Builder
static PlayRequestRecord.Builder PlayRequestRecord.newBuilder(PlayRequestRecord other)
          Creates a new PlayRequestRecord RecordBuilder by copying an existing PlayRequestRecord instance
 PlayRequestRecord.Builder PlayRequestRecord.Builder.setAnimationName(String value)
          Sets the value of the 'animationName' field
 PlayRequestRecord.Builder PlayRequestRecord.Builder.setAnimationVersionNumber(String value)
          Sets the value of the 'animationVersionNumber' field
 PlayRequestRecord.Builder PlayRequestRecord.Builder.setCurrentTimeMillisec(long value)
          Sets the value of the 'currentTimeMillisec' field
 PlayRequestRecord.Builder PlayRequestRecord.Builder.setDestinationId(String value)
          Sets the value of the 'destinationId' field
 PlayRequestRecord.Builder PlayRequestRecord.Builder.setSourceId(String value)
          Sets the value of the 'sourceId' field
 

Methods in org.robokind.impl.animation.messaging with parameters of type PlayRequestRecord.Builder
static PlayRequestRecord.Builder PlayRequestRecord.newBuilder(PlayRequestRecord.Builder other)
          Creates a new PlayRequestRecord RecordBuilder by copying an existing Builder
 



Copyright © 2011-2013. All Rights Reserved.