Uses of Class
ca.uhn.fhir.rest.server.method.BaseResourceReturningMethodBinding.MethodReturnTypeEnum
-
Packages that use BaseResourceReturningMethodBinding.MethodReturnTypeEnum Package Description ca.uhn.fhir.rest.server.method -
-
Uses of BaseResourceReturningMethodBinding.MethodReturnTypeEnum in ca.uhn.fhir.rest.server.method
Methods in ca.uhn.fhir.rest.server.method that return BaseResourceReturningMethodBinding.MethodReturnTypeEnum Modifier and Type Method Description BaseResourceReturningMethodBinding.MethodReturnTypeEnumBaseResourceReturningMethodBinding. getMethodReturnType()static BaseResourceReturningMethodBinding.MethodReturnTypeEnumBaseResourceReturningMethodBinding.MethodReturnTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static BaseResourceReturningMethodBinding.MethodReturnTypeEnum[]BaseResourceReturningMethodBinding.MethodReturnTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-