Uses of Class
be.recipe.services.core.CommunicationChannelSpecification
-
Packages that use CommunicationChannelSpecification Package Description be.recipe.services.core be.recipe.services.executor be.recipe.services.patient -
-
Uses of CommunicationChannelSpecification in be.recipe.services.core
Methods in be.recipe.services.core that return CommunicationChannelSpecification Modifier and Type Method Description static CommunicationChannelSpecificationCommunicationChannelSpecification. fromValue(String v)static CommunicationChannelSpecificationCommunicationChannelSpecification. valueOf(String name)Returns the enum constant of this type with the specified name.static CommunicationChannelSpecification[]CommunicationChannelSpecification. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CommunicationChannelSpecification in be.recipe.services.executor
Fields in be.recipe.services.executor declared as CommunicationChannelSpecification Modifier and Type Field Description protected CommunicationChannelSpecificationGetProfileResult.Profile. communicationChannelSpecificationprotected CommunicationChannelSpecificationUpdateProfileParam. communicationChannelSpecificationMethods in be.recipe.services.executor that return CommunicationChannelSpecification Modifier and Type Method Description CommunicationChannelSpecificationGetProfileResult.Profile. getCommunicationChannelSpecification()Gets the value of the communicationChannelSpecification property.CommunicationChannelSpecificationUpdateProfileParam. getCommunicationChannelSpecification()Gets the value of the communicationChannelSpecification property.Methods in be.recipe.services.executor with parameters of type CommunicationChannelSpecification Modifier and Type Method Description voidGetProfileResult.Profile. setCommunicationChannelSpecification(CommunicationChannelSpecification value)Sets the value of the communicationChannelSpecification property.voidUpdateProfileParam. setCommunicationChannelSpecification(CommunicationChannelSpecification value)Sets the value of the communicationChannelSpecification property. -
Uses of CommunicationChannelSpecification in be.recipe.services.patient
Fields in be.recipe.services.patient declared as CommunicationChannelSpecification Modifier and Type Field Description protected CommunicationChannelSpecificationGetExecutorProfileResult.Profile. communicationChannelSpecificationMethods in be.recipe.services.patient that return CommunicationChannelSpecification Modifier and Type Method Description CommunicationChannelSpecificationGetExecutorProfileResult.Profile. getCommunicationChannelSpecification()Gets the value of the communicationChannelSpecification property.Methods in be.recipe.services.patient with parameters of type CommunicationChannelSpecification Modifier and Type Method Description voidGetExecutorProfileResult.Profile. setCommunicationChannelSpecification(CommunicationChannelSpecification value)Sets the value of the communicationChannelSpecification property.
-