public class PKPass extends Object implements Cloneable, Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
PKPass() |
protected int formatVersion
protected String serialNumber
protected String passTypeIdentifier
protected URL webServiceURL
protected String authenticationToken
protected String description
protected String teamIdentifier
protected String organizationName
protected String logoText
protected String foregroundColor
protected String backgroundColor
protected String labelColor
protected String groupingIdentifier
protected List<PKLocation> locations
protected PKEventTicket eventTicket
protected PKCoupon coupon
protected PKStoreCard storeCard
protected PKBoardingPass boardingPass
protected PKGenericPass generic
protected String appLaunchURL
protected List<PWAssociatedApp> associatedApps
protected Long maxDistance
protected Instant relevantDate
protected Instant expirationDate
protected boolean voided
protected PKNFC nfc
protected boolean sharingProhibited
protected PKSemantics semantics
public String getSerialNumber()
public String getPassTypeIdentifier()
public URL getWebServiceURL()
public String getAppLaunchURL()
public String getAuthenticationToken()
public int getFormatVersion()
public String getDescription()
public String getTeamIdentifier()
public boolean isVoided()
public String getOrganizationName()
public String getLogoText()
public String getForegroundColor()
public String getBackgroundColor()
public Long getMaxDistance()
public List<PKLocation> getLocations()
public PKEventTicket getEventTicket()
public PKCoupon getCoupon()
public PKStoreCard getStoreCard()
public PKBoardingPass getBoardingPass()
public PKGenericPass getGeneric()
public String getLabelColor()
public String getGroupingIdentifier()
public List<PWAssociatedApp> getAssociatedApps()
public Instant getRelevantDate()
public Instant getExpirationDate()
public PKNFC getNFC()
public boolean isSharingProhibited()
public static PKPassBuilder builder()
public static PKPassBuilder builder(PKPass pass)
Copyright © 2012–2022. All rights reserved.