gogol-vault-0.4.0: Google G Suite Vault SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Vault.Matters.Get

Contents

Description

Gets the specified matter.

See: G Suite Vault API Reference for vault.matters.get.

Synopsis

REST Resource

type MattersGetResource = "v1" :> ("matters" :> (Capture "matterId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "view" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Matter))))))))) Source #

A resource alias for vault.matters.get method which the MattersGet request conforms to.

Creating a Request

mattersGet Source #

Arguments

:: Text

mgMatterId

-> MattersGet 

Creates a value of MattersGet with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data MattersGet Source #

Gets the specified matter.

See: mattersGet smart constructor.

Instances
Eq MattersGet Source # 
Instance details

Defined in Network.Google.Resource.Vault.Matters.Get

Data MattersGet Source # 
Instance details

Defined in Network.Google.Resource.Vault.Matters.Get

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MattersGet -> c MattersGet #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MattersGet #

toConstr :: MattersGet -> Constr #

dataTypeOf :: MattersGet -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c MattersGet) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MattersGet) #

gmapT :: (forall b. Data b => b -> b) -> MattersGet -> MattersGet #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MattersGet -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MattersGet -> r #

gmapQ :: (forall d. Data d => d -> u) -> MattersGet -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> MattersGet -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> MattersGet -> m MattersGet #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MattersGet -> m MattersGet #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MattersGet -> m MattersGet #

Show MattersGet Source # 
Instance details

Defined in Network.Google.Resource.Vault.Matters.Get

Generic MattersGet Source # 
Instance details

Defined in Network.Google.Resource.Vault.Matters.Get

Associated Types

type Rep MattersGet :: Type -> Type #

GoogleRequest MattersGet Source # 
Instance details

Defined in Network.Google.Resource.Vault.Matters.Get

Associated Types

type Rs MattersGet :: Type #

type Scopes MattersGet :: [Symbol] #

type Rep MattersGet Source # 
Instance details

Defined in Network.Google.Resource.Vault.Matters.Get

type Scopes MattersGet Source # 
Instance details

Defined in Network.Google.Resource.Vault.Matters.Get

type Scopes MattersGet = "https://www.googleapis.com/auth/ediscovery" ': ("https://www.googleapis.com/auth/ediscovery.readonly" ': ([] :: [Symbol]))
type Rs MattersGet Source # 
Instance details

Defined in Network.Google.Resource.Vault.Matters.Get

Request Lenses

mgXgafv :: Lens' MattersGet (Maybe Xgafv) Source #

V1 error format.

mgUploadProtocol :: Lens' MattersGet (Maybe Text) Source #

Upload protocol for media (e.g. "raw", "multipart").

mgAccessToken :: Lens' MattersGet (Maybe Text) Source #

OAuth access token.

mgUploadType :: Lens' MattersGet (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").

mgView :: Lens' MattersGet (Maybe Text) Source #

Specifies which parts of the Matter to return in the response.