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

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

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

Methods in org.mechio.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(java.lang.String value)
          Sets the value of the 'animationName' field
 PlayRequestRecord.Builder PlayRequestRecord.Builder.setAnimationVersionNumber(java.lang.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(java.lang.String value)
          Sets the value of the 'destinationId' field
 PlayRequestRecord.Builder PlayRequestRecord.Builder.setSourceId(java.lang.String value)
          Sets the value of the 'sourceId' field
 

Methods in org.mechio.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-2014. All Rights Reserved.