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