public class MyBusiness.Accounts.Invitations
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
MyBusiness.Accounts.Invitations.Accept |
class |
MyBusiness.Accounts.Invitations.Decline |
class |
MyBusiness.Accounts.Invitations.List |
Constructor and Description |
---|
Invitations() |
Modifier and Type | Method and Description |
---|---|
MyBusiness.Accounts.Invitations.Accept |
accept(java.lang.String name,
AcceptInvitationRequest content)
Accepts the specified invitation.
|
MyBusiness.Accounts.Invitations.Decline |
decline(java.lang.String name,
DeclineInvitationRequest content)
Declines the specified invitation.
|
MyBusiness.Accounts.Invitations.List |
list(java.lang.String parent)
Lists pending invitations for the specified account.
|
public MyBusiness.Accounts.Invitations.Accept accept(java.lang.String name, AcceptInvitationRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- The name of the invitation that is being accepted.content
- the AcceptInvitationRequest
java.io.IOException
public MyBusiness.Accounts.Invitations.Decline decline(java.lang.String name, DeclineInvitationRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- The name of the account invitation that is being declined.content
- the DeclineInvitationRequest
java.io.IOException
public MyBusiness.Accounts.Invitations.List list(java.lang.String parent) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.parent
- The name of the account from which the list of invitations is being
retrieved.java.io.IOException
Copyright © 2011-2018 Google. All Rights Reserved.