/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Fitness
NameSizeModeActions
Resource/-0755rm
AggregateBucket.php25760644editdlrm
AggregateBy.php14120644editdlrm
AggregateRequest.php39020644editdlrm
AggregateResponse.php12070644editdlrm
Application.php18800644editdlrm
BucketByActivity.php15180644editdlrm
BucketBySession.php11690644editdlrm
BucketByTime.php14700644editdlrm
BucketByTimePeriod.php15950644editdlrm
DataPoint.php33700644editdlrm
Dataset.php23310644editdlrm
DataSource.php32270644editdlrm
DataType.php13990644editdlrm
DataTypeField.php15760644editdlrm
Device.php20640644editdlrm
ListDataPointChangesResponse.php22820644editdlrm
ListDataSourcesResponse.php12460644editdlrm
ListSessionsResponse.php21270644editdlrm
MapValue.php9720644editdlrm
Session.php34390644editdlrm
Value.php18310644editdlrm
ValueMapValEntry.php13570644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Fitness/AggregateRequest.php (3902B)
aggregateBy = $aggregateBy; } /** * @return AggregateBy[] */ public function getAggregateBy() { return $this->aggregateBy; } /** * @param BucketByActivity */ public function setBucketByActivitySegment(BucketByActivity $bucketByActivitySegment) { $this->bucketByActivitySegment = $bucketByActivitySegment; } /** * @return BucketByActivity */ public function getBucketByActivitySegment() { return $this->bucketByActivitySegment; } /** * @param BucketByActivity */ public function setBucketByActivityType(BucketByActivity $bucketByActivityType) { $this->bucketByActivityType = $bucketByActivityType; } /** * @return BucketByActivity */ public function getBucketByActivityType() { return $this->bucketByActivityType; } /** * @param BucketBySession */ public function setBucketBySession(BucketBySession $bucketBySession) { $this->bucketBySession = $bucketBySession; } /** * @return BucketBySession */ public function getBucketBySession() { return $this->bucketBySession; } /** * @param BucketByTime */ public function setBucketByTime(BucketByTime $bucketByTime) { $this->bucketByTime = $bucketByTime; } /** * @return BucketByTime */ public function getBucketByTime() { return $this->bucketByTime; } /** * @param string */ public function setEndTimeMillis($endTimeMillis) { $this->endTimeMillis = $endTimeMillis; } /** * @return string */ public function getEndTimeMillis() { return $this->endTimeMillis; } /** * @param string[] */ public function setFilteredDataQualityStandard($filteredDataQualityStandard) { $this->filteredDataQualityStandard = $filteredDataQualityStandard; } /** * @return string[] */ public function getFilteredDataQualityStandard() { return $this->filteredDataQualityStandard; } /** * @param string */ public function setStartTimeMillis($startTimeMillis) { $this->startTimeMillis = $startTimeMillis; } /** * @return string */ public function getStartTimeMillis() { return $this->startTimeMillis; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AggregateRequest::class, 'Google_Service_Fitness_AggregateRequest');