PcoServicesSongbookStatusQuery class
Creates a PcoServicesSongbookStatusQuery object
Extra Params
Many API queries accept extra parameters too. The extraParams
mapping will translate directly to url parameters.
- Inheritance
-
- Object
- PlanningCenterApiQuery
- PcoServicesSongbookStatusQuery
Constructors
Properties
-
asApiMap
→ Map<
String, dynamic> -
no setterinherited
-
asMap
→ Map<
String, dynamic> -
no setterinherited
-
extraParams
↔ Map<
String, String> -
extraParams allows you to specify arbitrary url parameters to the API.
getter/setter pairinherited
-
filter
↔ Set<
String> -
filter should be something like
future
,past
,after
,before
,no_dates
getter/setter pairinherited - getAll ↔ bool
-
Set this flag to automatically retrieve all possible items for this query
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
include
↔ Set<
String> -
include specifies which related items should be included.
getter/setter pairinherited
- order ↔ String?
-
order can usually be one of created_at, updated_at, title, sort_date, but may be others.
getter/setter pairinherited
- pageOffset ↔ int
-
getter/setter pairinherited
- perPage → int
-
Pagination defaults to 25, maximum allowed seems to be 100
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
where
↔ List<
PlanningCenterApiWhere> -
where should be a map of query parameters.
getter/setter pairinherited
Methods
-
copy(
) → PlanningCenterApiQuery -
returns a copy of this query as a new object
this method works because Strings and ints are
always copied by value
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
withOffset(
int offset) → PlanningCenterApiQuery -
returns a new query only modifying the offset value
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
filterString(
PcoServicesSongbookStatusFilter filter) → String -
orderString(
PcoServicesSongbookStatusOrder order, {bool reverse = false}) → String