public class

Field

extends Object
implements JsonSerializable
java.lang.Object
   ↳ com.urbanairship.wallet.Field

Class Overview

Defines a field that can be sent up when fetching a Pass.

Summary

Nested Classes
class Field.Builder Builds the Field object. 
Public Methods
static Field.Builder newBuilder()
Creates a new Builder instance.
JsonValue toJsonValue()
Returns the objects represented as a JsonValue.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.urbanairship.json.JsonSerializable

Public Methods

public static Field.Builder newBuilder ()

Creates a new Builder instance.

Returns
  • The new Builder instance.

public JsonValue toJsonValue ()

Returns the objects represented as a JsonValue.

Returns
  • The object as a JsonValue.

public String toString ()