Package com.oracle.bmc.oda.requests
Class ListSkillParametersRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<Void>
- 
- com.oracle.bmc.oda.requests.ListSkillParametersRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190506") public class ListSkillParametersRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/oda/ListSkillParametersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSkillParametersRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classListSkillParametersRequest.Builderstatic classListSkillParametersRequest.SortBySort on this field.static classListSkillParametersRequest.SortOrderSort the results in this order, use either ASC (ascending) or DESC (descending).
 - 
Constructor SummaryConstructors Constructor Description ListSkillParametersRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListSkillParametersRequest.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’.LifecycleStategetLifecycleState()List only the resources that are in this lifecycle state.IntegergetLimit()The maximum number of items to return per page.StringgetName()List only Parameters with this name.StringgetOdaInstanceId()Unique Digital Assistant instance identifier.StringgetOpcRequestId()The client request ID for tracing.StringgetPage()The page at which to start retrieving results.StringgetSkillId()Unique Skill identifier.ListSkillParametersRequest.SortBygetSortBy()Sort on this field.ListSkillParametersRequest.SortOrdergetSortOrder()Sort the results in this order, use either ASC (ascending) or DESC (descending).inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListSkillParametersRequest.BuildertoBuilder()Return an instance ofListSkillParametersRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getOdaInstanceIdpublic String getOdaInstanceId() Unique Digital Assistant instance identifier.
 - 
getSkillIdpublic String getSkillId() Unique Skill identifier.
 - 
getNamepublic String getName() List only Parameters with this name.
 - 
getLifecycleStatepublic LifecycleState getLifecycleState() List only the resources that are in this lifecycle state.
 - 
getLimitpublic Integer getLimit() The maximum number of items to return per page.
 - 
getPagepublic String getPage() The page at which to start retrieving results.You get this value from the opc-next-page header in a previous list request. To retireve the first page, omit this query parameter. Example: MToxMA== 
 - 
getSortOrderpublic ListSkillParametersRequest.SortOrder getSortOrder() Sort the results in this order, use either ASC (ascending) or DESC (descending).
 - 
getSortBypublic ListSkillParametersRequest.SortBy getSortBy() Sort on this field.You can specify one sort order only. The default sort field is name. The default sort order is ascending. 
 - 
getOpcRequestIdpublic String getOpcRequestId() The client request ID for tracing.This value is included in the opc-request-id response header. 
 - 
toBuilderpublic ListSkillParametersRequest.Builder toBuilder() Return an instance ofListSkillParametersRequest.Builderthat allows you to modify request properties.- Returns:
- instance of ListSkillParametersRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static ListSkillParametersRequest.Builder builder() Return a new builder for this request object.- Returns:
- builder for the request object
 
 - 
equalspublic boolean equals(Object o) Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
- equalsin class- BmcRequest<Void>
 
 - 
hashCodepublic int hashCode() Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
- hashCodein class- BmcRequest<Void>
 
 
- 
 
-