GroupMembersRequestBuilder class
Builder class for GroupMembersRequest
.
Allows step-by-step creation of an GroupMembersRequest
object.
Constructors
- GroupMembersRequestBuilder(String guid)
-
Constructor for
GroupMembersRequestBuilder
that requires group id.
Properties
- guid ↔ String
-
Group ID for the group whose members are to be fetched.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- limit ↔ int?
-
Number of results to limit the query.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scopes
↔ List<
String> ? -
Scopes for filtering.
getter/setter pair
- searchKeyword ↔ String?
-
Keyword for searching.
getter/setter pair
Methods
-
build(
) → GroupMembersRequest -
Builds and returns an
GroupMembersRequest
object. -
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