UpdateApplicationRequest class abstract
UpdateApplicationRequest
Properties:
- name - The application's name.
- languageKey - The application's language key.
- logoutUris - The application's logout uris.
- redirectUris - The application's redirect uris.
- Annotations
-
- @BuiltValue()
Constructors
- UpdateApplicationRequest([void updates(UpdateApplicationRequestBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- languageKey → String?
-
The application's language key.
no setter
-
logoutUris
→ BuiltList<
String> ? -
The application's logout uris.
no setter
- name → String?
-
The application's name.
no setter
-
redirectUris
→ BuiltList<
String> ? -
The application's redirect uris.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(UpdateApplicationRequestBuilder)) → UpdateApplicationRequest -
Rebuilds the instance.
inherited
-
toBuilder(
) → UpdateApplicationRequestBuilder -
Converts the instance to a builder
B
.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
UpdateApplicationRequest> -
no setter