Uses of Class
com.oracle.bmc.identitydomains.model.FreeformTags
-
Packages that use FreeformTags Package Description com.oracle.bmc.identitydomains.model -
-
Uses of FreeformTags in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return FreeformTags Modifier and Type Method Description FreeformTags
FreeformTags.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type FreeformTags Modifier and Type Method Description List<FreeformTags>
ExtensionOCITags. getFreeformTags()
OCI Freeform TagsMethods in com.oracle.bmc.identitydomains.model with parameters of type FreeformTags Modifier and Type Method Description FreeformTags.Builder
FreeformTags.Builder. copy(FreeformTags model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type FreeformTags Modifier and Type Method Description ExtensionOCITags.Builder
ExtensionOCITags.Builder. freeformTags(List<FreeformTags> freeformTags)
OCI Freeform TagsConstructor parameters in com.oracle.bmc.identitydomains.model with type arguments of type FreeformTags Constructor Description ExtensionOCITags(List<FreeformTags> freeformTags, List<DefinedTags> definedTags, Object tagSlug)
Deprecated.
-