public final class PushSource extends Object
| Constructor and Description |
|---|
PushSource(PushSourceEnum enumeration)
Creates an instance of enumeration.
|
| Modifier and Type | Method and Description |
|---|---|
PushSourceEnum |
enumeration()
Returns the attribute enumeration.
|
void |
enumeration(PushSourceEnum enumeration)
Sets the attribute enumeration.
|
boolean |
equals(Object obj) |
static PushSource |
fromString(String valInString)
Returns the object of pushSource fromString input String pushSource.
|
int |
hashCode() |
static PushSource |
of(PushSourceEnum value)
Returns the object of pushSource for type enumeration.
|
String |
toString() |
public PushSource(PushSourceEnum enumeration)
enumeration - value of enumerationpublic static PushSource of(PushSourceEnum value)
value - value of pushSource for type enumerationpublic PushSourceEnum enumeration()
public void enumeration(PushSourceEnum enumeration)
enumeration - value of enumerationpublic static PushSource fromString(String valInString)
valInString - value of input StringCopyright © 2018. All rights reserved.