| Package | Description |
|---|---|
| com.google.api.services.walletobjects.model |
| Modifier and Type | Method and Description |
|---|---|
Uri |
Uri.clone() |
Uri |
OfferClass.getHelpUri()
The help link for the offer, such as `http://myownpersonaldomain.com/help`
|
Uri |
OfferClass.getHomepageUri()
The URI of your application's home page.
|
Uri |
FlightClass.getHomepageUri()
The URI of your application's home page.
|
Uri |
TransitClass.getHomepageUri()
The URI of your application's home page.
|
Uri |
GiftCardClass.getHomepageUri()
The URI of your application's home page.
|
Uri |
EventTicketClass.getHomepageUri()
The URI of your application's home page.
|
Uri |
LoyaltyClass.getHomepageUri()
The URI of your application's home page.
|
Uri |
DiscoverableProgramMerchantSigninInfo.getSigninWebsite()
The URL to direct the user to for the merchant's signin site.
|
Uri |
DiscoverableProgramMerchantSignupInfo.getSignupWebsite()
The URL to direct the user to for the merchant's signup site.
|
Uri |
AppLinkDataAppLinkInfoAppTarget.getTargetUri()
URI for AppTarget.
|
Uri |
Uri.set(String fieldName,
Object value) |
Uri |
Uri.setDescription(String description)
The URI's title appearing in the app as text.
|
Uri |
Uri.setId(String id)
The ID associated with a uri.
|
Uri |
Uri.setKind(String kind)
Identifies what kind of resource this is.
|
Uri |
Uri.setLocalizedDescription(LocalizedString localizedDescription)
Translated strings for the description.
|
Uri |
Uri.setUri(String uri)
The location of a web page, image, or other resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<Uri> |
LinksModuleData.getUris()
The list of URIs.
|
| Modifier and Type | Method and Description |
|---|---|
OfferClass |
OfferClass.setHelpUri(Uri helpUri)
The help link for the offer, such as `http://myownpersonaldomain.com/help`
|
OfferClass |
OfferClass.setHomepageUri(Uri homepageUri)
The URI of your application's home page.
|
FlightClass |
FlightClass.setHomepageUri(Uri homepageUri)
The URI of your application's home page.
|
TransitClass |
TransitClass.setHomepageUri(Uri homepageUri)
The URI of your application's home page.
|
GiftCardClass |
GiftCardClass.setHomepageUri(Uri homepageUri)
The URI of your application's home page.
|
EventTicketClass |
EventTicketClass.setHomepageUri(Uri homepageUri)
The URI of your application's home page.
|
LoyaltyClass |
LoyaltyClass.setHomepageUri(Uri homepageUri)
The URI of your application's home page.
|
DiscoverableProgramMerchantSigninInfo |
DiscoverableProgramMerchantSigninInfo.setSigninWebsite(Uri signinWebsite)
The URL to direct the user to for the merchant's signin site.
|
DiscoverableProgramMerchantSignupInfo |
DiscoverableProgramMerchantSignupInfo.setSignupWebsite(Uri signupWebsite)
The URL to direct the user to for the merchant's signup site.
|
AppLinkDataAppLinkInfoAppTarget |
AppLinkDataAppLinkInfoAppTarget.setTargetUri(Uri targetUri)
URI for AppTarget.
|
| Modifier and Type | Method and Description |
|---|---|
LinksModuleData |
LinksModuleData.setUris(List<Uri> uris)
The list of URIs.
|
Copyright © 2011–2025 Google. All rights reserved.