Uses of Record Class
ch.admin.bit.jeap.archrepo.web.rest.model.RestApiDto
Packages that use RestApiDto
-
Uses of RestApiDto in ch.admin.bit.jeap.archrepo.web.rest.model
Methods in ch.admin.bit.jeap.archrepo.web.rest.model that return types with arguments of type RestApiDtoModifier and TypeMethodDescriptionRestApiResultDto.restApis()Returns the value of therestApisrecord component.Method parameters in ch.admin.bit.jeap.archrepo.web.rest.model with type arguments of type RestApiDtoModifier and TypeMethodDescriptionstatic RestApiResultDtoRestApiResultDto.of(ch.admin.bit.jeap.archrepo.persistence.ApiDocDto apiDocDto, List<RestApiDto> restApis) Constructor parameters in ch.admin.bit.jeap.archrepo.web.rest.model with type arguments of type RestApiDtoModifierConstructorDescriptionRestApiResultDto(String serverUrl, ZonedDateTime lastUpdated, String version, List<RestApiDto> restApis) Creates an instance of aRestApiResultDtorecord class.