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.IOException
public 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 Permissions
IOException
Copyright © 2011–2024 Google. All rights reserved.