Uses of Class
com.oracle.bmc.lockbox.model.ApprovalTemplateSummary
-
Packages that use ApprovalTemplateSummary Package Description com.oracle.bmc.lockbox com.oracle.bmc.lockbox.model -
-
Uses of ApprovalTemplateSummary in com.oracle.bmc.lockbox
Methods in com.oracle.bmc.lockbox that return types with arguments of type ApprovalTemplateSummary Modifier and Type Method Description Iterable<ApprovalTemplateSummary>
LockboxPaginators. listApprovalTemplatesRecordIterator(ListApprovalTemplatesRequest request)
Creates a new iterable which will iterate over theApprovalTemplateSummary
objects contained in responses from the listApprovalTemplates operation. -
Uses of ApprovalTemplateSummary in com.oracle.bmc.lockbox.model
Methods in com.oracle.bmc.lockbox.model that return ApprovalTemplateSummary Modifier and Type Method Description ApprovalTemplateSummary
ApprovalTemplateSummary.Builder. build()
Methods in com.oracle.bmc.lockbox.model that return types with arguments of type ApprovalTemplateSummary Modifier and Type Method Description List<ApprovalTemplateSummary>
ApprovalTemplateCollection. getItems()
List of ApprovalTemplateSummary.Methods in com.oracle.bmc.lockbox.model with parameters of type ApprovalTemplateSummary Modifier and Type Method Description ApprovalTemplateSummary.Builder
ApprovalTemplateSummary.Builder. copy(ApprovalTemplateSummary model)
Method parameters in com.oracle.bmc.lockbox.model with type arguments of type ApprovalTemplateSummary Modifier and Type Method Description ApprovalTemplateCollection.Builder
ApprovalTemplateCollection.Builder. items(List<ApprovalTemplateSummary> items)
List of ApprovalTemplateSummary.Constructor parameters in com.oracle.bmc.lockbox.model with type arguments of type ApprovalTemplateSummary Constructor Description ApprovalTemplateCollection(List<ApprovalTemplateSummary> items)
Deprecated.
-