clean_energy_api library
Provides Dart HTTP bindings for the Clean Energy backend APIs.
This package has the following features:
- Easily create HTTP calls to Kohler Energy Management API endpoints
- Provides Dart classes that model the return values from the API
- Uses code generation based on swagger files, so code is always up-to-date using the backend as the source of truth
Classes
- ActiveAlertResponseModel
- ActiveAlertV2
- AddressDTO
- AdminDealerOrgCreateV3Body
- AdminDealerOrgUpdateV3Body
- AdminDealerUserCreateV3Body
- AdminDealerUserUpdateV3Body
- AdminUserV2Body
- AdminUserV2EmailDto
- AlertDTO
- AnalyticsDTO
- AnalyticsV2
- ApiKeyInterceptor
- Simple interceptor that inserts an API Key header for V1 API calls
- AppUpdatePlanDTO
- AppVersionUpdateV3Body
- Authenticator
- Handles authentication challenges raised by the ChopperClient.
- AuthTokenInterceptor
- Interceptor that inserts an Authenticaton Bearer header for V3 API calls
- BatteryVoltageValueResponseModel
- Body
- Declares the Body of POST, PUT, and PATCH requests
- CellKitAnalyticsDTO
- CellKitOrderDTO
- CellKitOrderItemDTO
- CellKitRenewalDTO
- CellKitRenewalItem
-
Chain<
BodyType> - A single chain instance in the chain of interceptors that is called in order to process requests and responses.
- ChopperApi
- Defines a Chopper API.
- ChopperClient
- ChopperClient is the main class of the Chopper API.
- ChopperLogRecord
- ChopperService
-
A marker and helper class used by
chopper_generatorto generate network call implementations. - CleanEnergyRdc2Api
- ClientsTwinDTO
- ConnectionLogDTO
- ConnectionTwinDTO
- ConsentUpdateV2Body
- ConsentUpdateV3Body
- Converter
- An interface for implementing request and response converters.
- CreateDeviceIfNotExistV3Body
- CurlInterceptor
- A Interceptor implementation that prints a curl request equivalent to the network call channeled through it for debugging purposes.
- DealerDeviceAdditionV3Body
- DealerDeviceSearchV3Body
- DealerInfoV2
- DealerNotificationSettingsDTO
- DealerNotificationSettingsUpdateV3Body
- DealerOrgAnalyticsDTO
- DealerOrgAnalyticsV2
- DealerOrgDTO
- DealerOrgListingDTO
- DealerOrgUpdateV3Body
- DealerOrgV2
- DealerUserCreateV3Body
- DealerUserDealerOrgV2
- DealerUserDTO
- DealerUserInvitationStatusV2
- DealerUserRoleV2
- DealerUserUpdateV3Body
- DealerUserV2
- DealerV2
- DELETE
- Defines a method as an HTTP DELETE request.
- Delete
- Defines a method as an HTTP DELETE request.
- DeviceAdditionV2Body
- DeviceAddressV2
- DeviceAnalyticsDTO
- DeviceBulkV3Body
- DeviceConnectionHistoryInsertV3Body
- DeviceCountLogDTO
- DeviceDataDTO
- DeviceDataV2
- DeviceDealerOrgV2
- DeviceDetailsDTO
- DeviceDetailsV2
- DeviceDTO
- DeviceExportV3Body
- DeviceHostMigrateParamsV3Body
- DeviceHostMigrationV3Body
- DeviceHostUpdateV3Body
- DeviceListingDTO
- DeviceMigrationLogDTO
- DeviceMigrationLogListingDTO
- DeviceMigrationRequestDTO
- DeviceMigrationRequestListingDTO
- DeviceMigrationRequestV3Body
- DevicePinDTO
- DeviceSyncV3Body
- DeviceTagsDTO
- DeviceUpdateV2Body
- DeviceUpdateV3Body
- DeviceV2
- DeviceV2Body
- DeviceVerificationDTO
- DeviceVerificationV2
- EmailDetailsDTO
- EmailDTO
- EmailLogDTO
- EmailLogsResultDTO
- EnergyManagementApi
- EnergyManagementV3Api
- EngineCoolantTemperatureValueResponseModel
- EngineExerciseDetailsRequestModel
- EngineFrequencyValueResponseModel
- EngineOilPressureValueResponseModel
- EngineSpeedValueResponseModel
- ErrorConverter
- An interface for implementing error response converters.
- ErrorDTO
- ErrorResponseModel
- ErrorV2
- EventDTO
- EventInfoDTO
- EventOutcomeDTO
- EventResponseModel
- EventSendV3Body
- EventV2
- ExcerciseInfoResponseModel
- ExerciseInfoDTO
- ExerciseInfoV2
- ExerciseScheduleV2Body
- ExerciseScheduleV3Body
- ExerciseStartV2Body
- FactoryConverter
- Defines custom Converter methods for a single network API endpoint. See ConvertRequest, ConvertResponse.
- FeedbackStatusDTO
- FeedbackSubmissionV3Body
- Field
-
Defines a field for a
x-www-form-urlencodedrequest. Automatically binds to the name of the method parameter. - FieldMap
- Provides field parameters of a request as Map<String, dynamic>.
- FileReference
- FormUrlEncoded
- Denotes that the request body will use form URL encoding. Fields should be declared as parameters and annotated with Field/FieldMap.
- FormUrlEncodedConverter
- A Converter implementation that converts only Requests having a Map as their body.
- GeneratorDetailResponseModel
- GeneratorMaintenanceIntervalRequestModel
- GeneratorMaintenanceNoteRequestModel
- GeneratorResponseModel
- GET
- Defines a method as an HTTP GET request.
- Get
- Defines a method as an HTTP GET request.
- GetActiveAlertResponseModel
- GetEventResponseModel
- GetGeneratorBatteryVoltageValueResponseModel
- GetGeneratorDetailResponseModel
- GetGeneratorEngineCoolantTemperatureValueResponseModel
- GetGeneratorEngineFrequencyValueResponseModel
- GetGeneratorEngineOilPressureValueResponseModel
- GetGeneratorEngineSpeedValueResponseModel
- GetGeneratorExcerciseInfoResponseModel
- GetGeneratorHistoricalParameterValueResponseModel
- GetGeneratorHistoricalParameterValuesResponseModel
- GetGeneratorLubeOilTemperatureValueResponseModel
- GetGeneratorNoteResponseModel
- GetGeneratorResponseModel
- GetParameterResponseModel
- GroupV2
- Head
- Defines a method as an HTTP HEAD request.
- HEAD
- Defines a method as an HTTP HEAD request.
- Header
- Passes a value to the header of the request.
- HeadersInterceptor
- A Interceptor that adds headers to every request.
- HistoricalParameterValueResponseModel
- HistoricalParameterValuesResponseModel
- HomeAdditionV2Body
- HomeDTO
- HomeInviteDTO
- HomeownerConsentDTO
- HomeownerDeviceAdditionV2Body
- HomeownerDeviceAdditionV3Body
- HomeownerDTO
- HomeownerListingDTO
- HomeownerNotificationSettingDTO
- HomeownerNotificationSettingsUpdateV3Body
- HomeownerUpdateV3Body
- HomeownerV2
- HomeUserDTO
- HomeV2
- HttpLoggingInterceptor
- A Interceptor implementation which logs HTTP request and response data.
- HttpMethod
- Interceptor
- The interface for implementing interceptors. Interceptors are used for intercepting request, responses and preforming operations on them.
- InternalDeviceMetadataDTO
- InternalDeviceMetadataV2
- JsonConverter
-
A Converter implementation that calls
json.encodeon Requests andjson.decodeon Responses using the dart:convert package's utf8 and json utilities. - KemApiV3DevicesIdSignaturesPost$RequestBody
- KemproApiV2ConsentAcceptPost$RequestBody
- KemproApiV2ConsentRejectPost$RequestBody
- KemproApiV2DevicesIdSignaturesPost$RequestBody
- LubeOilTemperatureValueResponseModel
- MaintenanceDetailsV2
- MaintenanceNoteDTO
- MaintenanceNoteResponseModel
- MaintenanceNoteUpsertV3Body
- MaintenanceNoteV2
- MaintenanceNoteV2Body
- MarketingMessageDTO
- MarketingMessageUpsertV3Body
- Method
- Defines an HTTP method.
- ModbusSerialConnectionDTO
- ModbusTcpConnectionDTO
- Multipart
- Defines a multipart request.
- NotificationDTO
- NotificationHistoryInsertV3Body
- NotificationInfo
- NotificationInsertV2Body
- NotificationInsertV3Body
- NotificationSendV3Body
- NotificationTagUpdateV3Body
- NotificationTokenV2Body
- NotificationV2
- OktaEventActorV2
- OktaEventActorV3
- OktaEventDataV2
- OktaEventDataV3
- OktaEventHookDTO
- OktaEventHooksDTO
- OktaEventTargetV2
- OktaEventTargetV3
- OktaEventV2
- OktaEventV2Body
- OktaEventV3
- OktaEventV3Body
- OktaVerificationDTO
- OktaVerificationV2
- OnceEventSeverity
- OnceEventSource
- OnceEventType
- OnceEventV3Body
- OnceOrganisation
- OnceSim
- OncueImportDeviceV2Body
- OncueImportDeviceV3Body
- OncueImportV2Body
- OncueImportV3Body
- OncueVerificationDeviceDTO
- OncueVerificationDeviceV2
- OncueVerificationDTO
- OncueVerificationV2
- OncueVerificationV2Body
- OncueVerificationV3Body
- Options
- Defines a method as an HTTP OPTIONS request.
- OPTIONS
- Defines a method as an HTTP OPTIONS request.
- ParameterResponseModel
- ParameterUpdateV3Body
- Part
- Use Part to define a part of a Multipart request.
- PartFile
- Use PartFile to define a file field for a Multipart request.
- PartFileMap
- Provides partFile parameters of a request as PartValueFile.
- PartMap
- Provides part parameters of a request as PartValue.
-
PartValue<
T> - Represents a part in a multipart request.
-
PartValueFile<
T> - Represents a file PartValue in a multipart request.
- PATCH
- Defines a method as an HTTP PATCH request. Use the Body annotation to pass data to send.
- Patch
- Defines a method as an HTTP PATCH request. Use the Body annotation to pass data to send.
- Path
- Provides a parameter in the url.
- PeripheralDTO
- PeripheralParamDTO
- PeripheralParamV2
- PeripheralRenameV2Body
- PeripheralRenameV3Body
- PeripheralV2
- PeripheralValueUpdateV2Body
- PeripheralValueUpdateV3Body
- POST
- Defines a method as an HTTP POST request.
- Post
- Defines a method as an HTTP POST request.
- Put
- Defines a method as an HTTP PUT request.
- PUT
- Defines a method as an HTTP PUT request.
- Query
- Provides the query parameters of a request.
- QueryMap
- Provides query parameters of a request as Map<String, dynamic>.
- RegisterNotificationV3Body
- Request
- This class represents an HTTP request that can be made with Chopper.
-
Response<
BodyType> - A http.BaseResponse wrapper representing a response of a Chopper network call.
- ServiceAgreementDTO
- ServiceAgreementUpdateV2Body
- ServiceAgreementUpdateV3Body
- SetControllerClockV3Body
- SetEngineExerciseRequestModel
- SetGeneratorMaintenanceIntervalRequestModel
- SetGeneratorMaintenanceNoteRequestModel
- StartExerciseV3Body
- Tag
- Adds the argument instance as a request tag.
- TrendValueDTO
- TrendValueV2
- UnblockEmailV3Body
- UpdateHomeHubConnectionV3Body
- UserAdditionV2Body
- UserInfoModel
- WizardDetailsV2
- WizardUpdateV2Body
Enums
- AggregationTypeDTO
- AlertTypeDTO
- ApprovalDTO
- CellKitPaymentStatusDTO
- CellularDataStatusDTO
- CellularExpiryStatusDTO
- ConnectionTypeDTO
- ConnectionTypeV2
- CoolingTypeDTO
- CoolingTypeV2
- DateFormat
- Enum defining different serialization strategies for DateTime objects.
- DealerOrgSortDTO
- DeviceEventId
- DeviceEventLevelDTO
- DeviceHostDTO
- DeviceMigrationRequestTypeDTO
- DeviceMigrationStatusDTO
- DeviceSortDTO
- DeviceStatusDTO
- DeviceStatusV2
- EventTypeDTO
- ExerciseFrequencyDTO
- ExerciseFrequencyV2
- ExerciseModeDTO
- ExerciseModeV2
- ExerciseScheduleFrequencyDTO
- ExerciseScheduleFrequencyV2
- ExerciseScheduleModeDTO
- ExerciseScheduleModeV2
- ExerciseStartModeV2
- ExportColumnTemplate
- ExportFileTypeDTO
- FmiDTO
- FuelTypeDTO
- GensetModelDTO
- GensetStateDTO
- HomeownerConsentActionDTO
- HomeownerConsentActionV2
- HomeownerSortDTO
- InvitationStatusDTO
- InvitationStatusV2
- Level
- ListFormat
- Shapes how list/array keys are written during query-string encoding.
- MarketingMessageTargetDTO
- MarketingMessageTypeDTO
- NotificationTypeDTO
- OncueVerificationResultDTO
- OncueVerificationResultV2
- ParameterId
- ParityDTO
- PeripheralV2PathParam
- PlatformDTO
- PowerSourceDTO
- PowerSourceV2
- ProductDTO
- RoleDTO
- ServiceAgreementStatusDTO
- ServiceAgreementTermDTO
- ServiceAgreementTermV2
- SortDirectionDTO
- StartExerciseModeDTO
- StopBitsDTO
- SubmitTo1nceStatusEnum
- SwitchStateDTO
- SwitchStateV2
- TagOperationDTO
- TimeGranularityDTO
- TimeRangeDTO
- TrendPathParam
- TrendV2PathParam
- UserRoleV2
- VerificationResultDTO
- VerificationResultV2
- VisibilityDTO
- WeatherConditionDTO
- WeatherConditionV2
- WeatherTimePeriodDTO
- WeatherTimePeriodV2
Mixins
- MockChopperClientMixin
- ChopperClient mixin for the purposes of creating mocks using a mocking framework such as Mockito or Mocktail.
- MockChopperLogRecordMixin
- ChopperLogRecord mixin for the purposes of creating mocks using a mocking framework such as Mockito or Mocktail.
-
MockPartValueFileMixin<
T> - PartValueFile mixin for the purposes of creating mocks using a mocking framework such as Mockito or Mocktail.
-
MockPartValueMixin<
T> - PartValue mixin for the purposes of creating mocks using a mocking framework such as Mockito or Mocktail.
- MockRequestMixin
- Request mixin for the purposes of creating mocks using a mocking framework such as Mockito or Mocktail.
-
MockResponseMixin<
BodyType> - Response mixin for the purposes of creating mocks using a mocking framework such as Mockito or Mocktail.
Extensions
- $ActiveAlertResponseModelExtension on ActiveAlertResponseModel
- $AddressDTOExtension on AddressDTO
- $AdminDealerOrgCreateV3BodyExtension on AdminDealerOrgCreateV3Body
- $AdminDealerOrgUpdateV3BodyExtension on AdminDealerOrgUpdateV3Body
- $AdminDealerUserCreateV3BodyExtension on AdminDealerUserCreateV3Body
- $AdminDealerUserUpdateV3BodyExtension on AdminDealerUserUpdateV3Body
- $AdminUserV2BodyExtension on AdminUserV2Body
- $AdminUserV2EmailDtoExtension on AdminUserV2EmailDto
- $AlertDTOExtension on AlertDTO
- $AnalyticsDTOExtension on AnalyticsDTO
- $AnalyticsV2Extension on AnalyticsV2
- $AppUpdatePlanDTOExtension on AppUpdatePlanDTO
- $AppVersionUpdateV3BodyExtension on AppVersionUpdateV3Body
- $BatteryVoltageValueResponseModelExtension on BatteryVoltageValueResponseModel
- $CellKitAnalyticsDTOExtension on CellKitAnalyticsDTO
- $CellKitOrderDTOExtension on CellKitOrderDTO
- $CellKitOrderItemDTOExtension on CellKitOrderItemDTO
- $CellKitRenewalDTOExtension on CellKitRenewalDTO
- $CellKitRenewalItemExtension on CellKitRenewalItem
- $ClientsTwinDTOExtension on ClientsTwinDTO
- $ConnectionLogDTOExtension on ConnectionLogDTO
- $ConnectionTwinDTOExtension on ConnectionTwinDTO
- $ConsentUpdateV2BodyExtension on ConsentUpdateV2Body
- $ConsentUpdateV3BodyExtension on ConsentUpdateV3Body
- $CreateDeviceIfNotExistV3BodyExtension on CreateDeviceIfNotExistV3Body
- $DealerDeviceAdditionV3BodyExtension on DealerDeviceAdditionV3Body
- $DealerDeviceSearchV3BodyExtension on DealerDeviceSearchV3Body
- $DealerInfoV2Extension on DealerInfoV2
- $DealerNotificationSettingsDTOExtension on DealerNotificationSettingsDTO
- $DealerNotificationSettingsUpdateV3BodyExtension on DealerNotificationSettingsUpdateV3Body
- $DealerOrgAnalyticsDTOExtension on DealerOrgAnalyticsDTO
- $DealerOrgAnalyticsV2Extension on DealerOrgAnalyticsV2
- $DealerOrgDTOExtension on DealerOrgDTO
- $DealerOrgListingDTOExtension on DealerOrgListingDTO
- $DealerOrgUpdateV3BodyExtension on DealerOrgUpdateV3Body
- $DealerOrgV2Extension on DealerOrgV2
- $DealerUserCreateV3BodyExtension on DealerUserCreateV3Body
- $DealerUserDealerOrgV2Extension on DealerUserDealerOrgV2
- $DealerUserDTOExtension on DealerUserDTO
- $DealerUserInvitationStatusV2Extension on DealerUserInvitationStatusV2
- $DealerUserRoleV2Extension on DealerUserRoleV2
- $DealerUserUpdateV3BodyExtension on DealerUserUpdateV3Body
- $DealerUserV2Extension on DealerUserV2
- $DealerV2Extension on DealerV2
- $DeviceAdditionV2BodyExtension on DeviceAdditionV2Body
- $DeviceAddressV2Extension on DeviceAddressV2
- $DeviceAnalyticsDTOExtension on DeviceAnalyticsDTO
- $DeviceBulkV3BodyExtension on DeviceBulkV3Body
- $DeviceConnectionHistoryInsertV3BodyExtension on DeviceConnectionHistoryInsertV3Body
- $DeviceCountLogDTOExtension on DeviceCountLogDTO
- $DeviceDataDTOExtension on DeviceDataDTO
- $DeviceDataV2Extension on DeviceDataV2
- $DeviceDealerOrgV2Extension on DeviceDealerOrgV2
- $DeviceDetailsDTOExtension on DeviceDetailsDTO
- $DeviceDetailsV2Extension on DeviceDetailsV2
- $DeviceDTOExtension on DeviceDTO
- $DeviceExportV3BodyExtension on DeviceExportV3Body
- $DeviceHostMigrateParamsV3BodyExtension on DeviceHostMigrateParamsV3Body
- $DeviceHostMigrationV3BodyExtension on DeviceHostMigrationV3Body
- $DeviceHostUpdateV3BodyExtension on DeviceHostUpdateV3Body
- $DeviceListingDTOExtension on DeviceListingDTO
- $DeviceMigrationLogDTOExtension on DeviceMigrationLogDTO
- $DeviceMigrationLogListingDTOExtension on DeviceMigrationLogListingDTO
- $DeviceMigrationRequestDTOExtension on DeviceMigrationRequestDTO
- $DeviceMigrationRequestListingDTOExtension on DeviceMigrationRequestListingDTO
- $DeviceMigrationRequestV3BodyExtension on DeviceMigrationRequestV3Body
- $DevicePinDTOExtension on DevicePinDTO
- $DeviceSyncV3BodyExtension on DeviceSyncV3Body
- $DeviceTagsDTOExtension on DeviceTagsDTO
- $DeviceUpdateV2BodyExtension on DeviceUpdateV2Body
- $DeviceUpdateV3BodyExtension on DeviceUpdateV3Body
- $DeviceV2BodyExtension on DeviceV2Body
- $DeviceV2Extension on DeviceV2
- $DeviceVerificationDTOExtension on DeviceVerificationDTO
- $DeviceVerificationV2Extension on DeviceVerificationV2
- $EmailDetailsDTOExtension on EmailDetailsDTO
- $EmailDTOExtension on EmailDTO
- $EmailLogDTOExtension on EmailLogDTO
- $EmailLogsResultDTOExtension on EmailLogsResultDTO
- $EngineCoolantTemperatureValueResponseModelExtension on EngineCoolantTemperatureValueResponseModel
- $EngineExerciseDetailsRequestModelExtension on EngineExerciseDetailsRequestModel
- $EngineFrequencyValueResponseModelExtension on EngineFrequencyValueResponseModel
- $EngineOilPressureValueResponseModelExtension on EngineOilPressureValueResponseModel
- $EngineSpeedValueResponseModelExtension on EngineSpeedValueResponseModel
- $ErrorDTOExtension on ErrorDTO
- $ErrorResponseModelExtension on ErrorResponseModel
- $ErrorV2Extension on ErrorV2
- $EventDTOExtension on EventDTO
- $EventInfoDTOExtension on EventInfoDTO
- $EventOutcomeDTOExtension on EventOutcomeDTO
- $EventResponseModelExtension on EventResponseModel
- $EventSendV3BodyExtension on EventSendV3Body
- $ExcerciseInfoResponseModelExtension on ExcerciseInfoResponseModel
- $ExerciseInfoDTOExtension on ExerciseInfoDTO
- $ExerciseInfoV2Extension on ExerciseInfoV2
- $ExerciseScheduleV2BodyExtension on ExerciseScheduleV2Body
- $ExerciseScheduleV3BodyExtension on ExerciseScheduleV3Body
- $ExerciseStartV2BodyExtension on ExerciseStartV2Body
- $FeedbackStatusDTOExtension on FeedbackStatusDTO
- $FeedbackSubmissionV3BodyExtension on FeedbackSubmissionV3Body
- $GeneratorDetailResponseModelExtension on GeneratorDetailResponseModel
- $GeneratorMaintenanceIntervalRequestModelExtension on GeneratorMaintenanceIntervalRequestModel
- $GeneratorMaintenanceNoteRequestModelExtension on GeneratorMaintenanceNoteRequestModel
- $GeneratorResponseModelExtension on GeneratorResponseModel
- $GetActiveAlertResponseModelExtension on GetActiveAlertResponseModel
- $GetEventResponseModelExtension on GetEventResponseModel
- $GetGeneratorBatteryVoltageValueResponseModelExtension on GetGeneratorBatteryVoltageValueResponseModel
- $GetGeneratorDetailResponseModelExtension on GetGeneratorDetailResponseModel
- $GetGeneratorEngineCoolantTemperatureValueResponseModelExtension on GetGeneratorEngineCoolantTemperatureValueResponseModel
- $GetGeneratorEngineFrequencyValueResponseModelExtension on GetGeneratorEngineFrequencyValueResponseModel
- $GetGeneratorEngineOilPressureValueResponseModelExtension on GetGeneratorEngineOilPressureValueResponseModel
- $GetGeneratorEngineSpeedValueResponseModelExtension on GetGeneratorEngineSpeedValueResponseModel
- $GetGeneratorExcerciseInfoResponseModelExtension on GetGeneratorExcerciseInfoResponseModel
- $GetGeneratorHistoricalParameterValueResponseModelExtension on GetGeneratorHistoricalParameterValueResponseModel
- $GetGeneratorHistoricalParameterValuesResponseModelExtension on GetGeneratorHistoricalParameterValuesResponseModel
- $GetGeneratorLubeOilTemperatureValueResponseModelExtension on GetGeneratorLubeOilTemperatureValueResponseModel
- $GetGeneratorNoteResponseModelExtension on GetGeneratorNoteResponseModel
- $GetGeneratorResponseModelExtension on GetGeneratorResponseModel
- $GetParameterResponseModelExtension on GetParameterResponseModel
- $GroupV2Extension on GroupV2
- $HistoricalParameterValueResponseModelExtension on HistoricalParameterValueResponseModel
- $HistoricalParameterValuesResponseModelExtension on HistoricalParameterValuesResponseModel
- $HomeAdditionV2BodyExtension on HomeAdditionV2Body
- $HomeDTOExtension on HomeDTO
- $HomeInviteDTOExtension on HomeInviteDTO
- $HomeownerConsentDTOExtension on HomeownerConsentDTO
- $HomeownerDeviceAdditionV2BodyExtension on HomeownerDeviceAdditionV2Body
- $HomeownerDeviceAdditionV3BodyExtension on HomeownerDeviceAdditionV3Body
- $HomeownerDTOExtension on HomeownerDTO
- $HomeownerListingDTOExtension on HomeownerListingDTO
- $HomeownerNotificationSettingDTOExtension on HomeownerNotificationSettingDTO
- $HomeownerNotificationSettingsUpdateV3BodyExtension on HomeownerNotificationSettingsUpdateV3Body
- $HomeownerUpdateV3BodyExtension on HomeownerUpdateV3Body
- $HomeownerV2Extension on HomeownerV2
- $HomeUserDTOExtension on HomeUserDTO
- $HomeV2Extension on HomeV2
- $InternalDeviceMetadataDTOExtension on InternalDeviceMetadataDTO
- $InternalDeviceMetadataV2Extension on InternalDeviceMetadataV2
- $KemApiV3DevicesIdSignaturesPost$RequestBodyExtension on KemApiV3DevicesIdSignaturesPost$RequestBody
- $KemproApiV2ConsentAcceptPost$RequestBodyExtension on KemproApiV2ConsentAcceptPost$RequestBody
- $KemproApiV2ConsentRejectPost$RequestBodyExtension on KemproApiV2ConsentRejectPost$RequestBody
- $KemproApiV2DevicesIdSignaturesPost$RequestBodyExtension on KemproApiV2DevicesIdSignaturesPost$RequestBody
- $LubeOilTemperatureValueResponseModelExtension on LubeOilTemperatureValueResponseModel
- $MaintenanceNoteDTOExtension on MaintenanceNoteDTO
- $MaintenanceNoteResponseModelExtension on MaintenanceNoteResponseModel
- $MaintenanceNoteUpsertV3BodyExtension on MaintenanceNoteUpsertV3Body
- $MarketingMessageDTOExtension on MarketingMessageDTO
- $MarketingMessageUpsertV3BodyExtension on MarketingMessageUpsertV3Body
- $ModbusSerialConnectionDTOExtension on ModbusSerialConnectionDTO
- $ModbusTcpConnectionDTOExtension on ModbusTcpConnectionDTO
- $NotificationDTOExtension on NotificationDTO
- $NotificationHistoryInsertV3BodyExtension on NotificationHistoryInsertV3Body
- $NotificationInfoExtension on NotificationInfo
- $NotificationInsertV2BodyExtension on NotificationInsertV2Body
- $NotificationInsertV3BodyExtension on NotificationInsertV3Body
- $NotificationSendV3BodyExtension on NotificationSendV3Body
- $NotificationTagUpdateV3BodyExtension on NotificationTagUpdateV3Body
- $NotificationV2Extension on NotificationV2
- $OktaEventActorV2Extension on OktaEventActorV2
- $OktaEventActorV3Extension on OktaEventActorV3
- $OktaEventDataV2Extension on OktaEventDataV2
- $OktaEventDataV3Extension on OktaEventDataV3
- $OktaEventHookDTOExtension on OktaEventHookDTO
- $OktaEventHooksDTOExtension on OktaEventHooksDTO
- $OktaEventTargetV2Extension on OktaEventTargetV2
- $OktaEventTargetV3Extension on OktaEventTargetV3
- $OktaEventV2BodyExtension on OktaEventV2Body
- $OktaEventV2Extension on OktaEventV2
- $OktaEventV3BodyExtension on OktaEventV3Body
- $OktaEventV3Extension on OktaEventV3
- $OktaVerificationDTOExtension on OktaVerificationDTO
- $OktaVerificationV2Extension on OktaVerificationV2
- $OnceEventSeverityExtension on OnceEventSeverity
- $OnceEventSourceExtension on OnceEventSource
- $OnceEventTypeExtension on OnceEventType
- $OnceEventV3BodyExtension on OnceEventV3Body
- $OnceOrganisationExtension on OnceOrganisation
- $OnceSimExtension on OnceSim
- $OncueImportDeviceV2BodyExtension on OncueImportDeviceV2Body
- $OncueImportDeviceV3BodyExtension on OncueImportDeviceV3Body
- $OncueImportV2BodyExtension on OncueImportV2Body
- $OncueImportV3BodyExtension on OncueImportV3Body
- $OncueVerificationDeviceDTOExtension on OncueVerificationDeviceDTO
- $OncueVerificationDeviceV2Extension on OncueVerificationDeviceV2
- $OncueVerificationDTOExtension on OncueVerificationDTO
- $OncueVerificationV2BodyExtension on OncueVerificationV2Body
- $OncueVerificationV2Extension on OncueVerificationV2
- $OncueVerificationV3BodyExtension on OncueVerificationV3Body
- $ParameterResponseModelExtension on ParameterResponseModel
- $ParameterUpdateV3BodyExtension on ParameterUpdateV3Body
- $PeripheralDTOExtension on PeripheralDTO
- $PeripheralParamDTOExtension on PeripheralParamDTO
- $PeripheralParamV2Extension on PeripheralParamV2
- $PeripheralRenameV2BodyExtension on PeripheralRenameV2Body
- $PeripheralRenameV3BodyExtension on PeripheralRenameV3Body
- $PeripheralV2Extension on PeripheralV2
- $PeripheralValueUpdateV2BodyExtension on PeripheralValueUpdateV2Body
- $PeripheralValueUpdateV3BodyExtension on PeripheralValueUpdateV3Body
- $RegisterNotificationV3BodyExtension on RegisterNotificationV3Body
- $ServiceAgreementDTOExtension on ServiceAgreementDTO
- $ServiceAgreementUpdateV2BodyExtension on ServiceAgreementUpdateV2Body
- $ServiceAgreementUpdateV3BodyExtension on ServiceAgreementUpdateV3Body
- $SetControllerClockV3BodyExtension on SetControllerClockV3Body
- $SetEngineExerciseRequestModelExtension on SetEngineExerciseRequestModel
- $SetGeneratorMaintenanceIntervalRequestModelExtension on SetGeneratorMaintenanceIntervalRequestModel
- $SetGeneratorMaintenanceNoteRequestModelExtension on SetGeneratorMaintenanceNoteRequestModel
- $StartExerciseV3BodyExtension on StartExerciseV3Body
- $TrendValueDTOExtension on TrendValueDTO
- $TrendValueV2Extension on TrendValueV2
- $UnblockEmailV3BodyExtension on UnblockEmailV3Body
- $UpdateHomeHubConnectionV3BodyExtension on UpdateHomeHubConnectionV3Body
- $UserAdditionV2BodyExtension on UserAdditionV2Body
- $UserInfoModelExtension on UserInfoModel
- $WizardDetailsV2Extension on WizardDetailsV2
- $WizardUpdateV2BodyExtension on WizardUpdateV2Body
- EnergyManagementApiExtensions on EnergyManagementApi
- EnergyManagementV3ApiExtensions on EnergyManagementV3Api
- StatusCodeIntExtension on int
- StripStringExtension on String
Constants
- body → const Body
- Declares the Body of POST, PUT, and PATCH requests
- chopperApi → const ChopperApi
- Defines a Chopper API.
- contentTypeKey → const String
- delete → const DELETE
- Defines a method as an HTTP DELETE request.
- factoryConverter → const FactoryConverter
- Defines custom Converter methods for a single network API endpoint. See ConvertRequest, ConvertResponse.
- field → const Field
-
Defines a field for a
x-www-form-urlencodedrequest. Automatically binds to the name of the method parameter. - fieldMap → const FieldMap
- Provides field parameters of a request as Map<String, dynamic>.
- formEncodedHeaders → const String
- formUrlEncoded → const FormUrlEncoded
- Denotes that the request body will use form URL encoding. Fields should be declared as parameters and annotated with Field/FieldMap.
- get → const GET
- Defines a method as an HTTP GET request.
- head → const HEAD
- Defines a method as an HTTP HEAD request.
- header → const Header
- Passes a value to the header of the request.
- jsonApiHeaders → const String
- jsonHeaders → const String
- multipart → const Multipart
- Defines a multipart request.
- options → const OPTIONS
- Defines a method as an HTTP OPTIONS request.
- part → const Part
- Use Part to define a part of a Multipart request.
- partFile → const PartFile
- Use PartFile to define a file field for a Multipart request.
- partFileMap → const PartFileMap
- Provides partFile parameters of a request as PartValueFile.
- partMap → const PartMap
- Provides part parameters of a request as PartValue.
- patch → const PATCH
- Defines a method as an HTTP PATCH request. Use the Body annotation to pass data to send.
- path → const Path
- Provides a parameter in the url.
- post → const POST
- Defines a method as an HTTP POST request.
- put → const PUT
- Defines a method as an HTTP PUT request.
- query → const Query
- Provides the query parameters of a request.
- queryMap → const QueryMap
- Provides query parameters of a request as Map<String, dynamic>.
- tag → const Tag
- Adds the argument instance as a request tag.
Properties
- chopperLogger → Logger
-
final
Functions
-
aggregationTypeDTOExplodedListToJson(
List< AggregationTypeDTO> ? aggregationTypeDTO) → String -
aggregationTypeDTOFromJson(
Object? aggregationTypeDTO, [AggregationTypeDTO? defaultValue]) → AggregationTypeDTO -
aggregationTypeDTOListFromJson(
List? aggregationTypeDTO, [List< AggregationTypeDTO> ? defaultValue]) → List<AggregationTypeDTO> -
aggregationTypeDTOListToJson(
List< AggregationTypeDTO> ? aggregationTypeDTO) → List<String> -
aggregationTypeDTONullableFromJson(
Object? aggregationTypeDTO, [AggregationTypeDTO? defaultValue]) → AggregationTypeDTO? -
aggregationTypeDTONullableListFromJson(
List? aggregationTypeDTO, [List< AggregationTypeDTO> ? defaultValue]) → List<AggregationTypeDTO> ? -
aggregationTypeDTONullableToJson(
AggregationTypeDTO? aggregationTypeDTO) → String? -
aggregationTypeDTOToJson(
AggregationTypeDTO aggregationTypeDTO) → String? -
alertTypeDTOExplodedListToJson(
List< AlertTypeDTO> ? alertTypeDTO) → String -
alertTypeDTOFromJson(
Object? alertTypeDTO, [AlertTypeDTO? defaultValue]) → AlertTypeDTO -
alertTypeDTOListFromJson(
List? alertTypeDTO, [List< AlertTypeDTO> ? defaultValue]) → List<AlertTypeDTO> -
alertTypeDTOListToJson(
List< AlertTypeDTO> ? alertTypeDTO) → List<String> -
alertTypeDTONullableFromJson(
Object? alertTypeDTO, [AlertTypeDTO? defaultValue]) → AlertTypeDTO? -
alertTypeDTONullableListFromJson(
List? alertTypeDTO, [List< AlertTypeDTO> ? defaultValue]) → List<AlertTypeDTO> ? -
alertTypeDTONullableToJson(
AlertTypeDTO? alertTypeDTO) → String? -
alertTypeDTOToJson(
AlertTypeDTO alertTypeDTO) → String? -
applyHeader(
Request request, String name, String value, {bool override = true}) → Request -
Creates a new Request by copying
requestand adding a header with the provided keynameand valuevalueto the result. -
applyHeaders(
Request request, Map< String, String> headers, {bool override = true}) → Request -
Creates a new Request by copying
requestand adding the providedheadersto the result. -
approvalDTOExplodedListToJson(
List< ApprovalDTO> ? approvalDTO) → String -
approvalDTOFromJson(
Object? approvalDTO, [ApprovalDTO? defaultValue]) → ApprovalDTO -
approvalDTOListFromJson(
List? approvalDTO, [List< ApprovalDTO> ? defaultValue]) → List<ApprovalDTO> -
approvalDTOListToJson(
List< ApprovalDTO> ? approvalDTO) → List<String> -
approvalDTONullableFromJson(
Object? approvalDTO, [ApprovalDTO? defaultValue]) → ApprovalDTO? -
approvalDTONullableListFromJson(
List? approvalDTO, [List< ApprovalDTO> ? defaultValue]) → List<ApprovalDTO> ? -
approvalDTONullableToJson(
ApprovalDTO? approvalDTO) → String? -
approvalDTOToJson(
ApprovalDTO approvalDTO) → String? -
cellKitPaymentStatusDTOExplodedListToJson(
List< CellKitPaymentStatusDTO> ? cellKitPaymentStatusDTO) → String -
cellKitPaymentStatusDTOFromJson(
Object? cellKitPaymentStatusDTO, [CellKitPaymentStatusDTO? defaultValue]) → CellKitPaymentStatusDTO -
cellKitPaymentStatusDTOListFromJson(
List? cellKitPaymentStatusDTO, [List< CellKitPaymentStatusDTO> ? defaultValue]) → List<CellKitPaymentStatusDTO> -
cellKitPaymentStatusDTOListToJson(
List< CellKitPaymentStatusDTO> ? cellKitPaymentStatusDTO) → List<String> -
cellKitPaymentStatusDTONullableFromJson(
Object? cellKitPaymentStatusDTO, [CellKitPaymentStatusDTO? defaultValue]) → CellKitPaymentStatusDTO? -
cellKitPaymentStatusDTONullableListFromJson(
List? cellKitPaymentStatusDTO, [List< CellKitPaymentStatusDTO> ? defaultValue]) → List<CellKitPaymentStatusDTO> ? -
cellKitPaymentStatusDTONullableToJson(
CellKitPaymentStatusDTO? cellKitPaymentStatusDTO) → String? -
cellKitPaymentStatusDTOToJson(
CellKitPaymentStatusDTO cellKitPaymentStatusDTO) → String? -
cellularDataStatusDTOExplodedListToJson(
List< CellularDataStatusDTO> ? cellularDataStatusDTO) → String -
cellularDataStatusDTOFromJson(
Object? cellularDataStatusDTO, [CellularDataStatusDTO? defaultValue]) → CellularDataStatusDTO -
cellularDataStatusDTOListFromJson(
List? cellularDataStatusDTO, [List< CellularDataStatusDTO> ? defaultValue]) → List<CellularDataStatusDTO> -
cellularDataStatusDTOListToJson(
List< CellularDataStatusDTO> ? cellularDataStatusDTO) → List<String> -
cellularDataStatusDTONullableFromJson(
Object? cellularDataStatusDTO, [CellularDataStatusDTO? defaultValue]) → CellularDataStatusDTO? -
cellularDataStatusDTONullableListFromJson(
List? cellularDataStatusDTO, [List< CellularDataStatusDTO> ? defaultValue]) → List<CellularDataStatusDTO> ? -
cellularDataStatusDTONullableToJson(
CellularDataStatusDTO? cellularDataStatusDTO) → String? -
cellularDataStatusDTOToJson(
CellularDataStatusDTO cellularDataStatusDTO) → String? -
cellularExpiryStatusDTOExplodedListToJson(
List< CellularExpiryStatusDTO> ? cellularExpiryStatusDTO) → String -
cellularExpiryStatusDTOFromJson(
Object? cellularExpiryStatusDTO, [CellularExpiryStatusDTO? defaultValue]) → CellularExpiryStatusDTO -
cellularExpiryStatusDTOListFromJson(
List? cellularExpiryStatusDTO, [List< CellularExpiryStatusDTO> ? defaultValue]) → List<CellularExpiryStatusDTO> -
cellularExpiryStatusDTOListToJson(
List< CellularExpiryStatusDTO> ? cellularExpiryStatusDTO) → List<String> -
cellularExpiryStatusDTONullableFromJson(
Object? cellularExpiryStatusDTO, [CellularExpiryStatusDTO? defaultValue]) → CellularExpiryStatusDTO? -
cellularExpiryStatusDTONullableListFromJson(
List? cellularExpiryStatusDTO, [List< CellularExpiryStatusDTO> ? defaultValue]) → List<CellularExpiryStatusDTO> ? -
cellularExpiryStatusDTONullableToJson(
CellularExpiryStatusDTO? cellularExpiryStatusDTO) → String? -
cellularExpiryStatusDTOToJson(
CellularExpiryStatusDTO cellularExpiryStatusDTO) → String? -
connectionTypeDTOExplodedListToJson(
List< ConnectionTypeDTO> ? connectionTypeDTO) → String -
connectionTypeDTOFromJson(
Object? connectionTypeDTO, [ConnectionTypeDTO? defaultValue]) → ConnectionTypeDTO -
connectionTypeDTOListFromJson(
List? connectionTypeDTO, [List< ConnectionTypeDTO> ? defaultValue]) → List<ConnectionTypeDTO> -
connectionTypeDTOListToJson(
List< ConnectionTypeDTO> ? connectionTypeDTO) → List<String> -
connectionTypeDTONullableFromJson(
Object? connectionTypeDTO, [ConnectionTypeDTO? defaultValue]) → ConnectionTypeDTO? -
connectionTypeDTONullableListFromJson(
List? connectionTypeDTO, [List< ConnectionTypeDTO> ? defaultValue]) → List<ConnectionTypeDTO> ? -
connectionTypeDTONullableToJson(
ConnectionTypeDTO? connectionTypeDTO) → String? -
connectionTypeDTOToJson(
ConnectionTypeDTO connectionTypeDTO) → String? -
connectionTypeV2ExplodedListToJson(
List< ConnectionTypeV2> ? connectionTypeV2) → String -
connectionTypeV2FromJson(
Object? connectionTypeV2, [ConnectionTypeV2? defaultValue]) → ConnectionTypeV2 -
connectionTypeV2ListFromJson(
List? connectionTypeV2, [List< ConnectionTypeV2> ? defaultValue]) → List<ConnectionTypeV2> -
connectionTypeV2ListToJson(
List< ConnectionTypeV2> ? connectionTypeV2) → List<String> -
connectionTypeV2NullableFromJson(
Object? connectionTypeV2, [ConnectionTypeV2? defaultValue]) → ConnectionTypeV2? -
connectionTypeV2NullableListFromJson(
List? connectionTypeV2, [List< ConnectionTypeV2> ? defaultValue]) → List<ConnectionTypeV2> ? -
connectionTypeV2NullableToJson(
ConnectionTypeV2? connectionTypeV2) → String? -
connectionTypeV2ToJson(
ConnectionTypeV2 connectionTypeV2) → String? -
coolingTypeDTOExplodedListToJson(
List< CoolingTypeDTO> ? coolingTypeDTO) → String -
coolingTypeDTOFromJson(
Object? coolingTypeDTO, [CoolingTypeDTO? defaultValue]) → CoolingTypeDTO -
coolingTypeDTOListFromJson(
List? coolingTypeDTO, [List< CoolingTypeDTO> ? defaultValue]) → List<CoolingTypeDTO> -
coolingTypeDTOListToJson(
List< CoolingTypeDTO> ? coolingTypeDTO) → List<String> -
coolingTypeDTONullableFromJson(
Object? coolingTypeDTO, [CoolingTypeDTO? defaultValue]) → CoolingTypeDTO? -
coolingTypeDTONullableListFromJson(
List? coolingTypeDTO, [List< CoolingTypeDTO> ? defaultValue]) → List<CoolingTypeDTO> ? -
coolingTypeDTONullableToJson(
CoolingTypeDTO? coolingTypeDTO) → String? -
coolingTypeDTOToJson(
CoolingTypeDTO coolingTypeDTO) → String? -
coolingTypeV2ExplodedListToJson(
List< CoolingTypeV2> ? coolingTypeV2) → String -
coolingTypeV2FromJson(
Object? coolingTypeV2, [CoolingTypeV2? defaultValue]) → CoolingTypeV2 -
coolingTypeV2ListFromJson(
List? coolingTypeV2, [List< CoolingTypeV2> ? defaultValue]) → List<CoolingTypeV2> -
coolingTypeV2ListToJson(
List< CoolingTypeV2> ? coolingTypeV2) → List<String> -
coolingTypeV2NullableFromJson(
Object? coolingTypeV2, [CoolingTypeV2? defaultValue]) → CoolingTypeV2? -
coolingTypeV2NullableListFromJson(
List? coolingTypeV2, [List< CoolingTypeV2> ? defaultValue]) → List<CoolingTypeV2> ? -
coolingTypeV2NullableToJson(
CoolingTypeV2? coolingTypeV2) → String? -
coolingTypeV2ToJson(
CoolingTypeV2 coolingTypeV2) → String? -
dealerOrgSortDTOExplodedListToJson(
List< DealerOrgSortDTO> ? dealerOrgSortDTO) → String -
dealerOrgSortDTOFromJson(
Object? dealerOrgSortDTO, [DealerOrgSortDTO? defaultValue]) → DealerOrgSortDTO -
dealerOrgSortDTOListFromJson(
List? dealerOrgSortDTO, [List< DealerOrgSortDTO> ? defaultValue]) → List<DealerOrgSortDTO> -
dealerOrgSortDTOListToJson(
List< DealerOrgSortDTO> ? dealerOrgSortDTO) → List<String> -
dealerOrgSortDTONullableFromJson(
Object? dealerOrgSortDTO, [DealerOrgSortDTO? defaultValue]) → DealerOrgSortDTO? -
dealerOrgSortDTONullableListFromJson(
List? dealerOrgSortDTO, [List< DealerOrgSortDTO> ? defaultValue]) → List<DealerOrgSortDTO> ? -
dealerOrgSortDTONullableToJson(
DealerOrgSortDTO? dealerOrgSortDTO) → String? -
dealerOrgSortDTOToJson(
DealerOrgSortDTO dealerOrgSortDTO) → String? -
deviceEventIdExplodedListToJson(
List< DeviceEventId> ? deviceEventId) → String -
deviceEventIdFromJson(
Object? deviceEventId, [DeviceEventId? defaultValue]) → DeviceEventId -
deviceEventIdListFromJson(
List? deviceEventId, [List< DeviceEventId> ? defaultValue]) → List<DeviceEventId> -
deviceEventIdListToJson(
List< DeviceEventId> ? deviceEventId) → List<String> -
deviceEventIdNullableFromJson(
Object? deviceEventId, [DeviceEventId? defaultValue]) → DeviceEventId? -
deviceEventIdNullableListFromJson(
List? deviceEventId, [List< DeviceEventId> ? defaultValue]) → List<DeviceEventId> ? -
deviceEventIdNullableToJson(
DeviceEventId? deviceEventId) → String? -
deviceEventIdToJson(
DeviceEventId deviceEventId) → String? -
deviceEventLevelDTOExplodedListToJson(
List< DeviceEventLevelDTO> ? deviceEventLevelDTO) → String -
deviceEventLevelDTOFromJson(
Object? deviceEventLevelDTO, [DeviceEventLevelDTO? defaultValue]) → DeviceEventLevelDTO -
deviceEventLevelDTOListFromJson(
List? deviceEventLevelDTO, [List< DeviceEventLevelDTO> ? defaultValue]) → List<DeviceEventLevelDTO> -
deviceEventLevelDTOListToJson(
List< DeviceEventLevelDTO> ? deviceEventLevelDTO) → List<String> -
deviceEventLevelDTONullableFromJson(
Object? deviceEventLevelDTO, [DeviceEventLevelDTO? defaultValue]) → DeviceEventLevelDTO? -
deviceEventLevelDTONullableListFromJson(
List? deviceEventLevelDTO, [List< DeviceEventLevelDTO> ? defaultValue]) → List<DeviceEventLevelDTO> ? -
deviceEventLevelDTONullableToJson(
DeviceEventLevelDTO? deviceEventLevelDTO) → String? -
deviceEventLevelDTOToJson(
DeviceEventLevelDTO deviceEventLevelDTO) → String? -
deviceHostDTOExplodedListToJson(
List< DeviceHostDTO> ? deviceHostDTO) → String -
deviceHostDTOFromJson(
Object? deviceHostDTO, [DeviceHostDTO? defaultValue]) → DeviceHostDTO -
deviceHostDTOListFromJson(
List? deviceHostDTO, [List< DeviceHostDTO> ? defaultValue]) → List<DeviceHostDTO> -
deviceHostDTOListToJson(
List< DeviceHostDTO> ? deviceHostDTO) → List<String> -
deviceHostDTONullableFromJson(
Object? deviceHostDTO, [DeviceHostDTO? defaultValue]) → DeviceHostDTO? -
deviceHostDTONullableListFromJson(
List? deviceHostDTO, [List< DeviceHostDTO> ? defaultValue]) → List<DeviceHostDTO> ? -
deviceHostDTONullableToJson(
DeviceHostDTO? deviceHostDTO) → String? -
deviceHostDTOToJson(
DeviceHostDTO deviceHostDTO) → String? -
deviceMigrationRequestTypeDTOExplodedListToJson(
List< DeviceMigrationRequestTypeDTO> ? deviceMigrationRequestTypeDTO) → String -
deviceMigrationRequestTypeDTOFromJson(
Object? deviceMigrationRequestTypeDTO, [DeviceMigrationRequestTypeDTO? defaultValue]) → DeviceMigrationRequestTypeDTO -
deviceMigrationRequestTypeDTOListFromJson(
List? deviceMigrationRequestTypeDTO, [List< DeviceMigrationRequestTypeDTO> ? defaultValue]) → List<DeviceMigrationRequestTypeDTO> -
deviceMigrationRequestTypeDTOListToJson(
List< DeviceMigrationRequestTypeDTO> ? deviceMigrationRequestTypeDTO) → List<String> -
deviceMigrationRequestTypeDTONullableFromJson(
Object? deviceMigrationRequestTypeDTO, [DeviceMigrationRequestTypeDTO? defaultValue]) → DeviceMigrationRequestTypeDTO? -
deviceMigrationRequestTypeDTONullableListFromJson(
List? deviceMigrationRequestTypeDTO, [List< DeviceMigrationRequestTypeDTO> ? defaultValue]) → List<DeviceMigrationRequestTypeDTO> ? -
deviceMigrationRequestTypeDTONullableToJson(
DeviceMigrationRequestTypeDTO? deviceMigrationRequestTypeDTO) → String? -
deviceMigrationRequestTypeDTOToJson(
DeviceMigrationRequestTypeDTO deviceMigrationRequestTypeDTO) → String? -
deviceMigrationStatusDTOExplodedListToJson(
List< DeviceMigrationStatusDTO> ? deviceMigrationStatusDTO) → String -
deviceMigrationStatusDTOFromJson(
Object? deviceMigrationStatusDTO, [DeviceMigrationStatusDTO? defaultValue]) → DeviceMigrationStatusDTO -
deviceMigrationStatusDTOListFromJson(
List? deviceMigrationStatusDTO, [List< DeviceMigrationStatusDTO> ? defaultValue]) → List<DeviceMigrationStatusDTO> -
deviceMigrationStatusDTOListToJson(
List< DeviceMigrationStatusDTO> ? deviceMigrationStatusDTO) → List<String> -
deviceMigrationStatusDTONullableFromJson(
Object? deviceMigrationStatusDTO, [DeviceMigrationStatusDTO? defaultValue]) → DeviceMigrationStatusDTO? -
deviceMigrationStatusDTONullableListFromJson(
List? deviceMigrationStatusDTO, [List< DeviceMigrationStatusDTO> ? defaultValue]) → List<DeviceMigrationStatusDTO> ? -
deviceMigrationStatusDTONullableToJson(
DeviceMigrationStatusDTO? deviceMigrationStatusDTO) → String? -
deviceMigrationStatusDTOToJson(
DeviceMigrationStatusDTO deviceMigrationStatusDTO) → String? -
deviceSortDTOExplodedListToJson(
List< DeviceSortDTO> ? deviceSortDTO) → String -
deviceSortDTOFromJson(
Object? deviceSortDTO, [DeviceSortDTO? defaultValue]) → DeviceSortDTO -
deviceSortDTOListFromJson(
List? deviceSortDTO, [List< DeviceSortDTO> ? defaultValue]) → List<DeviceSortDTO> -
deviceSortDTOListToJson(
List< DeviceSortDTO> ? deviceSortDTO) → List<String> -
deviceSortDTONullableFromJson(
Object? deviceSortDTO, [DeviceSortDTO? defaultValue]) → DeviceSortDTO? -
deviceSortDTONullableListFromJson(
List? deviceSortDTO, [List< DeviceSortDTO> ? defaultValue]) → List<DeviceSortDTO> ? -
deviceSortDTONullableToJson(
DeviceSortDTO? deviceSortDTO) → String? -
deviceSortDTOToJson(
DeviceSortDTO deviceSortDTO) → String? -
deviceStatusDTOExplodedListToJson(
List< DeviceStatusDTO> ? deviceStatusDTO) → String -
deviceStatusDTOFromJson(
Object? deviceStatusDTO, [DeviceStatusDTO? defaultValue]) → DeviceStatusDTO -
deviceStatusDTOListFromJson(
List? deviceStatusDTO, [List< DeviceStatusDTO> ? defaultValue]) → List<DeviceStatusDTO> -
deviceStatusDTOListToJson(
List< DeviceStatusDTO> ? deviceStatusDTO) → List<String> -
deviceStatusDTONullableFromJson(
Object? deviceStatusDTO, [DeviceStatusDTO? defaultValue]) → DeviceStatusDTO? -
deviceStatusDTONullableListFromJson(
List? deviceStatusDTO, [List< DeviceStatusDTO> ? defaultValue]) → List<DeviceStatusDTO> ? -
deviceStatusDTONullableToJson(
DeviceStatusDTO? deviceStatusDTO) → String? -
deviceStatusDTOToJson(
DeviceStatusDTO deviceStatusDTO) → String? -
deviceStatusV2ExplodedListToJson(
List< DeviceStatusV2> ? deviceStatusV2) → String -
deviceStatusV2FromJson(
Object? deviceStatusV2, [DeviceStatusV2? defaultValue]) → DeviceStatusV2 -
deviceStatusV2ListFromJson(
List? deviceStatusV2, [List< DeviceStatusV2> ? defaultValue]) → List<DeviceStatusV2> -
deviceStatusV2ListToJson(
List< DeviceStatusV2> ? deviceStatusV2) → List<String> -
deviceStatusV2NullableFromJson(
Object? deviceStatusV2, [DeviceStatusV2? defaultValue]) → DeviceStatusV2? -
deviceStatusV2NullableListFromJson(
List? deviceStatusV2, [List< DeviceStatusV2> ? defaultValue]) → List<DeviceStatusV2> ? -
deviceStatusV2NullableToJson(
DeviceStatusV2? deviceStatusV2) → String? -
deviceStatusV2ToJson(
DeviceStatusV2 deviceStatusV2) → String? -
eventTypeDTOExplodedListToJson(
List< EventTypeDTO> ? eventTypeDTO) → String -
eventTypeDTOFromJson(
Object? eventTypeDTO, [EventTypeDTO? defaultValue]) → EventTypeDTO -
eventTypeDTOListFromJson(
List? eventTypeDTO, [List< EventTypeDTO> ? defaultValue]) → List<EventTypeDTO> -
eventTypeDTOListToJson(
List< EventTypeDTO> ? eventTypeDTO) → List<String> -
eventTypeDTONullableFromJson(
Object? eventTypeDTO, [EventTypeDTO? defaultValue]) → EventTypeDTO? -
eventTypeDTONullableListFromJson(
List? eventTypeDTO, [List< EventTypeDTO> ? defaultValue]) → List<EventTypeDTO> ? -
eventTypeDTONullableToJson(
EventTypeDTO? eventTypeDTO) → String? -
eventTypeDTOToJson(
EventTypeDTO eventTypeDTO) → String? -
exerciseFrequencyDTOExplodedListToJson(
List< ExerciseFrequencyDTO> ? exerciseFrequencyDTO) → String -
exerciseFrequencyDTOFromJson(
Object? exerciseFrequencyDTO, [ExerciseFrequencyDTO? defaultValue]) → ExerciseFrequencyDTO -
exerciseFrequencyDTOListFromJson(
List? exerciseFrequencyDTO, [List< ExerciseFrequencyDTO> ? defaultValue]) → List<ExerciseFrequencyDTO> -
exerciseFrequencyDTOListToJson(
List< ExerciseFrequencyDTO> ? exerciseFrequencyDTO) → List<String> -
exerciseFrequencyDTONullableFromJson(
Object? exerciseFrequencyDTO, [ExerciseFrequencyDTO? defaultValue]) → ExerciseFrequencyDTO? -
exerciseFrequencyDTONullableListFromJson(
List? exerciseFrequencyDTO, [List< ExerciseFrequencyDTO> ? defaultValue]) → List<ExerciseFrequencyDTO> ? -
exerciseFrequencyDTONullableToJson(
ExerciseFrequencyDTO? exerciseFrequencyDTO) → String? -
exerciseFrequencyDTOToJson(
ExerciseFrequencyDTO exerciseFrequencyDTO) → String? -
exerciseFrequencyV2ExplodedListToJson(
List< ExerciseFrequencyV2> ? exerciseFrequencyV2) → String -
exerciseFrequencyV2FromJson(
Object? exerciseFrequencyV2, [ExerciseFrequencyV2? defaultValue]) → ExerciseFrequencyV2 -
exerciseFrequencyV2ListFromJson(
List? exerciseFrequencyV2, [List< ExerciseFrequencyV2> ? defaultValue]) → List<ExerciseFrequencyV2> -
exerciseFrequencyV2ListToJson(
List< ExerciseFrequencyV2> ? exerciseFrequencyV2) → List<String> -
exerciseFrequencyV2NullableFromJson(
Object? exerciseFrequencyV2, [ExerciseFrequencyV2? defaultValue]) → ExerciseFrequencyV2? -
exerciseFrequencyV2NullableListFromJson(
List? exerciseFrequencyV2, [List< ExerciseFrequencyV2> ? defaultValue]) → List<ExerciseFrequencyV2> ? -
exerciseFrequencyV2NullableToJson(
ExerciseFrequencyV2? exerciseFrequencyV2) → String? -
exerciseFrequencyV2ToJson(
ExerciseFrequencyV2 exerciseFrequencyV2) → String? -
exerciseModeDTOExplodedListToJson(
List< ExerciseModeDTO> ? exerciseModeDTO) → String -
exerciseModeDTOFromJson(
Object? exerciseModeDTO, [ExerciseModeDTO? defaultValue]) → ExerciseModeDTO -
exerciseModeDTOListFromJson(
List? exerciseModeDTO, [List< ExerciseModeDTO> ? defaultValue]) → List<ExerciseModeDTO> -
exerciseModeDTOListToJson(
List< ExerciseModeDTO> ? exerciseModeDTO) → List<String> -
exerciseModeDTONullableFromJson(
Object? exerciseModeDTO, [ExerciseModeDTO? defaultValue]) → ExerciseModeDTO? -
exerciseModeDTONullableListFromJson(
List? exerciseModeDTO, [List< ExerciseModeDTO> ? defaultValue]) → List<ExerciseModeDTO> ? -
exerciseModeDTONullableToJson(
ExerciseModeDTO? exerciseModeDTO) → String? -
exerciseModeDTOToJson(
ExerciseModeDTO exerciseModeDTO) → String? -
exerciseModeV2ExplodedListToJson(
List< ExerciseModeV2> ? exerciseModeV2) → String -
exerciseModeV2FromJson(
Object? exerciseModeV2, [ExerciseModeV2? defaultValue]) → ExerciseModeV2 -
exerciseModeV2ListFromJson(
List? exerciseModeV2, [List< ExerciseModeV2> ? defaultValue]) → List<ExerciseModeV2> -
exerciseModeV2ListToJson(
List< ExerciseModeV2> ? exerciseModeV2) → List<String> -
exerciseModeV2NullableFromJson(
Object? exerciseModeV2, [ExerciseModeV2? defaultValue]) → ExerciseModeV2? -
exerciseModeV2NullableListFromJson(
List? exerciseModeV2, [List< ExerciseModeV2> ? defaultValue]) → List<ExerciseModeV2> ? -
exerciseModeV2NullableToJson(
ExerciseModeV2? exerciseModeV2) → String? -
exerciseModeV2ToJson(
ExerciseModeV2 exerciseModeV2) → String? -
exerciseScheduleFrequencyDTOExplodedListToJson(
List< ExerciseScheduleFrequencyDTO> ? exerciseScheduleFrequencyDTO) → String -
exerciseScheduleFrequencyDTOFromJson(
Object? exerciseScheduleFrequencyDTO, [ExerciseScheduleFrequencyDTO? defaultValue]) → ExerciseScheduleFrequencyDTO -
exerciseScheduleFrequencyDTOListFromJson(
List? exerciseScheduleFrequencyDTO, [List< ExerciseScheduleFrequencyDTO> ? defaultValue]) → List<ExerciseScheduleFrequencyDTO> -
exerciseScheduleFrequencyDTOListToJson(
List< ExerciseScheduleFrequencyDTO> ? exerciseScheduleFrequencyDTO) → List<String> -
exerciseScheduleFrequencyDTONullableFromJson(
Object? exerciseScheduleFrequencyDTO, [ExerciseScheduleFrequencyDTO? defaultValue]) → ExerciseScheduleFrequencyDTO? -
exerciseScheduleFrequencyDTONullableListFromJson(
List? exerciseScheduleFrequencyDTO, [List< ExerciseScheduleFrequencyDTO> ? defaultValue]) → List<ExerciseScheduleFrequencyDTO> ? -
exerciseScheduleFrequencyDTONullableToJson(
ExerciseScheduleFrequencyDTO? exerciseScheduleFrequencyDTO) → String? -
exerciseScheduleFrequencyDTOToJson(
ExerciseScheduleFrequencyDTO exerciseScheduleFrequencyDTO) → String? -
exerciseScheduleFrequencyV2ExplodedListToJson(
List< ExerciseScheduleFrequencyV2> ? exerciseScheduleFrequencyV2) → String -
exerciseScheduleFrequencyV2FromJson(
Object? exerciseScheduleFrequencyV2, [ExerciseScheduleFrequencyV2? defaultValue]) → ExerciseScheduleFrequencyV2 -
exerciseScheduleFrequencyV2ListFromJson(
List? exerciseScheduleFrequencyV2, [List< ExerciseScheduleFrequencyV2> ? defaultValue]) → List<ExerciseScheduleFrequencyV2> -
exerciseScheduleFrequencyV2ListToJson(
List< ExerciseScheduleFrequencyV2> ? exerciseScheduleFrequencyV2) → List<String> -
exerciseScheduleFrequencyV2NullableFromJson(
Object? exerciseScheduleFrequencyV2, [ExerciseScheduleFrequencyV2? defaultValue]) → ExerciseScheduleFrequencyV2? -
exerciseScheduleFrequencyV2NullableListFromJson(
List? exerciseScheduleFrequencyV2, [List< ExerciseScheduleFrequencyV2> ? defaultValue]) → List<ExerciseScheduleFrequencyV2> ? -
exerciseScheduleFrequencyV2NullableToJson(
ExerciseScheduleFrequencyV2? exerciseScheduleFrequencyV2) → String? -
exerciseScheduleFrequencyV2ToJson(
ExerciseScheduleFrequencyV2 exerciseScheduleFrequencyV2) → String? -
exerciseScheduleModeDTOExplodedListToJson(
List< ExerciseScheduleModeDTO> ? exerciseScheduleModeDTO) → String -
exerciseScheduleModeDTOFromJson(
Object? exerciseScheduleModeDTO, [ExerciseScheduleModeDTO? defaultValue]) → ExerciseScheduleModeDTO -
exerciseScheduleModeDTOListFromJson(
List? exerciseScheduleModeDTO, [List< ExerciseScheduleModeDTO> ? defaultValue]) → List<ExerciseScheduleModeDTO> -
exerciseScheduleModeDTOListToJson(
List< ExerciseScheduleModeDTO> ? exerciseScheduleModeDTO) → List<String> -
exerciseScheduleModeDTONullableFromJson(
Object? exerciseScheduleModeDTO, [ExerciseScheduleModeDTO? defaultValue]) → ExerciseScheduleModeDTO? -
exerciseScheduleModeDTONullableListFromJson(
List? exerciseScheduleModeDTO, [List< ExerciseScheduleModeDTO> ? defaultValue]) → List<ExerciseScheduleModeDTO> ? -
exerciseScheduleModeDTONullableToJson(
ExerciseScheduleModeDTO? exerciseScheduleModeDTO) → String? -
exerciseScheduleModeDTOToJson(
ExerciseScheduleModeDTO exerciseScheduleModeDTO) → String? -
exerciseScheduleModeV2ExplodedListToJson(
List< ExerciseScheduleModeV2> ? exerciseScheduleModeV2) → String -
exerciseScheduleModeV2FromJson(
Object? exerciseScheduleModeV2, [ExerciseScheduleModeV2? defaultValue]) → ExerciseScheduleModeV2 -
exerciseScheduleModeV2ListFromJson(
List? exerciseScheduleModeV2, [List< ExerciseScheduleModeV2> ? defaultValue]) → List<ExerciseScheduleModeV2> -
exerciseScheduleModeV2ListToJson(
List< ExerciseScheduleModeV2> ? exerciseScheduleModeV2) → List<String> -
exerciseScheduleModeV2NullableFromJson(
Object? exerciseScheduleModeV2, [ExerciseScheduleModeV2? defaultValue]) → ExerciseScheduleModeV2? -
exerciseScheduleModeV2NullableListFromJson(
List? exerciseScheduleModeV2, [List< ExerciseScheduleModeV2> ? defaultValue]) → List<ExerciseScheduleModeV2> ? -
exerciseScheduleModeV2NullableToJson(
ExerciseScheduleModeV2? exerciseScheduleModeV2) → String? -
exerciseScheduleModeV2ToJson(
ExerciseScheduleModeV2 exerciseScheduleModeV2) → String? -
exerciseStartModeV2ExplodedListToJson(
List< ExerciseStartModeV2> ? exerciseStartModeV2) → String -
exerciseStartModeV2FromJson(
Object? exerciseStartModeV2, [ExerciseStartModeV2? defaultValue]) → ExerciseStartModeV2 -
exerciseStartModeV2ListFromJson(
List? exerciseStartModeV2, [List< ExerciseStartModeV2> ? defaultValue]) → List<ExerciseStartModeV2> -
exerciseStartModeV2ListToJson(
List< ExerciseStartModeV2> ? exerciseStartModeV2) → List<String> -
exerciseStartModeV2NullableFromJson(
Object? exerciseStartModeV2, [ExerciseStartModeV2? defaultValue]) → ExerciseStartModeV2? -
exerciseStartModeV2NullableListFromJson(
List? exerciseStartModeV2, [List< ExerciseStartModeV2> ? defaultValue]) → List<ExerciseStartModeV2> ? -
exerciseStartModeV2NullableToJson(
ExerciseStartModeV2? exerciseStartModeV2) → String? -
exerciseStartModeV2ToJson(
ExerciseStartModeV2 exerciseStartModeV2) → String? -
exportColumnTemplateExplodedListToJson(
List< ExportColumnTemplate> ? exportColumnTemplate) → String -
exportColumnTemplateFromJson(
Object? exportColumnTemplate, [ExportColumnTemplate? defaultValue]) → ExportColumnTemplate -
exportColumnTemplateListFromJson(
List? exportColumnTemplate, [List< ExportColumnTemplate> ? defaultValue]) → List<ExportColumnTemplate> -
exportColumnTemplateListToJson(
List< ExportColumnTemplate> ? exportColumnTemplate) → List<String> -
exportColumnTemplateNullableFromJson(
Object? exportColumnTemplate, [ExportColumnTemplate? defaultValue]) → ExportColumnTemplate? -
exportColumnTemplateNullableListFromJson(
List? exportColumnTemplate, [List< ExportColumnTemplate> ? defaultValue]) → List<ExportColumnTemplate> ? -
exportColumnTemplateNullableToJson(
ExportColumnTemplate? exportColumnTemplate) → String? -
exportColumnTemplateToJson(
ExportColumnTemplate exportColumnTemplate) → String? -
exportFileTypeDTOExplodedListToJson(
List< ExportFileTypeDTO> ? exportFileTypeDTO) → String -
exportFileTypeDTOFromJson(
Object? exportFileTypeDTO, [ExportFileTypeDTO? defaultValue]) → ExportFileTypeDTO -
exportFileTypeDTOListFromJson(
List? exportFileTypeDTO, [List< ExportFileTypeDTO> ? defaultValue]) → List<ExportFileTypeDTO> -
exportFileTypeDTOListToJson(
List< ExportFileTypeDTO> ? exportFileTypeDTO) → List<String> -
exportFileTypeDTONullableFromJson(
Object? exportFileTypeDTO, [ExportFileTypeDTO? defaultValue]) → ExportFileTypeDTO? -
exportFileTypeDTONullableListFromJson(
List? exportFileTypeDTO, [List< ExportFileTypeDTO> ? defaultValue]) → List<ExportFileTypeDTO> ? -
exportFileTypeDTONullableToJson(
ExportFileTypeDTO? exportFileTypeDTO) → String? -
exportFileTypeDTOToJson(
ExportFileTypeDTO exportFileTypeDTO) → String? -
fmiDTOExplodedListToJson(
List< FmiDTO> ? fmiDTO) → String -
fmiDTOFromJson(
Object? fmiDTO, [FmiDTO? defaultValue]) → FmiDTO -
fmiDTOListFromJson(
List? fmiDTO, [List< FmiDTO> ? defaultValue]) → List<FmiDTO> -
fmiDTOListToJson(
List< FmiDTO> ? fmiDTO) → List<String> -
fmiDTONullableFromJson(
Object? fmiDTO, [FmiDTO? defaultValue]) → FmiDTO? -
fmiDTONullableListFromJson(
List? fmiDTO, [List< FmiDTO> ? defaultValue]) → List<FmiDTO> ? -
fmiDTONullableToJson(
FmiDTO? fmiDTO) → String? -
fmiDTOToJson(
FmiDTO fmiDTO) → String? -
fuelTypeDTOExplodedListToJson(
List< FuelTypeDTO> ? fuelTypeDTO) → String -
fuelTypeDTOFromJson(
Object? fuelTypeDTO, [FuelTypeDTO? defaultValue]) → FuelTypeDTO -
fuelTypeDTOListFromJson(
List? fuelTypeDTO, [List< FuelTypeDTO> ? defaultValue]) → List<FuelTypeDTO> -
fuelTypeDTOListToJson(
List< FuelTypeDTO> ? fuelTypeDTO) → List<String> -
fuelTypeDTONullableFromJson(
Object? fuelTypeDTO, [FuelTypeDTO? defaultValue]) → FuelTypeDTO? -
fuelTypeDTONullableListFromJson(
List? fuelTypeDTO, [List< FuelTypeDTO> ? defaultValue]) → List<FuelTypeDTO> ? -
fuelTypeDTONullableToJson(
FuelTypeDTO? fuelTypeDTO) → String? -
fuelTypeDTOToJson(
FuelTypeDTO fuelTypeDTO) → String? -
gensetModelDTOExplodedListToJson(
List< GensetModelDTO> ? gensetModelDTO) → String -
gensetModelDTOFromJson(
Object? gensetModelDTO, [GensetModelDTO? defaultValue]) → GensetModelDTO -
gensetModelDTOListFromJson(
List? gensetModelDTO, [List< GensetModelDTO> ? defaultValue]) → List<GensetModelDTO> -
gensetModelDTOListToJson(
List< GensetModelDTO> ? gensetModelDTO) → List<String> -
gensetModelDTONullableFromJson(
Object? gensetModelDTO, [GensetModelDTO? defaultValue]) → GensetModelDTO? -
gensetModelDTONullableListFromJson(
List? gensetModelDTO, [List< GensetModelDTO> ? defaultValue]) → List<GensetModelDTO> ? -
gensetModelDTONullableToJson(
GensetModelDTO? gensetModelDTO) → String? -
gensetModelDTOToJson(
GensetModelDTO gensetModelDTO) → String? -
gensetStateDTOExplodedListToJson(
List< GensetStateDTO> ? gensetStateDTO) → String -
gensetStateDTOFromJson(
Object? gensetStateDTO, [GensetStateDTO? defaultValue]) → GensetStateDTO -
gensetStateDTOListFromJson(
List? gensetStateDTO, [List< GensetStateDTO> ? defaultValue]) → List<GensetStateDTO> -
gensetStateDTOListToJson(
List< GensetStateDTO> ? gensetStateDTO) → List<String> -
gensetStateDTONullableFromJson(
Object? gensetStateDTO, [GensetStateDTO? defaultValue]) → GensetStateDTO? -
gensetStateDTONullableListFromJson(
List? gensetStateDTO, [List< GensetStateDTO> ? defaultValue]) → List<GensetStateDTO> ? -
gensetStateDTONullableToJson(
GensetStateDTO? gensetStateDTO) → String? -
gensetStateDTOToJson(
GensetStateDTO gensetStateDTO) → String? -
homeownerConsentActionDTOExplodedListToJson(
List< HomeownerConsentActionDTO> ? homeownerConsentActionDTO) → String -
homeownerConsentActionDTOFromJson(
Object? homeownerConsentActionDTO, [HomeownerConsentActionDTO? defaultValue]) → HomeownerConsentActionDTO -
homeownerConsentActionDTOListFromJson(
List? homeownerConsentActionDTO, [List< HomeownerConsentActionDTO> ? defaultValue]) → List<HomeownerConsentActionDTO> -
homeownerConsentActionDTOListToJson(
List< HomeownerConsentActionDTO> ? homeownerConsentActionDTO) → List<String> -
homeownerConsentActionDTONullableFromJson(
Object? homeownerConsentActionDTO, [HomeownerConsentActionDTO? defaultValue]) → HomeownerConsentActionDTO? -
homeownerConsentActionDTONullableListFromJson(
List? homeownerConsentActionDTO, [List< HomeownerConsentActionDTO> ? defaultValue]) → List<HomeownerConsentActionDTO> ? -
homeownerConsentActionDTONullableToJson(
HomeownerConsentActionDTO? homeownerConsentActionDTO) → String? -
homeownerConsentActionDTOToJson(
HomeownerConsentActionDTO homeownerConsentActionDTO) → String? -
homeownerConsentActionV2ExplodedListToJson(
List< HomeownerConsentActionV2> ? homeownerConsentActionV2) → String -
homeownerConsentActionV2FromJson(
Object? homeownerConsentActionV2, [HomeownerConsentActionV2? defaultValue]) → HomeownerConsentActionV2 -
homeownerConsentActionV2ListFromJson(
List? homeownerConsentActionV2, [List< HomeownerConsentActionV2> ? defaultValue]) → List<HomeownerConsentActionV2> -
homeownerConsentActionV2ListToJson(
List< HomeownerConsentActionV2> ? homeownerConsentActionV2) → List<String> -
homeownerConsentActionV2NullableFromJson(
Object? homeownerConsentActionV2, [HomeownerConsentActionV2? defaultValue]) → HomeownerConsentActionV2? -
homeownerConsentActionV2NullableListFromJson(
List? homeownerConsentActionV2, [List< HomeownerConsentActionV2> ? defaultValue]) → List<HomeownerConsentActionV2> ? -
homeownerConsentActionV2NullableToJson(
HomeownerConsentActionV2? homeownerConsentActionV2) → String? -
homeownerConsentActionV2ToJson(
HomeownerConsentActionV2 homeownerConsentActionV2) → String? -
homeownerSortDTOExplodedListToJson(
List< HomeownerSortDTO> ? homeownerSortDTO) → String -
homeownerSortDTOFromJson(
Object? homeownerSortDTO, [HomeownerSortDTO? defaultValue]) → HomeownerSortDTO -
homeownerSortDTOListFromJson(
List? homeownerSortDTO, [List< HomeownerSortDTO> ? defaultValue]) → List<HomeownerSortDTO> -
homeownerSortDTOListToJson(
List< HomeownerSortDTO> ? homeownerSortDTO) → List<String> -
homeownerSortDTONullableFromJson(
Object? homeownerSortDTO, [HomeownerSortDTO? defaultValue]) → HomeownerSortDTO? -
homeownerSortDTONullableListFromJson(
List? homeownerSortDTO, [List< HomeownerSortDTO> ? defaultValue]) → List<HomeownerSortDTO> ? -
homeownerSortDTONullableToJson(
HomeownerSortDTO? homeownerSortDTO) → String? -
homeownerSortDTOToJson(
HomeownerSortDTO homeownerSortDTO) → String? -
invitationStatusDTOExplodedListToJson(
List< InvitationStatusDTO> ? invitationStatusDTO) → String -
invitationStatusDTOFromJson(
Object? invitationStatusDTO, [InvitationStatusDTO? defaultValue]) → InvitationStatusDTO -
invitationStatusDTOListFromJson(
List? invitationStatusDTO, [List< InvitationStatusDTO> ? defaultValue]) → List<InvitationStatusDTO> -
invitationStatusDTOListToJson(
List< InvitationStatusDTO> ? invitationStatusDTO) → List<String> -
invitationStatusDTONullableFromJson(
Object? invitationStatusDTO, [InvitationStatusDTO? defaultValue]) → InvitationStatusDTO? -
invitationStatusDTONullableListFromJson(
List? invitationStatusDTO, [List< InvitationStatusDTO> ? defaultValue]) → List<InvitationStatusDTO> ? -
invitationStatusDTONullableToJson(
InvitationStatusDTO? invitationStatusDTO) → String? -
invitationStatusDTOToJson(
InvitationStatusDTO invitationStatusDTO) → String? -
invitationStatusV2ExplodedListToJson(
List< InvitationStatusV2> ? invitationStatusV2) → String -
invitationStatusV2FromJson(
Object? invitationStatusV2, [InvitationStatusV2? defaultValue]) → InvitationStatusV2 -
invitationStatusV2ListFromJson(
List? invitationStatusV2, [List< InvitationStatusV2> ? defaultValue]) → List<InvitationStatusV2> -
invitationStatusV2ListToJson(
List< InvitationStatusV2> ? invitationStatusV2) → List<String> -
invitationStatusV2NullableFromJson(
Object? invitationStatusV2, [InvitationStatusV2? defaultValue]) → InvitationStatusV2? -
invitationStatusV2NullableListFromJson(
List? invitationStatusV2, [List< InvitationStatusV2> ? defaultValue]) → List<InvitationStatusV2> ? -
invitationStatusV2NullableToJson(
InvitationStatusV2? invitationStatusV2) → String? -
invitationStatusV2ToJson(
InvitationStatusV2 invitationStatusV2) → String? -
isTypeOf<
ThisType, OfType> () → bool -
marketingMessageTargetDTOExplodedListToJson(
List< MarketingMessageTargetDTO> ? marketingMessageTargetDTO) → String -
marketingMessageTargetDTOFromJson(
Object? marketingMessageTargetDTO, [MarketingMessageTargetDTO? defaultValue]) → MarketingMessageTargetDTO -
marketingMessageTargetDTOListFromJson(
List? marketingMessageTargetDTO, [List< MarketingMessageTargetDTO> ? defaultValue]) → List<MarketingMessageTargetDTO> -
marketingMessageTargetDTOListToJson(
List< MarketingMessageTargetDTO> ? marketingMessageTargetDTO) → List<String> -
marketingMessageTargetDTONullableFromJson(
Object? marketingMessageTargetDTO, [MarketingMessageTargetDTO? defaultValue]) → MarketingMessageTargetDTO? -
marketingMessageTargetDTONullableListFromJson(
List? marketingMessageTargetDTO, [List< MarketingMessageTargetDTO> ? defaultValue]) → List<MarketingMessageTargetDTO> ? -
marketingMessageTargetDTONullableToJson(
MarketingMessageTargetDTO? marketingMessageTargetDTO) → String? -
marketingMessageTargetDTOToJson(
MarketingMessageTargetDTO marketingMessageTargetDTO) → String? -
marketingMessageTypeDTOExplodedListToJson(
List< MarketingMessageTypeDTO> ? marketingMessageTypeDTO) → String -
marketingMessageTypeDTOFromJson(
Object? marketingMessageTypeDTO, [MarketingMessageTypeDTO? defaultValue]) → MarketingMessageTypeDTO -
marketingMessageTypeDTOListFromJson(
List? marketingMessageTypeDTO, [List< MarketingMessageTypeDTO> ? defaultValue]) → List<MarketingMessageTypeDTO> -
marketingMessageTypeDTOListToJson(
List< MarketingMessageTypeDTO> ? marketingMessageTypeDTO) → List<String> -
marketingMessageTypeDTONullableFromJson(
Object? marketingMessageTypeDTO, [MarketingMessageTypeDTO? defaultValue]) → MarketingMessageTypeDTO? -
marketingMessageTypeDTONullableListFromJson(
List? marketingMessageTypeDTO, [List< MarketingMessageTypeDTO> ? defaultValue]) → List<MarketingMessageTypeDTO> ? -
marketingMessageTypeDTONullableToJson(
MarketingMessageTypeDTO? marketingMessageTypeDTO) → String? -
marketingMessageTypeDTOToJson(
MarketingMessageTypeDTO marketingMessageTypeDTO) → String? -
notificationTypeDTOExplodedListToJson(
List< NotificationTypeDTO> ? notificationTypeDTO) → String -
notificationTypeDTOFromJson(
Object? notificationTypeDTO, [NotificationTypeDTO? defaultValue]) → NotificationTypeDTO -
notificationTypeDTOListFromJson(
List? notificationTypeDTO, [List< NotificationTypeDTO> ? defaultValue]) → List<NotificationTypeDTO> -
notificationTypeDTOListToJson(
List< NotificationTypeDTO> ? notificationTypeDTO) → List<String> -
notificationTypeDTONullableFromJson(
Object? notificationTypeDTO, [NotificationTypeDTO? defaultValue]) → NotificationTypeDTO? -
notificationTypeDTONullableListFromJson(
List? notificationTypeDTO, [List< NotificationTypeDTO> ? defaultValue]) → List<NotificationTypeDTO> ? -
notificationTypeDTONullableToJson(
NotificationTypeDTO? notificationTypeDTO) → String? -
notificationTypeDTOToJson(
NotificationTypeDTO notificationTypeDTO) → String? -
oncueVerificationResultDTOExplodedListToJson(
List< OncueVerificationResultDTO> ? oncueVerificationResultDTO) → String -
oncueVerificationResultDTOFromJson(
Object? oncueVerificationResultDTO, [OncueVerificationResultDTO? defaultValue]) → OncueVerificationResultDTO -
oncueVerificationResultDTOListFromJson(
List? oncueVerificationResultDTO, [List< OncueVerificationResultDTO> ? defaultValue]) → List<OncueVerificationResultDTO> -
oncueVerificationResultDTOListToJson(
List< OncueVerificationResultDTO> ? oncueVerificationResultDTO) → List<String> -
oncueVerificationResultDTONullableFromJson(
Object? oncueVerificationResultDTO, [OncueVerificationResultDTO? defaultValue]) → OncueVerificationResultDTO? -
oncueVerificationResultDTONullableListFromJson(
List? oncueVerificationResultDTO, [List< OncueVerificationResultDTO> ? defaultValue]) → List<OncueVerificationResultDTO> ? -
oncueVerificationResultDTONullableToJson(
OncueVerificationResultDTO? oncueVerificationResultDTO) → String? -
oncueVerificationResultDTOToJson(
OncueVerificationResultDTO oncueVerificationResultDTO) → String? -
oncueVerificationResultV2ExplodedListToJson(
List< OncueVerificationResultV2> ? oncueVerificationResultV2) → String -
oncueVerificationResultV2FromJson(
Object? oncueVerificationResultV2, [OncueVerificationResultV2? defaultValue]) → OncueVerificationResultV2 -
oncueVerificationResultV2ListFromJson(
List? oncueVerificationResultV2, [List< OncueVerificationResultV2> ? defaultValue]) → List<OncueVerificationResultV2> -
oncueVerificationResultV2ListToJson(
List< OncueVerificationResultV2> ? oncueVerificationResultV2) → List<String> -
oncueVerificationResultV2NullableFromJson(
Object? oncueVerificationResultV2, [OncueVerificationResultV2? defaultValue]) → OncueVerificationResultV2? -
oncueVerificationResultV2NullableListFromJson(
List? oncueVerificationResultV2, [List< OncueVerificationResultV2> ? defaultValue]) → List<OncueVerificationResultV2> ? -
oncueVerificationResultV2NullableToJson(
OncueVerificationResultV2? oncueVerificationResultV2) → String? -
oncueVerificationResultV2ToJson(
OncueVerificationResultV2 oncueVerificationResultV2) → String? -
parameterIdExplodedListToJson(
List< ParameterId> ? parameterId) → String -
parameterIdFromJson(
Object? parameterId, [ParameterId? defaultValue]) → ParameterId -
parameterIdListFromJson(
List? parameterId, [List< ParameterId> ? defaultValue]) → List<ParameterId> -
parameterIdListToJson(
List< ParameterId> ? parameterId) → List<String> -
parameterIdNullableFromJson(
Object? parameterId, [ParameterId? defaultValue]) → ParameterId? -
parameterIdNullableListFromJson(
List? parameterId, [List< ParameterId> ? defaultValue]) → List<ParameterId> ? -
parameterIdNullableToJson(
ParameterId? parameterId) → String? -
parameterIdToJson(
ParameterId parameterId) → String? -
parityDTOExplodedListToJson(
List< ParityDTO> ? parityDTO) → String -
parityDTOFromJson(
Object? parityDTO, [ParityDTO? defaultValue]) → ParityDTO -
parityDTOListFromJson(
List? parityDTO, [List< ParityDTO> ? defaultValue]) → List<ParityDTO> -
parityDTOListToJson(
List< ParityDTO> ? parityDTO) → List<String> -
parityDTONullableFromJson(
Object? parityDTO, [ParityDTO? defaultValue]) → ParityDTO? -
parityDTONullableListFromJson(
List? parityDTO, [List< ParityDTO> ? defaultValue]) → List<ParityDTO> ? -
parityDTONullableToJson(
ParityDTO? parityDTO) → String? -
parityDTOToJson(
ParityDTO parityDTO) → String? -
peripheralV2PathParamExplodedListToJson(
List< PeripheralV2PathParam> ? peripheralV2PathParam) → String -
peripheralV2PathParamFromJson(
Object? peripheralV2PathParam, [PeripheralV2PathParam? defaultValue]) → PeripheralV2PathParam -
peripheralV2PathParamListFromJson(
List? peripheralV2PathParam, [List< PeripheralV2PathParam> ? defaultValue]) → List<PeripheralV2PathParam> -
peripheralV2PathParamListToJson(
List< PeripheralV2PathParam> ? peripheralV2PathParam) → List<String> -
peripheralV2PathParamNullableFromJson(
Object? peripheralV2PathParam, [PeripheralV2PathParam? defaultValue]) → PeripheralV2PathParam? -
peripheralV2PathParamNullableListFromJson(
List? peripheralV2PathParam, [List< PeripheralV2PathParam> ? defaultValue]) → List<PeripheralV2PathParam> ? -
peripheralV2PathParamNullableToJson(
PeripheralV2PathParam? peripheralV2PathParam) → String? -
peripheralV2PathParamToJson(
PeripheralV2PathParam peripheralV2PathParam) → String? -
platformDTOExplodedListToJson(
List< PlatformDTO> ? platformDTO) → String -
platformDTOFromJson(
Object? platformDTO, [PlatformDTO? defaultValue]) → PlatformDTO -
platformDTOListFromJson(
List? platformDTO, [List< PlatformDTO> ? defaultValue]) → List<PlatformDTO> -
platformDTOListToJson(
List< PlatformDTO> ? platformDTO) → List<String> -
platformDTONullableFromJson(
Object? platformDTO, [PlatformDTO? defaultValue]) → PlatformDTO? -
platformDTONullableListFromJson(
List? platformDTO, [List< PlatformDTO> ? defaultValue]) → List<PlatformDTO> ? -
platformDTONullableToJson(
PlatformDTO? platformDTO) → String? -
platformDTOToJson(
PlatformDTO platformDTO) → String? -
powerSourceDTOExplodedListToJson(
List< PowerSourceDTO> ? powerSourceDTO) → String -
powerSourceDTOFromJson(
Object? powerSourceDTO, [PowerSourceDTO? defaultValue]) → PowerSourceDTO -
powerSourceDTOListFromJson(
List? powerSourceDTO, [List< PowerSourceDTO> ? defaultValue]) → List<PowerSourceDTO> -
powerSourceDTOListToJson(
List< PowerSourceDTO> ? powerSourceDTO) → List<String> -
powerSourceDTONullableFromJson(
Object? powerSourceDTO, [PowerSourceDTO? defaultValue]) → PowerSourceDTO? -
powerSourceDTONullableListFromJson(
List? powerSourceDTO, [List< PowerSourceDTO> ? defaultValue]) → List<PowerSourceDTO> ? -
powerSourceDTONullableToJson(
PowerSourceDTO? powerSourceDTO) → String? -
powerSourceDTOToJson(
PowerSourceDTO powerSourceDTO) → String? -
powerSourceV2ExplodedListToJson(
List< PowerSourceV2> ? powerSourceV2) → String -
powerSourceV2FromJson(
Object? powerSourceV2, [PowerSourceV2? defaultValue]) → PowerSourceV2 -
powerSourceV2ListFromJson(
List? powerSourceV2, [List< PowerSourceV2> ? defaultValue]) → List<PowerSourceV2> -
powerSourceV2ListToJson(
List< PowerSourceV2> ? powerSourceV2) → List<String> -
powerSourceV2NullableFromJson(
Object? powerSourceV2, [PowerSourceV2? defaultValue]) → PowerSourceV2? -
powerSourceV2NullableListFromJson(
List? powerSourceV2, [List< PowerSourceV2> ? defaultValue]) → List<PowerSourceV2> ? -
powerSourceV2NullableToJson(
PowerSourceV2? powerSourceV2) → String? -
powerSourceV2ToJson(
PowerSourceV2 powerSourceV2) → String? -
productDTOExplodedListToJson(
List< ProductDTO> ? productDTO) → String -
productDTOFromJson(
Object? productDTO, [ProductDTO? defaultValue]) → ProductDTO -
productDTOListFromJson(
List? productDTO, [List< ProductDTO> ? defaultValue]) → List<ProductDTO> -
productDTOListToJson(
List< ProductDTO> ? productDTO) → List<String> -
productDTONullableFromJson(
Object? productDTO, [ProductDTO? defaultValue]) → ProductDTO? -
productDTONullableListFromJson(
List? productDTO, [List< ProductDTO> ? defaultValue]) → List<ProductDTO> ? -
productDTONullableToJson(
ProductDTO? productDTO) → String? -
productDTOToJson(
ProductDTO productDTO) → String? -
roleDTOExplodedListToJson(
List< RoleDTO> ? roleDTO) → String -
roleDTOFromJson(
Object? roleDTO, [RoleDTO? defaultValue]) → RoleDTO -
roleDTOListFromJson(
List? roleDTO, [List< RoleDTO> ? defaultValue]) → List<RoleDTO> -
roleDTOListToJson(
List< RoleDTO> ? roleDTO) → List<String> -
roleDTONullableFromJson(
Object? roleDTO, [RoleDTO? defaultValue]) → RoleDTO? -
roleDTONullableListFromJson(
List? roleDTO, [List< RoleDTO> ? defaultValue]) → List<RoleDTO> ? -
roleDTONullableToJson(
RoleDTO? roleDTO) → String? -
roleDTOToJson(
RoleDTO roleDTO) → String? -
serviceAgreementStatusDTOExplodedListToJson(
List< ServiceAgreementStatusDTO> ? serviceAgreementStatusDTO) → String -
serviceAgreementStatusDTOFromJson(
Object? serviceAgreementStatusDTO, [ServiceAgreementStatusDTO? defaultValue]) → ServiceAgreementStatusDTO -
serviceAgreementStatusDTOListFromJson(
List? serviceAgreementStatusDTO, [List< ServiceAgreementStatusDTO> ? defaultValue]) → List<ServiceAgreementStatusDTO> -
serviceAgreementStatusDTOListToJson(
List< ServiceAgreementStatusDTO> ? serviceAgreementStatusDTO) → List<String> -
serviceAgreementStatusDTONullableFromJson(
Object? serviceAgreementStatusDTO, [ServiceAgreementStatusDTO? defaultValue]) → ServiceAgreementStatusDTO? -
serviceAgreementStatusDTONullableListFromJson(
List? serviceAgreementStatusDTO, [List< ServiceAgreementStatusDTO> ? defaultValue]) → List<ServiceAgreementStatusDTO> ? -
serviceAgreementStatusDTONullableToJson(
ServiceAgreementStatusDTO? serviceAgreementStatusDTO) → String? -
serviceAgreementStatusDTOToJson(
ServiceAgreementStatusDTO serviceAgreementStatusDTO) → String? -
serviceAgreementTermDTOExplodedListToJson(
List< ServiceAgreementTermDTO> ? serviceAgreementTermDTO) → String -
serviceAgreementTermDTOFromJson(
Object? serviceAgreementTermDTO, [ServiceAgreementTermDTO? defaultValue]) → ServiceAgreementTermDTO -
serviceAgreementTermDTOListFromJson(
List? serviceAgreementTermDTO, [List< ServiceAgreementTermDTO> ? defaultValue]) → List<ServiceAgreementTermDTO> -
serviceAgreementTermDTOListToJson(
List< ServiceAgreementTermDTO> ? serviceAgreementTermDTO) → List<String> -
serviceAgreementTermDTONullableFromJson(
Object? serviceAgreementTermDTO, [ServiceAgreementTermDTO? defaultValue]) → ServiceAgreementTermDTO? -
serviceAgreementTermDTONullableListFromJson(
List? serviceAgreementTermDTO, [List< ServiceAgreementTermDTO> ? defaultValue]) → List<ServiceAgreementTermDTO> ? -
serviceAgreementTermDTONullableToJson(
ServiceAgreementTermDTO? serviceAgreementTermDTO) → String? -
serviceAgreementTermDTOToJson(
ServiceAgreementTermDTO serviceAgreementTermDTO) → String? -
serviceAgreementTermV2ExplodedListToJson(
List< ServiceAgreementTermV2> ? serviceAgreementTermV2) → String -
serviceAgreementTermV2FromJson(
Object? serviceAgreementTermV2, [ServiceAgreementTermV2? defaultValue]) → ServiceAgreementTermV2 -
serviceAgreementTermV2ListFromJson(
List? serviceAgreementTermV2, [List< ServiceAgreementTermV2> ? defaultValue]) → List<ServiceAgreementTermV2> -
serviceAgreementTermV2ListToJson(
List< ServiceAgreementTermV2> ? serviceAgreementTermV2) → List<String> -
serviceAgreementTermV2NullableFromJson(
Object? serviceAgreementTermV2, [ServiceAgreementTermV2? defaultValue]) → ServiceAgreementTermV2? -
serviceAgreementTermV2NullableListFromJson(
List? serviceAgreementTermV2, [List< ServiceAgreementTermV2> ? defaultValue]) → List<ServiceAgreementTermV2> ? -
serviceAgreementTermV2NullableToJson(
ServiceAgreementTermV2? serviceAgreementTermV2) → String? -
serviceAgreementTermV2ToJson(
ServiceAgreementTermV2 serviceAgreementTermV2) → String? -
sortDirectionDTOExplodedListToJson(
List< SortDirectionDTO> ? sortDirectionDTO) → String -
sortDirectionDTOFromJson(
Object? sortDirectionDTO, [SortDirectionDTO? defaultValue]) → SortDirectionDTO -
sortDirectionDTOListFromJson(
List? sortDirectionDTO, [List< SortDirectionDTO> ? defaultValue]) → List<SortDirectionDTO> -
sortDirectionDTOListToJson(
List< SortDirectionDTO> ? sortDirectionDTO) → List<String> -
sortDirectionDTONullableFromJson(
Object? sortDirectionDTO, [SortDirectionDTO? defaultValue]) → SortDirectionDTO? -
sortDirectionDTONullableListFromJson(
List? sortDirectionDTO, [List< SortDirectionDTO> ? defaultValue]) → List<SortDirectionDTO> ? -
sortDirectionDTONullableToJson(
SortDirectionDTO? sortDirectionDTO) → String? -
sortDirectionDTOToJson(
SortDirectionDTO sortDirectionDTO) → String? -
startExerciseModeDTOExplodedListToJson(
List< StartExerciseModeDTO> ? startExerciseModeDTO) → String -
startExerciseModeDTOFromJson(
Object? startExerciseModeDTO, [StartExerciseModeDTO? defaultValue]) → StartExerciseModeDTO -
startExerciseModeDTOListFromJson(
List? startExerciseModeDTO, [List< StartExerciseModeDTO> ? defaultValue]) → List<StartExerciseModeDTO> -
startExerciseModeDTOListToJson(
List< StartExerciseModeDTO> ? startExerciseModeDTO) → List<String> -
startExerciseModeDTONullableFromJson(
Object? startExerciseModeDTO, [StartExerciseModeDTO? defaultValue]) → StartExerciseModeDTO? -
startExerciseModeDTONullableListFromJson(
List? startExerciseModeDTO, [List< StartExerciseModeDTO> ? defaultValue]) → List<StartExerciseModeDTO> ? -
startExerciseModeDTONullableToJson(
StartExerciseModeDTO? startExerciseModeDTO) → String? -
startExerciseModeDTOToJson(
StartExerciseModeDTO startExerciseModeDTO) → String? -
stopBitsDTOExplodedListToJson(
List< StopBitsDTO> ? stopBitsDTO) → String -
stopBitsDTOFromJson(
Object? stopBitsDTO, [StopBitsDTO? defaultValue]) → StopBitsDTO -
stopBitsDTOListFromJson(
List? stopBitsDTO, [List< StopBitsDTO> ? defaultValue]) → List<StopBitsDTO> -
stopBitsDTOListToJson(
List< StopBitsDTO> ? stopBitsDTO) → List<String> -
stopBitsDTONullableFromJson(
Object? stopBitsDTO, [StopBitsDTO? defaultValue]) → StopBitsDTO? -
stopBitsDTONullableListFromJson(
List? stopBitsDTO, [List< StopBitsDTO> ? defaultValue]) → List<StopBitsDTO> ? -
stopBitsDTONullableToJson(
StopBitsDTO? stopBitsDTO) → String? -
stopBitsDTOToJson(
StopBitsDTO stopBitsDTO) → String? -
submitTo1nceStatusEnumExplodedListToJson(
List< SubmitTo1nceStatusEnum> ? submitTo1nceStatusEnum) → String -
submitTo1nceStatusEnumFromJson(
Object? submitTo1nceStatusEnum, [SubmitTo1nceStatusEnum? defaultValue]) → SubmitTo1nceStatusEnum -
submitTo1nceStatusEnumListFromJson(
List? submitTo1nceStatusEnum, [List< SubmitTo1nceStatusEnum> ? defaultValue]) → List<SubmitTo1nceStatusEnum> -
submitTo1nceStatusEnumListToJson(
List< SubmitTo1nceStatusEnum> ? submitTo1nceStatusEnum) → List<String> -
submitTo1nceStatusEnumNullableFromJson(
Object? submitTo1nceStatusEnum, [SubmitTo1nceStatusEnum? defaultValue]) → SubmitTo1nceStatusEnum? -
submitTo1nceStatusEnumNullableListFromJson(
List? submitTo1nceStatusEnum, [List< SubmitTo1nceStatusEnum> ? defaultValue]) → List<SubmitTo1nceStatusEnum> ? -
submitTo1nceStatusEnumNullableToJson(
SubmitTo1nceStatusEnum? submitTo1nceStatusEnum) → String? -
submitTo1nceStatusEnumToJson(
SubmitTo1nceStatusEnum submitTo1nceStatusEnum) → String? -
switchStateDTOExplodedListToJson(
List< SwitchStateDTO> ? switchStateDTO) → String -
switchStateDTOFromJson(
Object? switchStateDTO, [SwitchStateDTO? defaultValue]) → SwitchStateDTO -
switchStateDTOListFromJson(
List? switchStateDTO, [List< SwitchStateDTO> ? defaultValue]) → List<SwitchStateDTO> -
switchStateDTOListToJson(
List< SwitchStateDTO> ? switchStateDTO) → List<String> -
switchStateDTONullableFromJson(
Object? switchStateDTO, [SwitchStateDTO? defaultValue]) → SwitchStateDTO? -
switchStateDTONullableListFromJson(
List? switchStateDTO, [List< SwitchStateDTO> ? defaultValue]) → List<SwitchStateDTO> ? -
switchStateDTONullableToJson(
SwitchStateDTO? switchStateDTO) → String? -
switchStateDTOToJson(
SwitchStateDTO switchStateDTO) → String? -
switchStateV2ExplodedListToJson(
List< SwitchStateV2> ? switchStateV2) → String -
switchStateV2FromJson(
Object? switchStateV2, [SwitchStateV2? defaultValue]) → SwitchStateV2 -
switchStateV2ListFromJson(
List? switchStateV2, [List< SwitchStateV2> ? defaultValue]) → List<SwitchStateV2> -
switchStateV2ListToJson(
List< SwitchStateV2> ? switchStateV2) → List<String> -
switchStateV2NullableFromJson(
Object? switchStateV2, [SwitchStateV2? defaultValue]) → SwitchStateV2? -
switchStateV2NullableListFromJson(
List? switchStateV2, [List< SwitchStateV2> ? defaultValue]) → List<SwitchStateV2> ? -
switchStateV2NullableToJson(
SwitchStateV2? switchStateV2) → String? -
switchStateV2ToJson(
SwitchStateV2 switchStateV2) → String? -
tagOperationDTOExplodedListToJson(
List< TagOperationDTO> ? tagOperationDTO) → String -
tagOperationDTOFromJson(
Object? tagOperationDTO, [TagOperationDTO? defaultValue]) → TagOperationDTO -
tagOperationDTOListFromJson(
List? tagOperationDTO, [List< TagOperationDTO> ? defaultValue]) → List<TagOperationDTO> -
tagOperationDTOListToJson(
List< TagOperationDTO> ? tagOperationDTO) → List<String> -
tagOperationDTONullableFromJson(
Object? tagOperationDTO, [TagOperationDTO? defaultValue]) → TagOperationDTO? -
tagOperationDTONullableListFromJson(
List? tagOperationDTO, [List< TagOperationDTO> ? defaultValue]) → List<TagOperationDTO> ? -
tagOperationDTONullableToJson(
TagOperationDTO? tagOperationDTO) → String? -
tagOperationDTOToJson(
TagOperationDTO tagOperationDTO) → String? -
timeGranularityDTOExplodedListToJson(
List< TimeGranularityDTO> ? timeGranularityDTO) → String -
timeGranularityDTOFromJson(
Object? timeGranularityDTO, [TimeGranularityDTO? defaultValue]) → TimeGranularityDTO -
timeGranularityDTOListFromJson(
List? timeGranularityDTO, [List< TimeGranularityDTO> ? defaultValue]) → List<TimeGranularityDTO> -
timeGranularityDTOListToJson(
List< TimeGranularityDTO> ? timeGranularityDTO) → List<String> -
timeGranularityDTONullableFromJson(
Object? timeGranularityDTO, [TimeGranularityDTO? defaultValue]) → TimeGranularityDTO? -
timeGranularityDTONullableListFromJson(
List? timeGranularityDTO, [List< TimeGranularityDTO> ? defaultValue]) → List<TimeGranularityDTO> ? -
timeGranularityDTONullableToJson(
TimeGranularityDTO? timeGranularityDTO) → String? -
timeGranularityDTOToJson(
TimeGranularityDTO timeGranularityDTO) → String? -
timeRangeDTOExplodedListToJson(
List< TimeRangeDTO> ? timeRangeDTO) → String -
timeRangeDTOFromJson(
Object? timeRangeDTO, [TimeRangeDTO? defaultValue]) → TimeRangeDTO -
timeRangeDTOListFromJson(
List? timeRangeDTO, [List< TimeRangeDTO> ? defaultValue]) → List<TimeRangeDTO> -
timeRangeDTOListToJson(
List< TimeRangeDTO> ? timeRangeDTO) → List<String> -
timeRangeDTONullableFromJson(
Object? timeRangeDTO, [TimeRangeDTO? defaultValue]) → TimeRangeDTO? -
timeRangeDTONullableListFromJson(
List? timeRangeDTO, [List< TimeRangeDTO> ? defaultValue]) → List<TimeRangeDTO> ? -
timeRangeDTONullableToJson(
TimeRangeDTO? timeRangeDTO) → String? -
timeRangeDTOToJson(
TimeRangeDTO timeRangeDTO) → String? -
trendPathParamExplodedListToJson(
List< TrendPathParam> ? trendPathParam) → String -
trendPathParamFromJson(
Object? trendPathParam, [TrendPathParam? defaultValue]) → TrendPathParam -
trendPathParamListFromJson(
List? trendPathParam, [List< TrendPathParam> ? defaultValue]) → List<TrendPathParam> -
trendPathParamListToJson(
List< TrendPathParam> ? trendPathParam) → List<String> -
trendPathParamNullableFromJson(
Object? trendPathParam, [TrendPathParam? defaultValue]) → TrendPathParam? -
trendPathParamNullableListFromJson(
List? trendPathParam, [List< TrendPathParam> ? defaultValue]) → List<TrendPathParam> ? -
trendPathParamNullableToJson(
TrendPathParam? trendPathParam) → String? -
trendPathParamToJson(
TrendPathParam trendPathParam) → String? -
trendV2PathParamExplodedListToJson(
List< TrendV2PathParam> ? trendV2PathParam) → String -
trendV2PathParamFromJson(
Object? trendV2PathParam, [TrendV2PathParam? defaultValue]) → TrendV2PathParam -
trendV2PathParamListFromJson(
List? trendV2PathParam, [List< TrendV2PathParam> ? defaultValue]) → List<TrendV2PathParam> -
trendV2PathParamListToJson(
List< TrendV2PathParam> ? trendV2PathParam) → List<String> -
trendV2PathParamNullableFromJson(
Object? trendV2PathParam, [TrendV2PathParam? defaultValue]) → TrendV2PathParam? -
trendV2PathParamNullableListFromJson(
List? trendV2PathParam, [List< TrendV2PathParam> ? defaultValue]) → List<TrendV2PathParam> ? -
trendV2PathParamNullableToJson(
TrendV2PathParam? trendV2PathParam) → String? -
trendV2PathParamToJson(
TrendV2PathParam trendV2PathParam) → String? -
userRoleV2ExplodedListToJson(
List< UserRoleV2> ? userRoleV2) → String -
userRoleV2FromJson(
Object? userRoleV2, [UserRoleV2? defaultValue]) → UserRoleV2 -
userRoleV2ListFromJson(
List? userRoleV2, [List< UserRoleV2> ? defaultValue]) → List<UserRoleV2> -
userRoleV2ListToJson(
List< UserRoleV2> ? userRoleV2) → List<String> -
userRoleV2NullableFromJson(
Object? userRoleV2, [UserRoleV2? defaultValue]) → UserRoleV2? -
userRoleV2NullableListFromJson(
List? userRoleV2, [List< UserRoleV2> ? defaultValue]) → List<UserRoleV2> ? -
userRoleV2NullableToJson(
UserRoleV2? userRoleV2) → String? -
userRoleV2ToJson(
UserRoleV2 userRoleV2) → String? -
verificationResultDTOExplodedListToJson(
List< VerificationResultDTO> ? verificationResultDTO) → String -
verificationResultDTOFromJson(
Object? verificationResultDTO, [VerificationResultDTO? defaultValue]) → VerificationResultDTO -
verificationResultDTOListFromJson(
List? verificationResultDTO, [List< VerificationResultDTO> ? defaultValue]) → List<VerificationResultDTO> -
verificationResultDTOListToJson(
List< VerificationResultDTO> ? verificationResultDTO) → List<String> -
verificationResultDTONullableFromJson(
Object? verificationResultDTO, [VerificationResultDTO? defaultValue]) → VerificationResultDTO? -
verificationResultDTONullableListFromJson(
List? verificationResultDTO, [List< VerificationResultDTO> ? defaultValue]) → List<VerificationResultDTO> ? -
verificationResultDTONullableToJson(
VerificationResultDTO? verificationResultDTO) → String? -
verificationResultDTOToJson(
VerificationResultDTO verificationResultDTO) → String? -
verificationResultV2ExplodedListToJson(
List< VerificationResultV2> ? verificationResultV2) → String -
verificationResultV2FromJson(
Object? verificationResultV2, [VerificationResultV2? defaultValue]) → VerificationResultV2 -
verificationResultV2ListFromJson(
List? verificationResultV2, [List< VerificationResultV2> ? defaultValue]) → List<VerificationResultV2> -
verificationResultV2ListToJson(
List< VerificationResultV2> ? verificationResultV2) → List<String> -
verificationResultV2NullableFromJson(
Object? verificationResultV2, [VerificationResultV2? defaultValue]) → VerificationResultV2? -
verificationResultV2NullableListFromJson(
List? verificationResultV2, [List< VerificationResultV2> ? defaultValue]) → List<VerificationResultV2> ? -
verificationResultV2NullableToJson(
VerificationResultV2? verificationResultV2) → String? -
verificationResultV2ToJson(
VerificationResultV2 verificationResultV2) → String? -
visibilityDTOExplodedListToJson(
List< VisibilityDTO> ? visibilityDTO) → String -
visibilityDTOFromJson(
Object? visibilityDTO, [VisibilityDTO? defaultValue]) → VisibilityDTO -
visibilityDTOListFromJson(
List? visibilityDTO, [List< VisibilityDTO> ? defaultValue]) → List<VisibilityDTO> -
visibilityDTOListToJson(
List< VisibilityDTO> ? visibilityDTO) → List<String> -
visibilityDTONullableFromJson(
Object? visibilityDTO, [VisibilityDTO? defaultValue]) → VisibilityDTO? -
visibilityDTONullableListFromJson(
List? visibilityDTO, [List< VisibilityDTO> ? defaultValue]) → List<VisibilityDTO> ? -
visibilityDTONullableToJson(
VisibilityDTO? visibilityDTO) → String? -
visibilityDTOToJson(
VisibilityDTO visibilityDTO) → String? -
weatherConditionDTOExplodedListToJson(
List< WeatherConditionDTO> ? weatherConditionDTO) → String -
weatherConditionDTOFromJson(
Object? weatherConditionDTO, [WeatherConditionDTO? defaultValue]) → WeatherConditionDTO -
weatherConditionDTOListFromJson(
List? weatherConditionDTO, [List< WeatherConditionDTO> ? defaultValue]) → List<WeatherConditionDTO> -
weatherConditionDTOListToJson(
List< WeatherConditionDTO> ? weatherConditionDTO) → List<String> -
weatherConditionDTONullableFromJson(
Object? weatherConditionDTO, [WeatherConditionDTO? defaultValue]) → WeatherConditionDTO? -
weatherConditionDTONullableListFromJson(
List? weatherConditionDTO, [List< WeatherConditionDTO> ? defaultValue]) → List<WeatherConditionDTO> ? -
weatherConditionDTONullableToJson(
WeatherConditionDTO? weatherConditionDTO) → String? -
weatherConditionDTOToJson(
WeatherConditionDTO weatherConditionDTO) → String? -
weatherConditionV2ExplodedListToJson(
List< WeatherConditionV2> ? weatherConditionV2) → String -
weatherConditionV2FromJson(
Object? weatherConditionV2, [WeatherConditionV2? defaultValue]) → WeatherConditionV2 -
weatherConditionV2ListFromJson(
List? weatherConditionV2, [List< WeatherConditionV2> ? defaultValue]) → List<WeatherConditionV2> -
weatherConditionV2ListToJson(
List< WeatherConditionV2> ? weatherConditionV2) → List<String> -
weatherConditionV2NullableFromJson(
Object? weatherConditionV2, [WeatherConditionV2? defaultValue]) → WeatherConditionV2? -
weatherConditionV2NullableListFromJson(
List? weatherConditionV2, [List< WeatherConditionV2> ? defaultValue]) → List<WeatherConditionV2> ? -
weatherConditionV2NullableToJson(
WeatherConditionV2? weatherConditionV2) → String? -
weatherConditionV2ToJson(
WeatherConditionV2 weatherConditionV2) → String? -
weatherTimePeriodDTOExplodedListToJson(
List< WeatherTimePeriodDTO> ? weatherTimePeriodDTO) → String -
weatherTimePeriodDTOFromJson(
Object? weatherTimePeriodDTO, [WeatherTimePeriodDTO? defaultValue]) → WeatherTimePeriodDTO -
weatherTimePeriodDTOListFromJson(
List? weatherTimePeriodDTO, [List< WeatherTimePeriodDTO> ? defaultValue]) → List<WeatherTimePeriodDTO> -
weatherTimePeriodDTOListToJson(
List< WeatherTimePeriodDTO> ? weatherTimePeriodDTO) → List<String> -
weatherTimePeriodDTONullableFromJson(
Object? weatherTimePeriodDTO, [WeatherTimePeriodDTO? defaultValue]) → WeatherTimePeriodDTO? -
weatherTimePeriodDTONullableListFromJson(
List? weatherTimePeriodDTO, [List< WeatherTimePeriodDTO> ? defaultValue]) → List<WeatherTimePeriodDTO> ? -
weatherTimePeriodDTONullableToJson(
WeatherTimePeriodDTO? weatherTimePeriodDTO) → String? -
weatherTimePeriodDTOToJson(
WeatherTimePeriodDTO weatherTimePeriodDTO) → String? -
weatherTimePeriodV2ExplodedListToJson(
List< WeatherTimePeriodV2> ? weatherTimePeriodV2) → String -
weatherTimePeriodV2FromJson(
Object? weatherTimePeriodV2, [WeatherTimePeriodV2? defaultValue]) → WeatherTimePeriodV2 -
weatherTimePeriodV2ListFromJson(
List? weatherTimePeriodV2, [List< WeatherTimePeriodV2> ? defaultValue]) → List<WeatherTimePeriodV2> -
weatherTimePeriodV2ListToJson(
List< WeatherTimePeriodV2> ? weatherTimePeriodV2) → List<String> -
weatherTimePeriodV2NullableFromJson(
Object? weatherTimePeriodV2, [WeatherTimePeriodV2? defaultValue]) → WeatherTimePeriodV2? -
weatherTimePeriodV2NullableListFromJson(
List? weatherTimePeriodV2, [List< WeatherTimePeriodV2> ? defaultValue]) → List<WeatherTimePeriodV2> ? -
weatherTimePeriodV2NullableToJson(
WeatherTimePeriodV2? weatherTimePeriodV2) → String? -
weatherTimePeriodV2ToJson(
WeatherTimePeriodV2 weatherTimePeriodV2) → String?
Typedefs
-
AuthenticationCallback
= FutureOr<
void> Function(Request request, Response response, [Request? originalRequest]) -
Callback that is called when an authentication challenge is received
based on the given
request,response, and optionally theoriginalRequest. -
ConvertRequest
= FutureOr<
Request> Function(Request request) - A function that should convert the body of a Request to the HTTP representation.
-
ConvertResponse<
T> = FutureOr< Response< Function(Response response)T> > - A function that should convert the body of a Response from the HTTP representation to a Dart object.
Exceptions / Errors
- ChopperException
- An exception thrown when something goes wrong with Chopper.
- ChopperHttpException
- An exception thrown when a Response is unsuccessful < 200 or > 300.