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

Packages that use CustomSegmentResponse
com.yahoo.marketing.apt   
 

Uses of CustomSegmentResponse in com.yahoo.marketing.apt
 

Methods in com.yahoo.marketing.apt that return CustomSegmentResponse
 CustomSegmentResponse CustomSegmentServiceHttpBindingStub.addCustomSegment(CustomSegment customSegment)
           
 CustomSegmentResponse CustomSegmentService.addCustomSegment(CustomSegment customSegment)
           
 CustomSegmentResponse[] CustomSegmentServiceHttpBindingStub.addCustomSegments(CustomSegment[] customSegments)
           
 CustomSegmentResponse[] CustomSegmentService.addCustomSegments(CustomSegment[] customSegments)
           
 CustomSegmentResponse CustomSegmentServiceHttpBindingStub.updateCustomSegment(CustomSegment customSegment)
           
 CustomSegmentResponse CustomSegmentService.updateCustomSegment(CustomSegment customSegment)
           
 CustomSegmentResponse[] CustomSegmentServiceHttpBindingStub.updateCustomSegments(CustomSegment[] customSegments)
           
 CustomSegmentResponse[] CustomSegmentService.updateCustomSegments(CustomSegment[] customSegments)