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.IOException
public Walletobjects.Issuer.Insert insert(Issuer content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the Issuer
IOException
public Walletobjects.Issuer.List list() throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.IOException
public 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 Issuer
IOException
public 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 Issuer
IOException
Copyright © 2011–2024 Google. All rights reserved.