public class Walletobjects.Permissions extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Walletobjects.Permissions.Get |
class |
Walletobjects.Permissions.Update |
| Constructor and Description |
|---|
Permissions() |
| Modifier and Type | Method and Description |
|---|---|
Walletobjects.Permissions.Get |
get(Long resourceId)
Returns the permissions for the given issuer id.
|
Walletobjects.Permissions.Update |
update(Long resourceId,
Permissions content)
Updates the permissions for the given issuer.
|
public Walletobjects.Permissions.Get get(Long resourceId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resourceId - The unique identifier for an issuer. This ID must be unique across all issuers.IOExceptionpublic Walletobjects.Permissions.Update update(Long resourceId, Permissions content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resourceId - The unique identifier for an issuer. This ID must be unique across all issuers.content - the PermissionsIOExceptionCopyright © 2011–2025 Google. All rights reserved.