
target.apidocs.com.google.api.services.walletobjects.model.IssuerContactInfo.html Maven / Gradle / Ivy
IssuerContactInfo (Google Wallet API v1-rev20241017-2.0.0)
com.google.api.services.walletobjects.model
Class IssuerContactInfo
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.walletobjects.model.IssuerContactInfo
-
public final class IssuerContactInfo
extends com.google.api.client.json.GenericJson
Model definition for IssuerContactInfo.
This is the Java data model class that specifies how to parse/serialize into the JSON that is
transmitted over HTTP when working with the Google Wallet API. For a detailed explanation see:
https://developers.google.com/api-client-library/java/google-http-java-client/json
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
IssuerContactInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
IssuerContactInfo
clone()
List<String>
getAlertsEmails()
Email addresses which will receive alerts.
String
getEmail()
The primary contact email address.
String
getName()
The primary contact name.
String
getPhone()
The primary contact phone number.
IssuerContactInfo
set(String fieldName,
Object value)
IssuerContactInfo
setAlertsEmails(List<String> alertsEmails)
Email addresses which will receive alerts.
IssuerContactInfo
setEmail(String email)
The primary contact email address.
IssuerContactInfo
setName(String name)
The primary contact name.
IssuerContactInfo
setPhone(String phone)
The primary contact phone number.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getAlertsEmails
public List<String> getAlertsEmails()
Email addresses which will receive alerts.
- Returns:
- value or
null
for none
-
setAlertsEmails
public IssuerContactInfo setAlertsEmails(List<String> alertsEmails)
Email addresses which will receive alerts.
- Parameters:
alertsEmails
- alertsEmails or null
for none
-
getEmail
public String getEmail()
The primary contact email address.
- Returns:
- value or
null
for none
-
setEmail
public IssuerContactInfo setEmail(String email)
The primary contact email address.
- Parameters:
email
- email or null
for none
-
getName
public String getName()
The primary contact name.
- Returns:
- value or
null
for none
-
setName
public IssuerContactInfo setName(String name)
The primary contact name.
- Parameters:
name
- name or null
for none
-
getPhone
public String getPhone()
The primary contact phone number.
- Returns:
- value or
null
for none
-
setPhone
public IssuerContactInfo setPhone(String phone)
The primary contact phone number.
- Parameters:
phone
- phone or null
for none
-
set
public IssuerContactInfo set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public IssuerContactInfo clone()
- Overrides:
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy