static ListJavaDownloadTokensRequest.Builder |
ListJavaDownloadTokensRequest.builder() |
Return a new builder for this request object.
|
ListJavaDownloadTokensRequest.Builder |
ListJavaDownloadTokensRequest.Builder.compartmentId(String compartmentId) |
|
ListJavaDownloadTokensRequest.Builder |
ListJavaDownloadTokensRequest.Builder.copy(ListJavaDownloadTokensRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListJavaDownloadTokensRequest.Builder |
ListJavaDownloadTokensRequest.Builder.displayName(String displayName) |
A filter to return only resources that match the entire display name given.
|
ListJavaDownloadTokensRequest.Builder |
ListJavaDownloadTokensRequest.Builder.familyVersion(String familyVersion) |
Unique Java family version identifier.
|
ListJavaDownloadTokensRequest.Builder |
ListJavaDownloadTokensRequest.Builder.id(String id) |
Unique JavaDownloadToken identifier.
|
ListJavaDownloadTokensRequest.Builder |
ListJavaDownloadTokensRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListJavaDownloadTokensRequest.Builder |
ListJavaDownloadTokensRequest.Builder.lifecycleState(LifecycleState lifecycleState) |
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
ListJavaDownloadTokensRequest.Builder |
ListJavaDownloadTokensRequest.Builder.limit(Integer limit) |
The maximum number of items to return.
|
ListJavaDownloadTokensRequest.Builder |
ListJavaDownloadTokensRequest.Builder.opcRequestId(String opcRequestId) |
The client request ID for tracing.
|
ListJavaDownloadTokensRequest.Builder |
ListJavaDownloadTokensRequest.Builder.page(String page) |
The page token representing the page at which to start retrieving results.
|
ListJavaDownloadTokensRequest.Builder |
ListJavaDownloadTokensRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListJavaDownloadTokensRequest.Builder |
ListJavaDownloadTokensRequest.Builder.searchByUser(String searchByUser) |
A filter to return only resources that match the user principal detail.
|
ListJavaDownloadTokensRequest.Builder |
ListJavaDownloadTokensRequest.Builder.sortBy(TokenSortBy sortBy) |
The field to sort by.
|
ListJavaDownloadTokensRequest.Builder |
ListJavaDownloadTokensRequest.Builder.sortOrder(SortOrder sortOrder) |
The sort order, either ‘asc’ or ‘desc’.
|
ListJavaDownloadTokensRequest.Builder |
ListJavaDownloadTokensRequest.toBuilder() |
|
ListJavaDownloadTokensRequest.Builder |
ListJavaDownloadTokensRequest.Builder.value(String value) |
Unique JavaDownloadToken value.
|