| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v202105 |
| Modifier and Type | Method and Description |
|---|---|
Proposal[] |
ProposalServiceSoapBindingStub.createProposals(Proposal[] proposals) |
Proposal[] |
ProposalServiceInterface.createProposals(Proposal[] proposals)
Creates new
Proposal objects. |
Proposal[] |
ProposalPage.getResults()
Gets the results value for this ProposalPage.
|
Proposal |
ProposalPage.getResults(int i) |
Proposal[] |
ProposalServiceSoapBindingStub.updateProposals(Proposal[] proposals) |
Proposal[] |
ProposalServiceInterface.updateProposals(Proposal[] proposals)
Updates the specified
Proposal objects. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Proposal> |
ProposalPage.iterator()
Returns an iterator over this page's
results that:
Will not be null.
Will not support Iterator.remove().
|
| Modifier and Type | Method and Description |
|---|---|
Proposal[] |
ProposalServiceSoapBindingStub.createProposals(Proposal[] proposals) |
Proposal[] |
ProposalServiceInterface.createProposals(Proposal[] proposals)
Creates new
Proposal objects. |
void |
ProposalPage.setResults(int i,
Proposal _value) |
void |
ProposalPage.setResults(Proposal[] results)
Sets the results value for this ProposalPage.
|
Proposal[] |
ProposalServiceSoapBindingStub.updateProposals(Proposal[] proposals) |
Proposal[] |
ProposalServiceInterface.updateProposals(Proposal[] proposals)
Updates the specified
Proposal objects. |
| Constructor and Description |
|---|
ProposalPage(Integer totalResultSetSize,
Integer startIndex,
Proposal[] results) |
Copyright © 2021. All rights reserved.