Uses of Class
com.yahoo.marketing.apt.LibraryAdComment

Packages that use LibraryAdComment
com.yahoo.marketing.apt   
 

Uses of LibraryAdComment in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as LibraryAdComment
private  LibraryAdComment LibraryAdCommentResponse.libraryAdComment
           
 

Methods in com.yahoo.marketing.apt that return LibraryAdComment
 LibraryAdComment LibraryAdCommentResponse.getLibraryAdComment()
          Gets the libraryAdComment value for this LibraryAdCommentResponse.
 LibraryAdComment[] LibraryAdInformationServiceHttpBindingStub.getLibraryAdCommentsByLibraryAdID(long libraryAdID, int startElement, int numElements)
           
 LibraryAdComment[] LibraryAdInformationService.getLibraryAdCommentsByLibraryAdID(long libraryAdID, int startElement, int numElements)
           
 

Methods in com.yahoo.marketing.apt with parameters of type LibraryAdComment
 LibraryAdCommentResponse LibraryAdInformationServiceHttpBindingStub.addLibraryAdComment(LibraryAdComment comment)
           
 LibraryAdCommentResponse LibraryAdInformationService.addLibraryAdComment(LibraryAdComment comment)
           
 LibraryAdCommentResponse[] LibraryAdInformationServiceHttpBindingStub.addLibraryAdComments(LibraryAdComment[] comments)
           
 LibraryAdCommentResponse[] LibraryAdInformationService.addLibraryAdComments(LibraryAdComment[] comments)
           
 void LibraryAdCommentResponse.setLibraryAdComment(LibraryAdComment libraryAdComment)
          Sets the libraryAdComment value for this LibraryAdCommentResponse.
 

Constructors in com.yahoo.marketing.apt with parameters of type LibraryAdComment
LibraryAdCommentResponse(Error[] errors, LibraryAdComment libraryAdComment, java.lang.Boolean operationSucceeded)