Uses of Class
com.flagsmith.flagengine.FlagResult
Packages that use FlagResult
-
Uses of FlagResult in com.flagsmith.flagengine
Methods in com.flagsmith.flagengine that return FlagResultModifier and TypeMethodDescriptionFlagResult.withAdditionalProperty(String name, Object value) FlagResult.withEnabled(Boolean enabled) FlagResult.withMetadata(Map<String, Object> metadata) FlagResult.withReason(String reason) Methods in com.flagsmith.flagengine that return types with arguments of type FlagResultMethods in com.flagsmith.flagengine with parameters of type FlagResultModifier and TypeMethodDescriptionvoidFlags.setAdditionalProperty(String name, FlagResult value) Flags.withAdditionalProperty(String name, FlagResult value) Constructors in com.flagsmith.flagengine with parameters of type FlagResult -
Uses of FlagResult in com.flagsmith.mappers
Methods in com.flagsmith.mappers with parameters of type FlagResultModifier and TypeMethodDescriptionstatic FlagEngineMappers.mapFlagResultToFlag(FlagResult flagResult) Maps FlagResult to Flag.