public interface NativeStyleServiceInterface
NativeStyle objects.
This class was generated by the JAX-WS RI.
JAX-WS RI 2.2.9-b130926.1035
Generated source version: 2.1| Modifier and Type | Method and Description |
|---|---|
List<NativeStyle> |
createNativeStyles(List<NativeStyle> nativeStyles)
Creates new
NativeStyle objects. |
NativeStylePage |
getNativeStylesByStatement(Statement filterStatement)
|
UpdateResult |
performNativeStyleAction(NativeStyleAction nativeStyleAction,
Statement filterStatement)
Performs actions on
native styles that match the given Statement. |
List<NativeStyle> |
updateNativeStyles(List<NativeStyle> nativeStyles)
Updates the specified
NativeStyle objects. |
@RequestWrapper(localName="createNativeStyles", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.NativeStyleServiceInterfacecreateNativeStyles") @ResponseWrapper(localName="createNativeStylesResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.NativeStyleServiceInterfacecreateNativeStylesResponse") List<NativeStyle> createNativeStyles(List<NativeStyle> nativeStyles) throws ApiException_Exception
NativeStyle objects.nativeStyles - the native styles to createnativeStyles - ApiException_Exception@RequestWrapper(localName="getNativeStylesByStatement", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.NativeStyleServiceInterfacegetNativeStylesByStatement") @ResponseWrapper(localName="getNativeStylesByStatementResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.NativeStyleServiceInterfacegetNativeStylesByStatementResponse") NativeStylePage getNativeStylesByStatement(Statement filterStatement) throws ApiException_Exception
NativeStylePage of NativeStyle objects that satisfy
the given Statement. The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
NativeStyle.id |
name |
NativeStyle.name |
filterStatement - a Publisher Query Language statement used to filter a set of
native styles.filterStatement - ApiException_Exception@RequestWrapper(localName="performNativeStyleAction", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.NativeStyleServiceInterfaceperformNativeStyleAction") @ResponseWrapper(localName="performNativeStyleActionResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.NativeStyleServiceInterfaceperformNativeStyleActionResponse") UpdateResult performNativeStyleAction(NativeStyleAction nativeStyleAction, Statement filterStatement) throws ApiException_Exception
native styles that match the given Statement.nativeStyleAction - the action to performfilterStatement - a Publisher Query Language statement to filter a set of native stylesfilterStatement - nativeStyleAction - ApiException_Exception@RequestWrapper(localName="updateNativeStyles", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.NativeStyleServiceInterfaceupdateNativeStyles") @ResponseWrapper(localName="updateNativeStylesResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.NativeStyleServiceInterfaceupdateNativeStylesResponse") List<NativeStyle> updateNativeStyles(List<NativeStyle> nativeStyles) throws ApiException_Exception
NativeStyle objects.nativeStyles - the native styles to be updatednativeStyles - ApiException_ExceptionCopyright © 2018. All Rights Reserved.