Uses of Class
org.odpi.openmetadata.accessservices.devops.properties.ServerAssetUseType
-
Packages that use ServerAssetUseType Package Description org.odpi.openmetadata.accessservices.devops.properties org.odpi.openmetadata.accessservices.devops.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ServerAssetUseType in org.odpi.openmetadata.accessservices.devops.properties
Methods in org.odpi.openmetadata.accessservices.devops.properties that return ServerAssetUseType Modifier and Type Method Description ServerAssetUseTypeServerAssetUseProperties. getUseType()Return the types of interactions that the software server capability may have with the asset.static ServerAssetUseTypeServerAssetUseType. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerAssetUseType[]ServerAssetUseType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.accessservices.devops.properties with parameters of type ServerAssetUseType Modifier and Type Method Description voidServerAssetUseProperties. setUseType(ServerAssetUseType useType)Set up the types of interactions that the software server capability may have with the asset. -
Uses of ServerAssetUseType in org.odpi.openmetadata.accessservices.devops.rest
Methods in org.odpi.openmetadata.accessservices.devops.rest that return ServerAssetUseType Modifier and Type Method Description ServerAssetUseTypeUseTypeRequestBody. getUseType()Return the use type to use for the query.Methods in org.odpi.openmetadata.accessservices.devops.rest with parameters of type ServerAssetUseType Modifier and Type Method Description voidUseTypeRequestBody. setUseType(ServerAssetUseType useType)Set up the use type to use for the query.
-