Udm class abstract
- Annotations
-
- @ChopperApi.new()
Constructors
- Udm()
Properties
- client ↔ ChopperClient
-
getter/setter pairinherited
- definitionType → Type
-
Used internally to retrieve the service from
ChopperClient.no setterinherited - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
config(
{required Object? body}) → Future< Response< Configuration> > - Get or Set Configuration @param body
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
searchAssetModels(
{required Search? entity, dynamic token}) → Future< Response< SearchAssetModelRes> > - Search Asset Models @param entity Search Object
-
searchAssets(
{required Search? entity, dynamic token}) → Future< Response< SearchAssetRes> > - Search Assets @param entity Search Object
-
searchDeviceModels(
{required Search? entity, dynamic token}) → Future< Response< SearchDeviceModelRes> > - Search Device Models @param entity Search Object
-
searchDevices(
{required Search? entity, dynamic token}) → Future< Response< SearchDeviceRes> > - Search Devices @param entity Search Object
-
toString(
) → String -
A string representation of this object.
inherited
-
upsertAsset(
{required AssetPostActionPostAction? action, required Asset? entity, dynamic token}) → Future< Response< EntityRes> > - Create or Update or Delete Asset @param action @param entity Asset Object
-
upsertAssetModel(
{required AssetModelPostActionPostAction? action, required AssetModel? entity, dynamic token}) → Future< Response< EntityRes> > - Create or Update or Delete Asset Model @param action @param entity AssetModel Object
-
upsertDevice(
{required DevicePostActionPostAction? action, required Device? entity, dynamic token}) → Future< Response< EntityRes> > - Create or Update or Delete Device @param action @param entity Device Object
-
upsertDeviceModel(
{required DeviceModelPostActionPostAction? action, required DeviceModel? entity, dynamic token}) → Future< Response< EntityRes> > - Create or Update or Delete Device Model @param action @param entity DeviceModel Object
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited