Action.Metadata.Builder

public static class Action.Metadata.Builder extends Object

The builder for Action.Metadata.

Public Constructor Summary

Public Method Summary

Action.Metadata.Builder
setUpload(boolean uploadable)
Sets whether the action can be uploaded to the cloud.

Inherited Method Summary

Object
clone()
boolean
equals(Object arg0)
void
finalize()
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Constructors

public Builder ()

Public Methods

public Action.Metadata.Builder setUpload (boolean uploadable)

Sets whether the action can be uploaded to the cloud. The default is true.