Uses of Class
de.brendamour.jpasskit.PKPassBuilder
Packages that use PKPassBuilder
-
Uses of PKPassBuilder in de.brendamour.jpasskit
Methods in de.brendamour.jpasskit that return PKPassBuilderModifier and TypeMethodDescriptionPKPassBuilder.appLaunchURL(String appLaunchURL) PKPassBuilder.associatedAppBuilder(PWAssociatedAppBuilder associatedApp) PKPassBuilder.associatedApps(List<PWAssociatedApp> associatedApps) PKPassBuilder.associatedStoreIdentifier(Long associatedStoreIdentifier) PKPassBuilder.associatedStoreIdentifiers(List<Long> associatedStoreIdentifiers) PKPassBuilder.authenticationToken(String authenticationToken) PKPassBuilder.backgroundColor(Color backgroundColor) PKPassBuilder.backgroundColor(String backgroundColor) PKPassBuilder.barcodeBuilder(PKBarcodeBuilder barcode) PKPassBuilder.beaconsBuilder(PKBeaconBuilder beacon) static PKPassBuilderPKPass.builder()static PKPassBuilderPKPassBuilder.description(String description) PKPassBuilder.expirationDate(Instant expirationInstant) PKPassBuilder.expirationDate(Date expirationDate) Deprecated.PKPassBuilder.foregroundColor(Color foregroundColor) PKPassBuilder.foregroundColor(String foregroundColor) PKPassBuilder.formatVersion(int formatVersion) PKPassBuilder.groupingIdentifier(String groupingIdentifier) PKPassBuilder.labelColor(Color labelColor) PKPassBuilder.labelColor(String labelColor) PKPassBuilder.locationBuilder(PKLocationBuilder location) PKPassBuilder.locations(List<PKLocation> locations) PKPassBuilder.maxDistance(Long maxDistance) PKPassBuilder.organizationName(String organizationName) PKPassBuilder.pass(PKBoardingPass boardingPass) PKPassBuilder.pass(PKGenericPass generic) PKPassBuilder.pass(PKGenericPassBuilder pass) PKPassBuilder.passTypeIdentifier(String passTypeIdentifier) PKPassBuilder.relevantDate(Instant relevantInstant) PKPassBuilder.relevantDate(Date relevantDate) Deprecated.PKPassBuilder.semantics(PKSemantics semantics) PKPassBuilder.serialNumber(String serialNumber) PKPassBuilder.sharingProhibited(boolean sharingProhibited) PKPassBuilder.teamIdentifier(String teamIdentifier) PKPassBuilder.voided(boolean voided) PKPassBuilder.webServiceURL(URL webServiceURL)