Uses of Class
com.google.api.ads.dfp.axis.v201206.ContentStatus

Packages that use ContentStatus
com.google.api.ads.dfp.axis.v201206   
 

Uses of ContentStatus in com.google.api.ads.dfp.axis.v201206
 

Fields in com.google.api.ads.dfp.axis.v201206 declared as ContentStatus
static ContentStatus ContentStatus.ACTIVE
           
static ContentStatus ContentStatus.INACTIVE
           
 

Methods in com.google.api.ads.dfp.axis.v201206 that return ContentStatus
static ContentStatus ContentStatus.fromString(String value)
           
static ContentStatus ContentStatus.fromValue(String value)
           
 ContentStatus Content.getStatus()
          Gets the status value for this Content.
 

Methods in com.google.api.ads.dfp.axis.v201206 with parameters of type ContentStatus
 void Content.setStatus(ContentStatus status)
          Sets the status value for this Content.
 

Constructors in com.google.api.ads.dfp.axis.v201206 with parameters of type ContentStatus
Content(Long id, String name, ContentStatus status)
           
 



Copyright © 2012. All Rights Reserved.