Package org.alfresco.rest.model
Class RestLinkedRuleSetBodyCreateModel
- java.lang.Object
-
- org.alfresco.utility.model.TestModel
-
- org.alfresco.rest.model.RestLinkedRuleSetBodyCreateModel
-
- All Implemented Interfaces:
IModelAssertion<RestLinkedRuleSetBodyCreateModel>,IRestModel<RestLinkedRuleSetBodyCreateModel>,org.alfresco.utility.model.Model
public class RestLinkedRuleSetBodyCreateModel extends org.alfresco.utility.model.TestModel implements IRestModel<RestLinkedRuleSetBodyCreateModel>
Generated by 'Kristian.Dimitrov@hyland.com' on '2022-07-13 15:53' 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 RestLinkedRuleSetBodyCreateModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelAssertion<RestLinkedRuleSetBodyCreateModel>and()ModelAssertion<RestLinkedRuleSetBodyCreateModel>assertThat()java.lang.StringgetId()RestLinkedRuleSetBodyCreateModelonModel()voidsetId(java.lang.String id)
-
-
-
Method Detail
-
assertThat
public ModelAssertion<RestLinkedRuleSetBodyCreateModel> assertThat()
- Specified by:
assertThatin interfaceIModelAssertion<RestLinkedRuleSetBodyCreateModel>
-
and
public ModelAssertion<RestLinkedRuleSetBodyCreateModel> and()
- Specified by:
andin interfaceIModelAssertion<RestLinkedRuleSetBodyCreateModel>
-
onModel
public RestLinkedRuleSetBodyCreateModel onModel()
- Specified by:
onModelin interfaceIRestModel<RestLinkedRuleSetBodyCreateModel>
-
getId
public java.lang.String getId()
-
setId
public void setId(java.lang.String id)
-
-