Package org.alfresco.rest.model
Class RestActionBodyExecTemplateModel
- java.lang.Object
-
- org.alfresco.utility.model.TestModel
-
- org.alfresco.rest.model.RestActionBodyExecTemplateModel
-
- All Implemented Interfaces:
IModelAssertion<RestActionBodyExecTemplateModel>,IRestModel<RestActionBodyExecTemplateModel>,org.alfresco.utility.model.Model
public class RestActionBodyExecTemplateModel extends org.alfresco.utility.model.TestModel implements IRestModel<RestActionBodyExecTemplateModel>
Generated by 'Kristian.Dimitrov@hyland.com' on '2022-07-14 13:22' from 'Alfresco Content Services REST API' swagger file Generated from 'Alfresco Content Services REST API' swagger file Base Path {@linkplain /alfresco/api/-default-/public/alfresco/versions/1}
-
-
Constructor Summary
Constructors Constructor Description RestActionBodyExecTemplateModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelAssertion<RestActionBodyExecTemplateModel>and()ModelAssertion<RestActionBodyExecTemplateModel>assertThat()java.lang.StringgetActionDefinitionId()java.lang.ObjectgetParams()RestActionBodyExecTemplateModelonModel()voidsetActionDefinitionId(java.lang.String actionDefinitionId)voidsetParams(java.lang.Object params)
-
-
-
Method Detail
-
assertThat
public ModelAssertion<RestActionBodyExecTemplateModel> assertThat()
- Specified by:
assertThatin interfaceIModelAssertion<RestActionBodyExecTemplateModel>
-
and
public ModelAssertion<RestActionBodyExecTemplateModel> and()
- Specified by:
andin interfaceIModelAssertion<RestActionBodyExecTemplateModel>
-
onModel
public RestActionBodyExecTemplateModel onModel()
- Specified by:
onModelin interfaceIRestModel<RestActionBodyExecTemplateModel>
-
getActionDefinitionId
public java.lang.String getActionDefinitionId()
-
setActionDefinitionId
public void setActionDefinitionId(java.lang.String actionDefinitionId)
-
getParams
public java.lang.Object getParams()
-
setParams
public void setParams(java.lang.Object params)
-
-