Class ListFunctionsRuntimeVersionsRequest
- java.lang.Object
-
- com.oracle.bmc.requests.BmcRequest<Void>
-
- com.oracle.bmc.functions.requests.ListFunctionsRuntimeVersionsRequest
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20260325") public class ListFunctionsRuntimeVersionsRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/functions/ListFunctionsRuntimeVersionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListFunctionsRuntimeVersionsRequest.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListFunctionsRuntimeVersionsRequest.Builderstatic classListFunctionsRuntimeVersionsRequest.SortByThe field to sort by.static classListFunctionsRuntimeVersionsRequest.SortOrderSpecifies sort order.
-
Constructor Summary
Constructors Constructor Description ListFunctionsRuntimeVersionsRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListFunctionsRuntimeVersionsRequest.Builderbuilder()Return a new builder for this request object.booleanequals(Object o)Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.StringgetDisplayName()A filter to return only resources that match the entire FunctionsRuntimeVersion name given.StringgetFunctionsRuntimeId()unique FunctionsRuntime identifierStringgetFunctionsRuntimeName()A filter to return only resources that match the entire FunctionsRuntime name given.StringgetFunctionsRuntimeVersionId()unique FunctionsRuntimeVersion identifierBooleangetIsCurrentVersion()Matches the current version associated with a FunctionsRuntime.StringgetLanguageVersion()A filter to return only resources that match the entire languageVersion name given.FunctionsRuntimeVersion.LifecycleStategetLifecycleState()A filter to return only resources their lifecycleState matches the given lifecycleState.IntegergetLimit()The maximum number of items to return.StringgetOpcRequestId()The unique Oracle-assigned identifier for the request.StringgetOsVersion()A filter to return only resources that match the entire osVersion name given.StringgetPage()The pagination token for a list query returned by a previous operationListFunctionsRuntimeVersionsRequest.SortBygetSortBy()The field to sort by.ListFunctionsRuntimeVersionsRequest.SortOrdergetSortOrder()Specifies sort order.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListFunctionsRuntimeVersionsRequest.BuildertoBuilder()Return an instance ofListFunctionsRuntimeVersionsRequest.Builderthat allows you to modify request properties.StringtoString()-
Methods inherited from class com.oracle.bmc.requests.BmcRequest
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
-
-
-
-
Method Detail
-
getFunctionsRuntimeId
public String getFunctionsRuntimeId()
unique FunctionsRuntime identifier
-
getFunctionsRuntimeName
public String getFunctionsRuntimeName()
A filter to return only resources that match the entire FunctionsRuntime name given.
-
getFunctionsRuntimeVersionId
public String getFunctionsRuntimeVersionId()
unique FunctionsRuntimeVersion identifier
-
getDisplayName
public String getDisplayName()
A filter to return only resources that match the entire FunctionsRuntimeVersion name given.
-
getOsVersion
public String getOsVersion()
A filter to return only resources that match the entire osVersion name given.
-
getLanguageVersion
public String getLanguageVersion()
A filter to return only resources that match the entire languageVersion name given.
-
getIsCurrentVersion
public Boolean getIsCurrentVersion()
Matches the current version associated with a FunctionsRuntime.
-
getLifecycleState
public FunctionsRuntimeVersion.LifecycleState getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.
-
getSortBy
public ListFunctionsRuntimeVersionsRequest.SortBy getSortBy()
The field to sort by.Only one sort order may be provided. Default order for timeCreated is descending. Default order for name is ascending.
-
getLimit
public Integer getLimit()
The maximum number of items to return.1 is the minimum, 50 is the maximum.
Default: 10
-
getPage
public String getPage()
The pagination token for a list query returned by a previous operation
-
getSortOrder
public ListFunctionsRuntimeVersionsRequest.SortOrder getSortOrder()
Specifies sort order.**ASC:** Ascending sort order. * **DESC:** Descending sort order.
-
getOpcRequestId
public String getOpcRequestId()
The unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID.
-
toBuilder
public ListFunctionsRuntimeVersionsRequest.Builder toBuilder()
Return an instance ofListFunctionsRuntimeVersionsRequest.Builderthat allows you to modify request properties.- Returns:
- instance of
ListFunctionsRuntimeVersionsRequest.Builderthat allows you to modify request properties.
-
builder
public static ListFunctionsRuntimeVersionsRequest.Builder builder()
Return a new builder for this request object.- Returns:
- builder for the request object
-
equals
public boolean equals(Object o)
Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
equalsin classBmcRequest<Void>
-
hashCode
public int hashCode()
Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
hashCodein classBmcRequest<Void>
-
-