@Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public class ListFunctionsRequest extends BmcRequest<Void>
Modifier and Type | Class and Description |
---|---|
static class |
ListFunctionsRequest.Builder |
static class |
ListFunctionsRequest.SortBy
Specifies the attribute with which to sort the rules.
|
static class |
ListFunctionsRequest.SortOrder
Specifies sort order.
|
Modifier and Type | Method and Description |
---|---|
static ListFunctionsRequest.Builder |
builder() |
String |
getApplicationId()
The OCID of the application to which this function belongs.
|
String |
getDisplayName()
A filter to return only functions with display names that match the display name string.
|
String |
getId()
A filter to return only functions with the specified OCID.
|
Function.LifecycleState |
getLifecycleState()
A filter to return only functions that match the lifecycle state in this parameter.
|
Integer |
getLimit()
The maximum number of items to return.
|
String |
getOpcRequestId()
The unique Oracle-assigned identifier for the request.
|
String |
getPage()
The pagination token for a list query returned by a previous operation
|
ListFunctionsRequest.SortBy |
getSortBy()
Specifies the attribute with which to sort the rules.
|
ListFunctionsRequest.SortOrder |
getSortOrder()
Specifies sort order.
|
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration
public static ListFunctionsRequest.Builder builder()
public String getApplicationId()
The OCID of the application to which this function belongs.
public Integer getLimit()
The maximum number of items to return. 1 is the minimum, 50 is the maximum.
Default: 10
public String getPage()
The pagination token for a list query returned by a previous operation
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.
public Function.LifecycleState getLifecycleState()
A filter to return only functions that match the lifecycle state in this parameter. Example: Creating
public String getDisplayName()
A filter to return only functions with display names that match the display name string. Matching is exact.
public String getId()
A filter to return only functions with the specified OCID.
public ListFunctionsRequest.SortOrder getSortOrder()
Specifies sort order.
ASC: Ascending sort order. * DESC: Descending sort order.
public ListFunctionsRequest.SortBy getSortBy()
Specifies the attribute with which to sort the rules.
Default: displayName
timeCreated: Sorts by timeCreated. * displayName: Sorts by displayName. * id: Sorts by id.
Copyright © 2016–2020. All rights reserved.