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

Packages that use CustomSegment
com.yahoo.marketing.apt   
 

Uses of CustomSegment in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as CustomSegment
private  CustomSegment CustomSegmentResponse.customSegment
           
 

Methods in com.yahoo.marketing.apt that return CustomSegment
 CustomSegment CustomSegmentResponse.getCustomSegment()
          Gets the customSegment value for this CustomSegmentResponse.
 CustomSegment CustomSegmentServiceHttpBindingStub.getCustomSegment(long customSegmentID)
           
 CustomSegment CustomSegmentService.getCustomSegment(long customSegmentID)
           
 CustomSegment[] CustomSegmentServiceHttpBindingStub.getCustomSegments(long[] customSegmentIDs)
           
 CustomSegment[] CustomSegmentService.getCustomSegments(long[] customSegmentIDs)
           
 CustomSegment[] CustomSegmentServiceHttpBindingStub.getCustomSegmentsByAccountID()
           
 CustomSegment[] CustomSegmentService.getCustomSegmentsByAccountID()
           
 

Methods in com.yahoo.marketing.apt with parameters of type CustomSegment
 CustomSegmentResponse CustomSegmentServiceHttpBindingStub.addCustomSegment(CustomSegment customSegment)
           
 CustomSegmentResponse CustomSegmentService.addCustomSegment(CustomSegment customSegment)
           
 CustomSegmentResponse[] CustomSegmentServiceHttpBindingStub.addCustomSegments(CustomSegment[] customSegments)
           
 CustomSegmentResponse[] CustomSegmentService.addCustomSegments(CustomSegment[] customSegments)
           
 void CustomSegmentResponse.setCustomSegment(CustomSegment customSegment)
          Sets the customSegment value for this CustomSegmentResponse.
 CustomSegmentResponse CustomSegmentServiceHttpBindingStub.updateCustomSegment(CustomSegment customSegment)
           
 CustomSegmentResponse CustomSegmentService.updateCustomSegment(CustomSegment customSegment)
           
 CustomSegmentResponse[] CustomSegmentServiceHttpBindingStub.updateCustomSegments(CustomSegment[] customSegments)
           
 CustomSegmentResponse[] CustomSegmentService.updateCustomSegments(CustomSegment[] customSegments)
           
 

Constructors in com.yahoo.marketing.apt with parameters of type CustomSegment
CustomSegmentResponse(CustomSegment customSegment, Error[] errors, java.lang.Boolean operationSucceeded)