| Package | Description |
|---|---|
| com.microsoft.bingads.v13.campaignmanagement |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<CampaignType> |
BidStrategy.associatedCampaignType |
protected Collection<CampaignType> |
GetCampaignsByIdsRequest.campaignType |
protected Collection<CampaignType> |
GetCampaignsByAccountIdRequest.campaignType |
protected Collection<CampaignType> |
Campaign.campaignType |
| Modifier and Type | Method and Description |
|---|---|
static CampaignType |
CampaignType.fromValue(String v) |
static CampaignType |
CampaignType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CampaignType[] |
CampaignType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<CampaignType> |
CampaignTypeConverter.convertToList(String enums) |
jakarta.xml.bind.JAXBElement<Collection<CampaignType>> |
ObjectFactory.createCampaignType(Collection<CampaignType> value)
|
Collection<CampaignType> |
BidStrategy.getAssociatedCampaignType()
Gets the value of the associatedCampaignType property.
|
Collection<CampaignType> |
GetCampaignsByIdsRequest.getCampaignType()
Gets the value of the campaignType property.
|
Collection<CampaignType> |
GetCampaignsByAccountIdRequest.getCampaignType()
Gets the value of the campaignType property.
|
Collection<CampaignType> |
Campaign.getCampaignType()
Gets the value of the campaignType property.
|
Collection<CampaignType> |
Adapter3.unmarshal(String value) |
| Modifier and Type | Method and Description |
|---|---|
static String |
CampaignTypeConverter.convertToString(Collection<CampaignType> enums) |
jakarta.xml.bind.JAXBElement<Collection<CampaignType>> |
ObjectFactory.createCampaignType(Collection<CampaignType> value)
|
String |
Adapter3.marshal(Collection<CampaignType> value) |
void |
BidStrategy.setAssociatedCampaignType(Collection<CampaignType> value)
Sets the value of the associatedCampaignType property.
|
void |
GetCampaignsByIdsRequest.setCampaignType(Collection<CampaignType> value)
Sets the value of the campaignType property.
|
void |
GetCampaignsByAccountIdRequest.setCampaignType(Collection<CampaignType> value)
Sets the value of the campaignType property.
|
void |
Campaign.setCampaignType(Collection<CampaignType> value)
Sets the value of the campaignType property.
|
Copyright © 2023. All rights reserved.