Package de.brendamour.jpasskit
Class PKPass
java.lang.Object
de.brendamour.jpasskit.PKPass
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<PWAssociatedApp>protected Stringprotected Stringprotected PKBoardingPassprotected PKCouponprotected Stringprotected PKEventTicketprotected Instantprotected Stringprotected intprotected PKGenericPassprotected Stringprotected Stringprotected List<PKLocation>protected Stringprotected Longprotected PKNFCprotected Stringprotected Stringprotected Instantprotected PKSemanticsprotected Stringprotected booleanprotected PKStoreCardprotected Stringprotected booleanprotected URL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PKPassBuilderbuilder()static PKPassBuilderprotected PKPassclone()intgetNFC()booleanbooleanisVoided()toString()
-
Field Details
-
formatVersion
protected int formatVersion -
serialNumber
-
passTypeIdentifier
-
webServiceURL
-
authenticationToken
-
description
-
teamIdentifier
-
organizationName
-
logoText
-
foregroundColor
-
backgroundColor
-
labelColor
-
groupingIdentifier
-
beacons
-
locations
-
barcodes
-
eventTicket
-
coupon
-
storeCard
-
boardingPass
-
generic
-
appLaunchURL
-
associatedStoreIdentifiers
-
associatedApps
-
userInfo
-
maxDistance
-
relevantDate
-
expirationDate
-
voided
protected boolean voided -
nfc
-
sharingProhibited
protected boolean sharingProhibited -
semantics
-
-
Constructor Details
-
PKPass
protected PKPass()
-
-
Method Details
-
getSerialNumber
-
getPassTypeIdentifier
-
getWebServiceURL
-
getAppLaunchURL
-
getAuthenticationToken
-
getFormatVersion
public int getFormatVersion() -
getDescription
-
getTeamIdentifier
-
isVoided
public boolean isVoided() -
getOrganizationName
-
getUserInfo
-
getLogoText
-
getForegroundColor
-
getBackgroundColor
-
getBeacons
-
getMaxDistance
-
getLocations
-
getBarcodes
-
getEventTicket
-
getCoupon
-
getStoreCard
-
getBoardingPass
-
getGeneric
-
getLabelColor
-
getGroupingIdentifier
-
getAssociatedStoreIdentifiers
-
getAssociatedApps
-
getRelevantDate
-
getExpirationDate
-
getNFC
-
isSharingProhibited
public boolean isSharingProhibited() -
clone
-
toString
-
builder
-
builder
-