@Generated(value="OracleSDKGenerator", comments="API Version: 20190801") public class ListModuleStreamProfilesRequest extends BmcRequest<Void>
Example: Click here to see how to use ListModuleStreamProfilesRequest.
| Modifier and Type | Class and Description |
|---|---|
static class |
ListModuleStreamProfilesRequest.Builder |
static class |
ListModuleStreamProfilesRequest.SortBy
The field to sort by.
|
static class |
ListModuleStreamProfilesRequest.SortOrder
The sort order to use, either ‘asc’ or ‘desc’.
|
| Constructor and Description |
|---|
ListModuleStreamProfilesRequest() |
| Modifier and Type | Method and Description |
|---|---|
static ListModuleStreamProfilesRequest.Builder |
builder() |
boolean |
equals(Object o) |
String |
getCompartmentId() |
Integer |
getLimit() |
String |
getModuleName() |
String |
getOpcRequestId() |
String |
getPage() |
String |
getProfileName() |
String |
getSoftwareSourceId() |
ListModuleStreamProfilesRequest.SortBy |
getSortBy() |
ListModuleStreamProfilesRequest.SortOrder |
getSortOrder() |
String |
getStreamName() |
int |
hashCode() |
ListModuleStreamProfilesRequest.Builder |
toBuilder() |
String |
toString() |
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continuepublic String getSoftwareSourceId()
public String getCompartmentId()
public String getModuleName()
public String getStreamName()
public String getProfileName()
public Integer getLimit()
public String getPage()
public ListModuleStreamProfilesRequest.SortOrder getSortOrder()
public ListModuleStreamProfilesRequest.SortBy getSortBy()
public String getOpcRequestId()
public ListModuleStreamProfilesRequest.Builder toBuilder()
ListModuleStreamProfilesRequest.Builder that allows you to modify request propertiespublic static ListModuleStreamProfilesRequest.Builder builder()
public boolean equals(Object o)
equals in class BmcRequest<Void>public int hashCode()
hashCode in class BmcRequest<Void>Copyright © 2016–2022. All rights reserved.