Uses of Class
com.oracle.bmc.announcementsservice.model.Property
-
Packages that use Property Package Description com.oracle.bmc.announcementsservice.model -
-
Uses of Property in com.oracle.bmc.announcementsservice.model
Methods in com.oracle.bmc.announcementsservice.model that return Property Modifier and Type Method Description Property
Property.Builder. build()
Methods in com.oracle.bmc.announcementsservice.model that return types with arguments of type Property Modifier and Type Method Description List<Property>
AffectedResource. getAdditionalProperties()
Additional properties associated with the resource.Methods in com.oracle.bmc.announcementsservice.model with parameters of type Property Modifier and Type Method Description Property.Builder
Property.Builder. copy(Property model)
Method parameters in com.oracle.bmc.announcementsservice.model with type arguments of type Property Modifier and Type Method Description AffectedResource.Builder
AffectedResource.Builder. additionalProperties(List<Property> additionalProperties)
Additional properties associated with the resource.Constructor parameters in com.oracle.bmc.announcementsservice.model with type arguments of type Property Constructor Description AffectedResource(String resourceId, String resourceName, String region, List<Property> additionalProperties)
Deprecated.
-