public class Walletobjects.Genericobject extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Walletobjects.Genericobject.Addmessage |
class |
Walletobjects.Genericobject.Get |
class |
Walletobjects.Genericobject.Insert |
class |
Walletobjects.Genericobject.List |
class |
Walletobjects.Genericobject.Patch |
class |
Walletobjects.Genericobject.Update |
| Constructor and Description |
|---|
Genericobject() |
| Modifier and Type | Method and Description |
|---|---|
Walletobjects.Genericobject.Addmessage |
addmessage(String resourceId,
AddMessageRequest content)
Adds a message to the generic object referenced by the given object ID.
|
Walletobjects.Genericobject.Get |
get(String resourceId)
Returns the generic object with the given object ID.
|
Walletobjects.Genericobject.Insert |
insert(GenericObject content)
Inserts a generic object with the given ID and properties.
|
Walletobjects.Genericobject.List |
list()
Returns a list of all generic objects for a given issuer ID.
|
Walletobjects.Genericobject.Patch |
patch(String resourceId,
GenericObject content)
Updates the generic object referenced by the given object ID.
|
Walletobjects.Genericobject.Update |
update(String resourceId,
GenericObject content)
Updates the generic object referenced by the given object ID.
|
public Walletobjects.Genericobject.Addmessage addmessage(String resourceId, AddMessageRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resourceId - The unique identifier for an object. This ID must be unique across all classes from an issuer. This
value should follow the format issuer ID. identifier where the former is issued by Google
and latter is chosen by you. Your unique identifier should only include alphanumeric
characters, '.', '_', or '-'.content - the AddMessageRequestIOExceptionpublic Walletobjects.Genericobject.Get get(String resourceId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resourceId - The unique identifier for an object. This ID must be unique across all objects from an issuer. This
value needs to follow the format `issuerID.identifier` where `issuerID` is issued by
Google and `identifier` is chosen by you. The unique identifier can only include
alphanumeric characters, `.`, `_`, or `-`.IOExceptionpublic Walletobjects.Genericobject.Insert insert(GenericObject content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the GenericObjectIOExceptionpublic Walletobjects.Genericobject.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic Walletobjects.Genericobject.Patch patch(String resourceId, GenericObject content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resourceId - The unique identifier for an object. This ID must be unique across all objects from an issuer. This
value needs to follow the format `issuerID.identifier` where `issuerID` is issued by
Google and `identifier` is chosen by you. The unique identifier can only include
alphanumeric characters, `.`, `_`, or `-`.content - the GenericObjectIOExceptionpublic Walletobjects.Genericobject.Update update(String resourceId, GenericObject content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resourceId - The unique identifier for an object. This ID must be unique across all objects from an issuer. This
value needs to follow the format `issuerID.identifier` where `issuerID` is issued by
Google and `identifier` is chosen by you. The unique identifier can only include
alphanumeric characters, `.`, `_`, or `-`.content - the GenericObjectIOExceptionCopyright © 2011–2025 Google. All rights reserved.