public class Walletobjects.Genericclass extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Walletobjects.Genericclass.Addmessage |
class |
Walletobjects.Genericclass.Get |
class |
Walletobjects.Genericclass.Insert |
class |
Walletobjects.Genericclass.List |
class |
Walletobjects.Genericclass.Patch |
class |
Walletobjects.Genericclass.Update |
| Constructor and Description |
|---|
Genericclass() |
| Modifier and Type | Method and Description |
|---|---|
Walletobjects.Genericclass.Addmessage |
addmessage(String resourceId,
AddMessageRequest content)
Adds a message to the generic class referenced by the given class ID.
|
Walletobjects.Genericclass.Get |
get(String resourceId)
Returns the generic class with the given class ID.
|
Walletobjects.Genericclass.Insert |
insert(GenericClass content)
Inserts a generic class with the given ID and properties.
|
Walletobjects.Genericclass.List |
list()
Returns a list of all generic classes for a given issuer ID.
|
Walletobjects.Genericclass.Patch |
patch(String resourceId,
GenericClass content)
Updates the generic class referenced by the given class ID.
|
Walletobjects.Genericclass.Update |
update(String resourceId,
GenericClass content)
Updates the Generic class referenced by the given class ID.
|
public Walletobjects.Genericclass.Addmessage addmessage(String resourceId, AddMessageRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resourceId - The unique identifier for a class. 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.Genericclass.Get get(String resourceId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resourceId - The unique identifier for a class. This ID must be unique across all classes 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.Genericclass.Insert insert(GenericClass content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the GenericClassIOExceptionpublic Walletobjects.Genericclass.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic Walletobjects.Genericclass.Patch patch(String resourceId, GenericClass content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resourceId - The unique identifier for a class. This ID must be unique across all classes 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 GenericClassIOExceptionpublic Walletobjects.Genericclass.Update update(String resourceId, GenericClass content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resourceId - The unique identifier for a class. This ID must be unique across all classes 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 GenericClassIOExceptionCopyright © 2011–2025 Google. All rights reserved.