Package | Description |
---|---|
com.pushtechnology.diffusion.api.data.service |
Diffusion Service Topic Data API.
|
Modifier and Type | Method and Description |
---|---|
static ServiceHeader |
ServiceHeader.fromCode(String code)
Deprecated.
Returns ServiceHeader enum from code value.
|
static ServiceHeader |
ServiceHeader.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ServiceHeader[] |
ServiceHeader.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<ServiceHeader> |
ServiceTopicData.getHeaderOptions()
Deprecated.
Returns the current header options.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceTopicData.setHeaderOptions(ServiceHeader... headers)
Deprecated.
Sets a list of additional headers to be included in any request message
that is generated within a
ServiceRequest . |
Copyright © 2016 Push Technology Ltd. All Rights Reserved.