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

アイコンを検索・作成するための機能を備えたクラス。 More...

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

Public Member Functions

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

Detailed Description

アイコンを検索・作成するための機能を備えたクラス。

Member Function Documentation

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

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

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

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

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

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

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

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

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

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

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

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

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

名前でソートします。

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

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

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

Parameters
name
Model_Icon Saklient.Cloud.Models.Model_Icon.WithSharedScope ( )
inline

パブリックアイコンに絞り込みます。

Model_Icon Saklient.Cloud.Models.Model_Icon.WithTag ( string  tag)
inline

指定したタグを持つリソースに絞り込みます。

複数のタグを指定する場合は withTags() を利用してください。

Parameters
tag
Model_Icon Saklient.Cloud.Models.Model_Icon.WithTagDnf ( System.Collections.Generic.List< System.Collections.Generic.List< string >>  dnf)
inline

指定したDNFに合致するタグを持つリソースに絞り込みます。

Parameters
dnf
Model_Icon Saklient.Cloud.Models.Model_Icon.WithTags ( System.Collections.Generic.List< string >  tags)
inline

指定したすべてのタグを持つリソースに絞り込みます。

Parameters
tags
Model_Icon Saklient.Cloud.Models.Model_Icon.WithUserScope ( )
inline

プライベートアイコンに絞り込みます。


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