Class ListDifferenceColumnsRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<Void>
- 
- com.oracle.bmc.datasafe.requests.ListDifferenceColumnsRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public class ListDifferenceColumnsRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/datasafe/ListDifferenceColumnsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDifferenceColumnsRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classListDifferenceColumnsRequest.Builderstatic classListDifferenceColumnsRequest.SortByThe field to sort by.static classListDifferenceColumnsRequest.SortOrderThe sort order to use, either ascending (ASC) or descending (DESC).
 - 
Constructor SummaryConstructors Constructor Description ListDifferenceColumnsRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListDifferenceColumnsRequest.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>getColumnName()A filter to return only a specific column based on column name.SdmMaskingPolicyDifference.DifferenceTypegetDifferenceType()A filter to return only the SDM masking policy difference columns that match the specified difference typeIntegergetLimit()For list pagination.List<String>getObjectName()A filter to return only items related to a specific object name.StringgetOpcRequestId()Unique identifier for the request.StringgetPage()For list pagination.DifferenceColumn.PlannedActiongetPlannedAction()A filter to return only the SDM masking policy difference columns that match the specified planned action.List<String>getSchemaName()A filter to return only items related to specific schema name.StringgetSdmMaskingPolicyDifferenceId()The OCID of the SDM masking policy difference.ListDifferenceColumnsRequest.SortBygetSortBy()The field to sort by.ListDifferenceColumnsRequest.SortOrdergetSortOrder()The sort order to use, either ascending (ASC) or descending (DESC).DifferenceColumn.SyncStatusgetSyncStatus()A filter to return the SDM masking policy difference columns based on the value of their syncStatus attribute.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListDifferenceColumnsRequest.BuildertoBuilder()Return an instance ofListDifferenceColumnsRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getSdmMaskingPolicyDifferenceIdpublic String getSdmMaskingPolicyDifferenceId() The OCID of the SDM masking policy difference.
 - 
getDifferenceTypepublic SdmMaskingPolicyDifference.DifferenceType getDifferenceType() A filter to return only the SDM masking policy difference columns that match the specified difference type
 - 
getPlannedActionpublic DifferenceColumn.PlannedAction getPlannedAction() A filter to return only the SDM masking policy difference columns that match the specified planned action.
 - 
getSyncStatuspublic DifferenceColumn.SyncStatus getSyncStatus() A filter to return the SDM masking policy difference columns based on the value of their syncStatus attribute.
 - 
getSchemaNamepublic List<String> getSchemaName() A filter to return only items related to specific schema name.
 - 
getObjectNamepublic List<String> getObjectName() A filter to return only items related to a specific object name.
 - 
getColumnNamepublic List<String> getColumnName() A filter to return only a specific column based on column name.
 - 
getSortOrderpublic ListDifferenceColumnsRequest.SortOrder getSortOrder() The sort order to use, either ascending (ASC) or descending (DESC).
 - 
getSortBypublic ListDifferenceColumnsRequest.SortBy getSortBy() The field to sort by.You can specify only one sorting parameter (sortOrder). The default order for schemaName is descending. The default order for differenceType, schemaName, objectName, columnName and plannedAction is ascending. 
 - 
getOpcRequestIdpublic String getOpcRequestId() Unique identifier for the request.
 - 
getLimitpublic Integer getLimit() For list pagination.The maximum number of items to return per page in a paginated “List” call. For details about how pagination works, see List Pagination. 
 - 
getPagepublic String getPage() For list pagination.The page token representing the page at which to start retrieving results. It is usually retrieved from a previous “List” call. For details about how pagination works, see List Pagination. 
 - 
toBuilderpublic ListDifferenceColumnsRequest.Builder toBuilder() Return an instance ofListDifferenceColumnsRequest.Builderthat allows you to modify request properties.- Returns:
- instance of ListDifferenceColumnsRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static ListDifferenceColumnsRequest.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>
 
 
- 
 
-