Uses of Enum Class
ai.wanaku.core.exchange.v1.PayloadType
Packages that use PayloadType
-
Uses of PayloadType in ai.wanaku.core.exchange.v1
Subclasses with type arguments of type PayloadType in ai.wanaku.core.exchange.v1Modifier and TypeClassDescriptionenum* Defines the type of payload (i.e.: if it's a reference to a configuration, or the configuration itself, etcMethods in ai.wanaku.core.exchange.v1 that return PayloadTypeModifier and TypeMethodDescriptionstatic PayloadTypePayloadType.forNumber(int value) Configuration.Builder.getType().ai.wanaku.provision.v1.PayloadType type = 1;Configuration.getType().ai.wanaku.provision.v1.PayloadType type = 1;ConfigurationOrBuilder.getType().ai.wanaku.provision.v1.PayloadType type = 1;Secret.Builder.getType().ai.wanaku.provision.v1.PayloadType type = 1;Secret.getType().ai.wanaku.provision.v1.PayloadType type = 1;SecretOrBuilder.getType().ai.wanaku.provision.v1.PayloadType type = 1;static PayloadTypePayloadType.valueOf(int value) Deprecated.static PayloadTypePayloadType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static PayloadTypeReturns the enum constant of this class with the specified name.static PayloadType[]PayloadType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ai.wanaku.core.exchange.v1 that return types with arguments of type PayloadTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<PayloadType> PayloadType.internalGetValueMap()Methods in ai.wanaku.core.exchange.v1 with parameters of type PayloadTypeModifier and TypeMethodDescriptionConfiguration.Builder.setType(PayloadType value) .ai.wanaku.provision.v1.PayloadType type = 1;Secret.Builder.setType(PayloadType value) .ai.wanaku.provision.v1.PayloadType type = 1;