Uses of Class
org.alfresco.rest.model.RestFileModel
-
Packages that use RestFileModel Package Description org.alfresco.rest.model -
-
Uses of RestFileModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestFileModel Modifier and Type Method Description RestFileModelRestTargetModel. getFile()RestFileModelRestFileModel. onModel()Methods in org.alfresco.rest.model that return types with arguments of type RestFileModel Modifier and Type Method Description ModelAssertion<RestFileModel>RestFileModel. and()ModelAssertion<RestFileModel>RestFileModel. assertThat()Methods in org.alfresco.rest.model with parameters of type RestFileModel Modifier and Type Method Description voidRestTargetModel. setFile(RestFileModel file)Constructors in org.alfresco.rest.model with parameters of type RestFileModel Constructor Description RestTargetModel(RestSiteModel site, RestFolderModel folder, RestFileModel file)
-