public class Walletobjects.Genericobject extends Object
Modifier and Type | Class and Description |
---|---|
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.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.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 `-`.IOException
public Walletobjects.Genericobject.Insert insert(GenericObject content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the GenericObject
IOException
public Walletobjects.Genericobject.List list() throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.IOException
public 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 GenericObject
IOException
public 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 GenericObject
IOException
Copyright © 2011–2024 Google. All rights reserved.