Uses of Class
com.oracle.bmc.managementagent.model.ValueCategoryType
-
Packages that use ValueCategoryType Package Description com.oracle.bmc.managementagent.model -
-
Uses of ValueCategoryType in com.oracle.bmc.managementagent.model
Methods in com.oracle.bmc.managementagent.model that return ValueCategoryType Modifier and Type Method Description static ValueCategoryTypeValueCategoryType. create(String key)ValueCategoryTypeNamedCredentialProperty. getValueCategory()The category of the Named credential property value.static ValueCategoryTypeValueCategoryType. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueCategoryType[]ValueCategoryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.managementagent.model that return types with arguments of type ValueCategoryType Modifier and Type Method Description List<ValueCategoryType>NamedCredentialFieldDefinition. getValueCategory()List of value categories of field allowed for this propertyMethods in com.oracle.bmc.managementagent.model with parameters of type ValueCategoryType Modifier and Type Method Description NamedCredentialProperty.BuilderNamedCredentialProperty.Builder. valueCategory(ValueCategoryType valueCategory)The category of the Named credential property value.Method parameters in com.oracle.bmc.managementagent.model with type arguments of type ValueCategoryType Modifier and Type Method Description NamedCredentialFieldDefinition.BuilderNamedCredentialFieldDefinition.Builder. valueCategory(List<ValueCategoryType> valueCategory)List of value categories of field allowed for this propertyConstructors in com.oracle.bmc.managementagent.model with parameters of type ValueCategoryType Constructor Description NamedCredentialProperty(String name, String value, ValueCategoryType valueCategory)Deprecated.
-