Uses of Class
org.alfresco.rest.model.RestCompanyModel
-
Packages that use RestCompanyModel Package Description org.alfresco.rest.model -
-
Uses of RestCompanyModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestCompanyModel Modifier and Type Method Description RestCompanyModelRestPersonModel. getCompany()Methods in org.alfresco.rest.model that return types with arguments of type RestCompanyModel Modifier and Type Method Description ModelAssertion<RestCompanyModel>RestCompanyModel. and()ModelAssertion<RestCompanyModel>RestCompanyModel. assertThat()Methods in org.alfresco.rest.model with parameters of type RestCompanyModel Modifier and Type Method Description voidRestPersonModel. setCompany(RestCompanyModel company)Constructors in org.alfresco.rest.model with parameters of type RestCompanyModel Constructor Description RestPersonModel(java.lang.String firstName, boolean emailNotificationsEnabled, RestCompanyModel company, java.lang.String id, boolean enabled, java.lang.String email)
-