Class ListOperationsResult
- All Implemented Interfaces:
Serializable
,Cloneable
The ListOperations response includes the following elements.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
If there are more operations than you specified forMaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.Lists summaries of the operations.int
hashCode()
void
setNextPageMarker
(String nextPageMarker) If there are more operations than you specified forMaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.void
setOperations
(Collection<OperationSummary> operations) Lists summaries of the operations.toString()
Returns a string representation of this object; useful for testing and debugging.withNextPageMarker
(String nextPageMarker) If there are more operations than you specified forMaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.withOperations
(OperationSummary... operations) Lists summaries of the operations.withOperations
(Collection<OperationSummary> operations) Lists summaries of the operations.
-
Constructor Details
-
ListOperationsResult
public ListOperationsResult()
-
-
Method Details
-
getOperations
Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children:
OperationId
,Status
,SubmittedDate
,Type
- Returns:
- Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children:
OperationId
,Status
,SubmittedDate
,Type
-
setOperations
Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children:
OperationId
,Status
,SubmittedDate
,Type
- Parameters:
operations
- Lists summaries of the operations.Type: Complex type containing a list of operation summaries
Children:
OperationId
,Status
,SubmittedDate
,Type
-
withOperations
Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children:
OperationId
,Status
,SubmittedDate
,Type
NOTE: This method appends the values to the existing list (if any). Use
setOperations(java.util.Collection)
orwithOperations(java.util.Collection)
if you want to override the existing values.- Parameters:
operations
- Lists summaries of the operations.Type: Complex type containing a list of operation summaries
Children:
OperationId
,Status
,SubmittedDate
,Type
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withOperations
Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children:
OperationId
,Status
,SubmittedDate
,Type
- Parameters:
operations
- Lists summaries of the operations.Type: Complex type containing a list of operation summaries
Children:
OperationId
,Status
,SubmittedDate
,Type
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextPageMarker
If there are more operations than you specified for
MaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.Type: String
Parent:
Operations
- Parameters:
nextPageMarker
- If there are more operations than you specified forMaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.Type: String
Parent:
Operations
-
getNextPageMarker
If there are more operations than you specified for
MaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.Type: String
Parent:
Operations
- Returns:
- If there are more operations than you specified for
MaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.Type: String
Parent:
Operations
-
withNextPageMarker
If there are more operations than you specified for
MaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.Type: String
Parent:
Operations
- Parameters:
nextPageMarker
- If there are more operations than you specified forMaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.Type: String
Parent:
Operations
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-