public class Walletobjects.Issuer extends Object
| 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 and Description |
|---|
Issuer() |
| 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.
|
public Walletobjects.Issuer.Get get(Long resourceId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resourceId - The unique identifier for an issuer.IOExceptionpublic Walletobjects.Issuer.Insert insert(Issuer content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the IssuerIOExceptionpublic Walletobjects.Issuer.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic Walletobjects.Issuer.Patch patch(Long resourceId, Issuer content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resourceId - The unique identifier for an issuer.content - the IssuerIOExceptionpublic Walletobjects.Issuer.Update update(Long resourceId, Issuer content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resourceId - The unique identifier for an issuer.content - the IssuerIOExceptionCopyright © 2011–2025 Google. All rights reserved.