Uses of Class
com.oracle.bmc.identity.model.TaggingWorkRequestErrorSummary
-
Packages that use TaggingWorkRequestErrorSummary Package Description com.oracle.bmc.identity com.oracle.bmc.identity.model com.oracle.bmc.identity.responses -
-
Uses of TaggingWorkRequestErrorSummary in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return types with arguments of type TaggingWorkRequestErrorSummary Modifier and Type Method Description Iterable<TaggingWorkRequestErrorSummary>IdentityPaginators. listTaggingWorkRequestErrorsRecordIterator(ListTaggingWorkRequestErrorsRequest request)Creates a new iterable which will iterate over theTaggingWorkRequestErrorSummaryobjects contained in responses from the listTaggingWorkRequestErrors operation. -
Uses of TaggingWorkRequestErrorSummary in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return TaggingWorkRequestErrorSummary Modifier and Type Method Description TaggingWorkRequestErrorSummaryTaggingWorkRequestErrorSummary.Builder. build()Methods in com.oracle.bmc.identity.model with parameters of type TaggingWorkRequestErrorSummary Modifier and Type Method Description TaggingWorkRequestErrorSummary.BuilderTaggingWorkRequestErrorSummary.Builder. copy(TaggingWorkRequestErrorSummary model) -
Uses of TaggingWorkRequestErrorSummary in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return types with arguments of type TaggingWorkRequestErrorSummary Modifier and Type Method Description List<TaggingWorkRequestErrorSummary>ListTaggingWorkRequestErrorsResponse. getItems()A list of com.oracle.bmc.identity.model.TaggingWorkRequestErrorSummary instances.Method parameters in com.oracle.bmc.identity.responses with type arguments of type TaggingWorkRequestErrorSummary Modifier and Type Method Description ListTaggingWorkRequestErrorsResponse.BuilderListTaggingWorkRequestErrorsResponse.Builder. items(List<TaggingWorkRequestErrorSummary> items)A list of com.oracle.bmc.identity.model.TaggingWorkRequestErrorSummary instances.
-