ApplicationUpdateBuilder class

Inheritance

Constructors

ApplicationUpdateBuilder({Uri? customInstallUrl, String? description, Uri? roleConnectionsVerificationUrl = sentinelUri, InstallationParameters? installationParameters, Flags<ApplicationFlags>? flags, ImageBuilder? icon = sentinelImageBuilder, ImageBuilder? coverImage = sentinelImageBuilder, Uri? interactionsEndpointUrl = sentinelUri, List<String>? tags, Map<ApplicationIntegrationType, ApplicationIntegrationTypeConfigurationBuilder>? integrationTypesConfig})

Properties

coverImage ImageBuilder?
getter/setter pair
customInstallUrl Uri?
getter/setter pair
description String?
getter/setter pair
flags Flags<ApplicationFlags>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon ImageBuilder?
getter/setter pair
installationParameters InstallationParameters?
getter/setter pair
integrationTypesConfig Map<ApplicationIntegrationType, ApplicationIntegrationTypeConfigurationBuilder>?
getter/setter pair
interactionsEndpointUrl Uri?
getter/setter pair
roleConnectionsVerificationUrl Uri?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<String>?
getter/setter pair

Methods

build() Map<String, Object?>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited