Uses of Enum Class
com.apivolve.xolir.Service.Mode
-
Uses of Service.Mode in com.apivolve.xolir
Methods in com.apivolve.xolir that return Service.ModeModifier and TypeMethodDescriptionstatic Service.ModeService.Mode.forNumber(int value) Service.GeneratorFeatures.Builder.getMode(int index) repeated .xolir.Mode mode = 1;Service.GeneratorFeatures.getMode(int index) repeated .xolir.Mode mode = 1;Service.GeneratorFeaturesOrBuilder.getMode(int index) repeated .xolir.Mode mode = 1;static Service.ModeService.Mode.valueOf(int value) Deprecated.static Service.ModeService.Mode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Service.ModeReturns the enum constant of this class with the specified name.static Service.Mode[]Service.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.apivolve.xolir that return types with arguments of type Service.ModeModifier and TypeMethodDescriptionService.GeneratorFeatures.Builder.getModeList()repeated .xolir.Mode mode = 1;Service.GeneratorFeatures.getModeList()repeated .xolir.Mode mode = 1;Service.GeneratorFeaturesOrBuilder.getModeList()repeated .xolir.Mode mode = 1;static com.google.protobuf.Internal.EnumLiteMap<Service.Mode>Service.Mode.internalGetValueMap()Methods in com.apivolve.xolir with parameters of type Service.ModeModifier and TypeMethodDescriptionService.GeneratorFeatures.Builder.addMode(Service.Mode value) repeated .xolir.Mode mode = 1;Service.GeneratorFeatures.Builder.setMode(int index, Service.Mode value) repeated .xolir.Mode mode = 1;Method parameters in com.apivolve.xolir with type arguments of type Service.ModeModifier and TypeMethodDescriptionService.GeneratorFeatures.Builder.addAllMode(Iterable<? extends Service.Mode> values) repeated .xolir.Mode mode = 1;