|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stackmob.sdkapi.SMUpdate
com.stackmob.sdkapi.SMSet
public class SMSet
A "set" update action. Sets the specified field to a new value.
| Constructor Summary | |
|---|---|
SMSet(String field,
SMValue value)
Creates a new set operation |
|
| Method Summary | |
|---|---|
String |
getField()
Gets the field on which to execute this action. |
SMValue |
getValue()
Gets the new value for the specified field |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SMSet(String field,
SMValue value)
field - the field on which to operatevalue - the new value for that field| Method Detail |
|---|
public String getField()
public SMValue getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||