Uses of Class
com.oracle.bmc.cloudbridge.model.AssetType
-
Packages that use AssetType Package Description com.oracle.bmc.cloudbridge.model com.oracle.bmc.cloudbridge.requests -
-
Uses of AssetType in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return AssetType Modifier and Type Method Description static AssetTypeAssetType. create(String key)AssetTypeAssetSummary. getAssetType()The type of asset.AssetTypeImportInventoryViaAssetsDetails. getAssetType()The type of asset.static AssetTypeAssetType. valueOf(String name)Returns the enum constant of this type with the specified name.static AssetType[]AssetType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudbridge.model with parameters of type AssetType Modifier and Type Method Description AssetSummary.BuilderAssetSummary.Builder. assetType(AssetType assetType)The type of asset.ImportInventoryViaAssetsDetails.BuilderImportInventoryViaAssetsDetails.Builder. assetType(AssetType assetType)The type of asset.Constructors in com.oracle.bmc.cloudbridge.model with parameters of type AssetType Constructor Description AssetSummary(String displayName, String inventoryId, String id, String compartmentId, String sourceKey, String externalAssetKey, AssetType assetType, Date timeCreated, Date timeUpdated, List<String> assetSourceIds, Asset.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.ImportInventoryViaAssetsDetails(String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, byte[] data, AssetType assetType)Deprecated. -
Uses of AssetType in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return AssetType Modifier and Type Method Description AssetTypeAnalyzeAssetsRequest. getAssetType()The type of asset.AssetTypeListAssetsRequest. getAssetType()The type of asset.Methods in com.oracle.bmc.cloudbridge.requests with parameters of type AssetType Modifier and Type Method Description AnalyzeAssetsRequest.BuilderAnalyzeAssetsRequest.Builder. assetType(AssetType assetType)The type of asset.ListAssetsRequest.BuilderListAssetsRequest.Builder. assetType(AssetType assetType)The type of asset.
-