
target.apidocs.com.google.api.services.walletobjects.Walletobjects.Issuer.html Maven / Gradle / Ivy
Walletobjects.Issuer (Google Wallet API v1-rev20241017-2.0.0)
com.google.api.services.walletobjects
Class Walletobjects.Issuer
- java.lang.Object
-
- com.google.api.services.walletobjects.Walletobjects.Issuer
-
- Enclosing class:
- Walletobjects
public class Walletobjects.Issuer
extends Object
The "issuer" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Walletobjects.Issuer.Get
class
Walletobjects.Issuer.Insert
class
Walletobjects.Issuer.List
class
Walletobjects.Issuer.Patch
class
Walletobjects.Issuer.Update
-
Constructor Summary
Constructors
Constructor and Description
Issuer()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Walletobjects.Issuer.Get
get(Long resourceId)
Returns the issuer with the given issuer ID.
Walletobjects.Issuer.Insert
insert(Issuer content)
Inserts an issuer with the given ID and properties.
Walletobjects.Issuer.List
list()
Returns a list of all issuers shared to the caller.
Walletobjects.Issuer.Patch
patch(Long resourceId,
Issuer content)
Updates the issuer referenced by the given issuer ID.
Walletobjects.Issuer.Update
update(Long resourceId,
Issuer content)
Updates the issuer referenced by the given issuer ID.
-
-
Method Detail
-
get
public Walletobjects.Issuer.Get get(Long resourceId)
throws IOException
Returns the issuer with the given issuer ID.
Create a request for the method "issuer.get".
This request holds the parameters needed by the walletobjects server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
resourceId
- The unique identifier for an issuer.
- Returns:
- the request
- Throws:
IOException
-
insert
public Walletobjects.Issuer.Insert insert(Issuer content)
throws IOException
Inserts an issuer with the given ID and properties.
Create a request for the method "issuer.insert".
This request holds the parameters needed by the walletobjects server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
content
- the Issuer
- Returns:
- the request
- Throws:
IOException
-
list
public Walletobjects.Issuer.List list()
throws IOException
Returns a list of all issuers shared to the caller.
Create a request for the method "issuer.list".
This request holds the parameters needed by the walletobjects server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Returns:
- the request
- Throws:
IOException
-
patch
public Walletobjects.Issuer.Patch patch(Long resourceId,
Issuer content)
throws IOException
Updates the issuer referenced by the given issuer ID. This method supports patch semantics.
Create a request for the method "issuer.patch".
This request holds the parameters needed by the walletobjects server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
resourceId
- The unique identifier for an issuer.
content
- the Issuer
- Returns:
- the request
- Throws:
IOException
-
update
public Walletobjects.Issuer.Update update(Long resourceId,
Issuer content)
throws IOException
Updates the issuer referenced by the given issuer ID.
Create a request for the method "issuer.update".
This request holds the parameters needed by the walletobjects server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
resourceId
- The unique identifier for an issuer.
content
- the Issuer
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy