Uses of Class
dev.vality.fistful.p2p_session.UserInteractionChangePayload._Fields
| Package | Description |
|---|---|
| dev.vality.fistful.p2p_session |
-
Uses of UserInteractionChangePayload._Fields in dev.vality.fistful.p2p_session
Fields in dev.vality.fistful.p2p_session with type parameters of type UserInteractionChangePayload._Fields Modifier and Type Field Description static Map<UserInteractionChangePayload._Fields,org.apache.thrift.meta_data.FieldMetaData>UserInteractionChangePayload. metaDataMapMethods in dev.vality.fistful.p2p_session that return UserInteractionChangePayload._Fields Modifier and Type Method Description protected UserInteractionChangePayload._FieldsUserInteractionChangePayload. enumForId(short id)UserInteractionChangePayload._FieldsUserInteractionChangePayload. fieldForId(int fieldId)static UserInteractionChangePayload._FieldsUserInteractionChangePayload._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static UserInteractionChangePayload._FieldsUserInteractionChangePayload._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static UserInteractionChangePayload._FieldsUserInteractionChangePayload._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.UserInteractionChangePayload._Fields[]UserInteractionChangePayload. getFields()static UserInteractionChangePayload._FieldsUserInteractionChangePayload._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static UserInteractionChangePayload._Fields[]UserInteractionChangePayload._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.fistful.p2p_session that return types with arguments of type UserInteractionChangePayload._Fields Modifier and Type Method Description Map<UserInteractionChangePayload._Fields,org.apache.thrift.meta_data.FieldMetaData>UserInteractionChangePayload. getFieldMetaData()Methods in dev.vality.fistful.p2p_session with parameters of type UserInteractionChangePayload._Fields Modifier and Type Method Description protected voidUserInteractionChangePayload. checkType(UserInteractionChangePayload._Fields setField, Object value)protected org.apache.thrift.protocol.TFieldUserInteractionChangePayload. getFieldDesc(UserInteractionChangePayload._Fields setField)Constructors in dev.vality.fistful.p2p_session with parameters of type UserInteractionChangePayload._Fields Constructor Description UserInteractionChangePayload(UserInteractionChangePayload._Fields setField, Object value)