saklient.cs  0.0.2.11
Public Member Functions | List of all members
Saklient.Cloud.Models.Model_LicenseInfo Class Reference

ライセンス種別情報を検索するための機能を備えたクラス。 More...

Inheritance diagram for Saklient.Cloud.Models.Model_LicenseInfo:
Saklient.Cloud.Models.Model

Public Member Functions

Model_LicenseInfo Offset (long offset)
 次に取得するリストの開始オフセットを指定します。 More...
 
Model_LicenseInfo Limit (long count)
 次に取得するリストの上限レコード数を指定します。 More...
 
Model_LicenseInfo FilterBy (string key, object value, bool multiple=false)
 Web APIのフィルタリング設定を直接指定します。 More...
 
Model_LicenseInfo Reset ()
 次のリクエストのために設定されているステートをすべて破棄します。 More...
 
LicenseInfo GetById (string id)
 指定したIDを持つ唯一のリソースを取得します。 More...
 
System.Collections.Generic.List< LicenseInfo > Find ()
 リソースの検索リクエストを実行し、結果をリストで取得します。 More...
 
Model_LicenseInfo WithNameLike (string name)
 指定した文字列を名前に含むリソースに絞り込みます。 More...
 
Model_LicenseInfo SortByName (bool reverse=false)
 名前でソートします。 More...
 
- Public Member Functions inherited from Saklient.Cloud.Models.Model
 Model (Client client)
 
Parameters
client
More...
 

Detailed Description

ライセンス種別情報を検索するための機能を備えたクラス。

Member Function Documentation

Model_LicenseInfo Saklient.Cloud.Models.Model_LicenseInfo.FilterBy ( string  key,
object  value,
bool  multiple = false 
)
inline

Web APIのフィルタリング設定を直接指定します。

Parameters
keyキー
value
multiplevalueに配列を与え、OR条件で完全一致検索する場合にtrueを指定します。通常、valueはスカラ値であいまい検索されます。
System.Collections.Generic.List<LicenseInfo> Saklient.Cloud.Models.Model_LicenseInfo.Find ( )
inline

リソースの検索リクエストを実行し、結果をリストで取得します。

Returns
リソースオブジェクトの配列
LicenseInfo Saklient.Cloud.Models.Model_LicenseInfo.GetById ( string  id)
inline

指定したIDを持つ唯一のリソースを取得します。

Parameters
id
Returns
リソースオブジェクト
Model_LicenseInfo Saklient.Cloud.Models.Model_LicenseInfo.Limit ( long  count)
inline

次に取得するリストの上限レコード数を指定します。

Parameters
count上限レコード数
Returns
this
Model_LicenseInfo Saklient.Cloud.Models.Model_LicenseInfo.Offset ( long  offset)
inline

次に取得するリストの開始オフセットを指定します。

Parameters
offsetオフセット
Returns
this
Model_LicenseInfo Saklient.Cloud.Models.Model_LicenseInfo.Reset ( )
inline

次のリクエストのために設定されているステートをすべて破棄します。

Returns
this
Model_LicenseInfo Saklient.Cloud.Models.Model_LicenseInfo.SortByName ( bool  reverse = false)
inline

名前でソートします。

Parameters
reverse
Model_LicenseInfo Saklient.Cloud.Models.Model_LicenseInfo.WithNameLike ( string  name)
inline

指定した文字列を名前に含むリソースに絞り込みます。

大文字・小文字は区別されません。 半角スペースで区切られた複数の文字列は、それらをすべて含むことが条件とみなされます。

Parameters
name

The documentation for this class was generated from the following file: