WonderPush PHP library
  • Namespace
  • Class
Navigation
  • Namespace
  • Class
Namespaces
  • WonderPush
    • Api
    • Errors
    • Net
    • Obj
    • Params
    • Util
Classes
  • Application
  • ApplicationCollection
  • BaseObject
  • Collection
  • DeliveriesCreateResponse
  • Event
  • GeoLocation
  • Installation
  • InstallationApplication
  • InstallationApplicationApple
  • InstallationCollection
  • InstallationDevice
  • InstallationDeviceCapabilities
  • InstallationDeviceConfiguration
  • InstallationPreferences
  • InstallationPushToken
  • Notification
  • NotificationAlert
  • NotificationAlertAndroid
  • NotificationAlertAndroidButton
  • NotificationAlertIos
  • NotificationAlertIosAttachment
  • NotificationAlertIosForeground
  • NotificationAlertWeb
  • NotificationAlertWebButton
  • NotificationButton
  • NotificationButtonAction
  • NotificationButtonActionEvent
  • NotificationInApp
  • NotificationInAppButton
  • NotificationInAppMap
  • NotificationInAppMapPlace
  • NotificationPush
  • NotificationPushAndroid
  • NotificationPushIos
  • NotificationPushWeb
  • NullObject
  • Pagination
  • SuccessResponse
  • User
  • WebSdkInitOptions

Class DeliveriesCreateResponse

Base class for DTO objects.

WonderPush\Obj\BaseObject implements WonderPush\Util\JsonSerializable
┗ WonderPush\Obj\SuccessResponse
┗ WonderPush\Obj\DeliveriesCreateResponse
Namespace: WonderPush\Obj
Noinspection: PhpUndefinedClassInspection
Located at Obj/DeliveriesCreateResponse.php

Methods summary

public getNotificationId( void ) : string

Returns

string
public setNotificationId( string $notificationId ) : WonderPush\Obj\DeliveriesCreateResponse

Parameters

$notificationId

Returns

WonderPush\Obj\DeliveriesCreateResponse
public getCampaignId( void ) : string

Returns

string
public setCampaignId( string $campaignId ) : WonderPush\Obj\DeliveriesCreateResponse

Parameters

$campaignId

Returns

WonderPush\Obj\DeliveriesCreateResponse

Methods inherited from WonderPush\Obj\SuccessResponse

isSuccess(), setSuccess()

Methods inherited from WonderPush\Obj\BaseObject

__construct(), __toString(), _new(), clearAllFields(), deepClone(), jsonSerialize(), toArray(), toData()

WonderPush PHP library API documentation generated by ApiGen