Uses of Class
org.odpi.openmetadata.adminservices.rest.ServerTypeClassificationSummary
-
Packages that use ServerTypeClassificationSummary Package Description org.odpi.openmetadata.adminservices.rest These are the beans that wrap request bodies and responses on the REST API. -
-
Uses of ServerTypeClassificationSummary in org.odpi.openmetadata.adminservices.rest
Methods in org.odpi.openmetadata.adminservices.rest that return ServerTypeClassificationSummary Modifier and Type Method Description ServerTypeClassificationSummaryServerTypeClassificationSummary. getServerSuperType()Return the description of the supertype (if any)ServerTypeClassificationSummaryServerTypeClassificationResponse. getServerTypeClassification()Return the classification for this server type.Methods in org.odpi.openmetadata.adminservices.rest with parameters of type ServerTypeClassificationSummary Modifier and Type Method Description voidServerTypeClassificationSummary. setServerSuperType(ServerTypeClassificationSummary serverSuperType)Set up the the description of the supertype (if any).voidServerTypeClassificationResponse. setServerTypeClassification(ServerTypeClassificationSummary serverTypeClassification)Set up the classification for this server type.Constructors in org.odpi.openmetadata.adminservices.rest with parameters of type ServerTypeClassificationSummary Constructor Description ServerTypeClassificationSummary(ServerTypeClassificationSummary template)Copy/clone constructor
-