Class ListNamedCredentialsRequest
- java.lang.Object
-
- com.oracle.bmc.requests.BmcRequest<Void>
-
- com.oracle.bmc.managementagent.requests.ListNamedCredentialsRequest
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20200202") public class ListNamedCredentialsRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/managementagent/ListNamedCredentialsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListNamedCredentialsRequest.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListNamedCredentialsRequest.Builderstatic classListNamedCredentialsRequest.SortByThe field to sort by.static classListNamedCredentialsRequest.SortOrderThe sort order to use, either ‘asc’ or ‘desc’.
-
Constructor Summary
Constructors Constructor Description ListNamedCredentialsRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListNamedCredentialsRequest.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’.List<String>getId()Filter list for these Named credentials identifiers (ocid) values.List<NamedCredential.LifecycleState>getLifecycleState()Filter to return only Management Agents in the particular lifecycle state.IntegergetLimit()The maximum number of items to return.StringgetManagementAgentId()The ManagementAgentID of the agent from which the named credentials are associated.List<String>getName()Filter list for these name items.StringgetOpcRequestId()The client request ID for tracing.StringgetPage()The page token representing the page at which to start retrieving results.ListNamedCredentialsRequest.SortBygetSortBy()The field to sort by.ListNamedCredentialsRequest.SortOrdergetSortOrder()The sort order to use, either ‘asc’ or ‘desc’.List<String>getType()Filter list for these type values.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListNamedCredentialsRequest.BuildertoBuilder()Return an instance ofListNamedCredentialsRequest.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
-
getManagementAgentId
public String getManagementAgentId()
The ManagementAgentID of the agent from which the named credentials are associated.
-
getOpcRequestId
public String getOpcRequestId()
The client request ID for tracing.
-
getPage
public String getPage()
The page token representing the page at which to start retrieving results.This is usually retrieved from a previous list call.
-
getLimit
public Integer getLimit()
The maximum number of items to return.
-
getSortOrder
public ListNamedCredentialsRequest.SortOrder getSortOrder()
The sort order to use, either ‘asc’ or ‘desc’.
-
getSortBy
public ListNamedCredentialsRequest.SortBy getSortBy()
The field to sort by.Only one sort order may be provided. If no value is specified timeCreated is default.
-
getLifecycleState
public List<NamedCredential.LifecycleState> getLifecycleState()
Filter to return only Management Agents in the particular lifecycle state.
-
getId
public List<String> getId()
Filter list for these Named credentials identifiers (ocid) values.
-
toBuilder
public ListNamedCredentialsRequest.Builder toBuilder()
Return an instance ofListNamedCredentialsRequest.Builderthat allows you to modify request properties.- Returns:
- instance of
ListNamedCredentialsRequest.Builderthat allows you to modify request properties.
-
builder
public static ListNamedCredentialsRequest.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>
-
-