Matters
class Matters extends Resource (View source)
The "matters" collection of methods.
Typical usage is:
 $vaultService = new Google\Service\Vault(...);
 $matters = $vaultService->matters;Methods
Adds an account as a matter collaborator. (matters.addPermissions)
Closes the specified matter. Returns the matter with updated state.
Counts the accounts processed by the specified query. (matters.count)
Deletes the specified matter. Returns the matter with updated state.
Lists matters the requestor has access to. (matters.listMatters)
Removes an account as a matter collaborator. (matters.removePermissions)
Reopens the specified matter. Returns the matter with updated state.
Undeletes the specified matter. Returns the matter with updated state.
Details
        
                            MatterPermission
    addPermissions(string $matterId, AddMatterPermissionsRequest $postBody, array $optParams = [])
        
    
    Adds an account as a matter collaborator. (matters.addPermissions)
        
                            CloseMatterResponse
    close(string $matterId, CloseMatterRequest $postBody, array $optParams = [])
        
    
    Closes the specified matter. Returns the matter with updated state.
(matters.close)
        
                            Operation
    count(string $matterId, CountArtifactsRequest $postBody, array $optParams = [])
        
    
    Counts the accounts processed by the specified query. (matters.count)
        
                            Matter
    create(Matter $postBody, array $optParams = [])
        
    
    Creates a matter with the given name and description. The initial state is open, and the owner is the method caller. Returns the created matter with default view. (matters.create)
        
                            Matter
    delete(string $matterId, array $optParams = [])
        
    
    Deletes the specified matter. Returns the matter with updated state.
(matters.delete)
        
                            Matter
    get(string $matterId, array $optParams = [])
        
    
    Gets the specified matter. (matters.get)
        
                            ListMattersResponse
    listMatters(array $optParams = [])
        
    
    Lists matters the requestor has access to. (matters.listMatters)
        
                            VaultEmpty
    removePermissions(string $matterId, RemoveMatterPermissionsRequest $postBody, array $optParams = [])
        
    
    Removes an account as a matter collaborator. (matters.removePermissions)
        
                            ReopenMatterResponse
    reopen(string $matterId, ReopenMatterRequest $postBody, array $optParams = [])
        
    
    Reopens the specified matter. Returns the matter with updated state.
(matters.reopen)
        
                            Matter
    undelete(string $matterId, UndeleteMatterRequest $postBody, array $optParams = [])
        
    
    Undeletes the specified matter. Returns the matter with updated state.
(matters.undelete)