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.Holds.List

Contents

Description

Lists holds within a matter. An empty page token in ListHoldsResponse denotes no more holds to list.

See: G Suite Vault API Reference for vault.matters.holds.list.

Synopsis

REST Resource

type MattersHoldsListResource = "v1" :> ("matters" :> (Capture "matterId" Text :> ("holds" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "view" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListHoldsResponse)))))))))))) Source #

A resource alias for vault.matters.holds.list method which the MattersHoldsList request conforms to.

Creating a Request

mattersHoldsList Source #

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

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

data MattersHoldsList Source #

Lists holds within a matter. An empty page token in ListHoldsResponse denotes no more holds to list.

See: mattersHoldsList smart constructor.

Instances
Eq MattersHoldsList Source # 
Instance details

Defined in Network.Google.Resource.Vault.Matters.Holds.List

Data MattersHoldsList Source # 
Instance details

Defined in Network.Google.Resource.Vault.Matters.Holds.List

Methods

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

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

toConstr :: MattersHoldsList -> Constr #

dataTypeOf :: MattersHoldsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show MattersHoldsList Source # 
Instance details

Defined in Network.Google.Resource.Vault.Matters.Holds.List

Generic MattersHoldsList Source # 
Instance details

Defined in Network.Google.Resource.Vault.Matters.Holds.List

Associated Types

type Rep MattersHoldsList :: Type -> Type #

GoogleRequest MattersHoldsList Source # 
Instance details

Defined in Network.Google.Resource.Vault.Matters.Holds.List

Associated Types

type Rs MattersHoldsList :: Type #

type Scopes MattersHoldsList :: [Symbol] #

type Rep MattersHoldsList Source # 
Instance details

Defined in Network.Google.Resource.Vault.Matters.Holds.List

type Scopes MattersHoldsList Source # 
Instance details

Defined in Network.Google.Resource.Vault.Matters.Holds.List

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

Defined in Network.Google.Resource.Vault.Matters.Holds.List

Request Lenses

mhlUploadProtocol :: Lens' MattersHoldsList (Maybe Text) Source #

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

mhlUploadType :: Lens' MattersHoldsList (Maybe Text) Source #

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

mhlView :: Lens' MattersHoldsList (Maybe Text) Source #

Specifies which parts of the Hold to return.

mhlPageToken :: Lens' MattersHoldsList (Maybe Text) Source #

The pagination token as returned in the response. An empty token means start from the beginning.

mhlPageSize :: Lens' MattersHoldsList (Maybe Int32) Source #

The number of holds to return in the response, between 0 and 100 inclusive. Leaving this empty, or as 0, is the same as page_size = 100.