NbRestRequestSetJsonBody Method |
JSONをボティに設定する。
呼び元で引数にnullを設定しないようにすること。
Namespace: Nec.Nebula.InternalAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public NbRestRequest SetJsonBody(
NbJsonObject json
)
Public Function SetJsonBody (
json As NbJsonObject
) As NbRestRequest
public:
NbRestRequest^ SetJsonBody(
NbJsonObject^ json
)
member SetJsonBody :
json : NbJsonObject -> NbRestRequest
Parameters
- json
- Type: Nec.NebulaNbJsonObject
JSONオブジェクト
Return Value
Type:
NbRestRequestthis
Version Information Core
Supported in: 1.0
See Also