Uses of Class
com.oracle.bmc.opsi.model.OpsiDataObjectType
-
Packages that use OpsiDataObjectType Package Description com.oracle.bmc.opsi.model com.oracle.bmc.opsi.requests -
-
Uses of OpsiDataObjectType in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return OpsiDataObjectType Modifier and Type Method Description static OpsiDataObjectTypeOpsiDataObjectType. create(String key)OpsiDataObjectTypeOpsiDataObjectTypeOpsiDataObjectDetailsInQuery. getDataObjectType()Type of OPSI data object.static OpsiDataObjectTypeOpsiDataObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static OpsiDataObjectType[]OpsiDataObjectType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.model with parameters of type OpsiDataObjectType Modifier and Type Method Description OpsiDataObjectTypeOpsiDataObjectDetailsInQuery.BuilderOpsiDataObjectTypeOpsiDataObjectDetailsInQuery.Builder. dataObjectType(OpsiDataObjectType dataObjectType)Type of OPSI data object.Constructors in com.oracle.bmc.opsi.model with parameters of type OpsiDataObjectType Constructor Description OpsiDataObjectTypeOpsiDataObjectDetailsInQuery(List<OpsiDataObjectQueryParam> queryParams, OpsiDataObjectType dataObjectType)Deprecated. -
Uses of OpsiDataObjectType in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return types with arguments of type OpsiDataObjectType Modifier and Type Method Description List<OpsiDataObjectType>ListOpsiDataObjectsRequest. getDataObjectType()OPSI data object types.Methods in com.oracle.bmc.opsi.requests with parameters of type OpsiDataObjectType Modifier and Type Method Description ListOpsiDataObjectsRequest.BuilderListOpsiDataObjectsRequest.Builder. dataObjectType(OpsiDataObjectType singularValue)Singular setter.Method parameters in com.oracle.bmc.opsi.requests with type arguments of type OpsiDataObjectType Modifier and Type Method Description ListOpsiDataObjectsRequest.BuilderListOpsiDataObjectsRequest.Builder. dataObjectType(List<OpsiDataObjectType> dataObjectType)OPSI data object types.
-