Uses of Enum
com.yoti.api.client.spi.remote.proto.ContentTypeProto.ContentType
Packages that use ContentTypeProto.ContentType
-
Uses of ContentTypeProto.ContentType in com.yoti.api.client.spi.remote.proto
Methods in com.yoti.api.client.spi.remote.proto that return ContentTypeProto.ContentTypeModifier and TypeMethodDescriptionstatic ContentTypeProto.ContentTypeContentTypeProto.ContentType.forNumber(int value) AttrProto.Attribute.Builder.getContentType().attrpubapi_v1.ContentType content_type = 3;AttrProto.Attribute.getContentType().attrpubapi_v1.ContentType content_type = 3;AttrProto.AttributeOrBuilder.getContentType().attrpubapi_v1.ContentType content_type = 3;AttrProto.MultiValue.Value.Builder.getContentType().attrpubapi_v1.ContentType content_type = 1;AttrProto.MultiValue.Value.getContentType().attrpubapi_v1.ContentType content_type = 1;AttrProto.MultiValue.ValueOrBuilder.getContentType().attrpubapi_v1.ContentType content_type = 1;SigningProto.AttributeSigning.Builder.getContentType().attrpubapi_v1.ContentType content_type = 3;SigningProto.AttributeSigning.getContentType().attrpubapi_v1.ContentType content_type = 3;SigningProto.AttributeSigningOrBuilder.getContentType().attrpubapi_v1.ContentType content_type = 3;static ContentTypeProto.ContentTypeContentTypeProto.ContentType.valueOf(int value) Deprecated.static ContentTypeProto.ContentTypeContentTypeProto.ContentType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static ContentTypeProto.ContentTypeReturns the enum constant of this type with the specified name.static ContentTypeProto.ContentType[]ContentTypeProto.ContentType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.yoti.api.client.spi.remote.proto that return types with arguments of type ContentTypeProto.ContentTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ContentTypeProto.ContentType>ContentTypeProto.ContentType.internalGetValueMap()Methods in com.yoti.api.client.spi.remote.proto with parameters of type ContentTypeProto.ContentTypeModifier and TypeMethodDescriptionAttrProto.Attribute.Builder.setContentType(ContentTypeProto.ContentType value) .attrpubapi_v1.ContentType content_type = 3;AttrProto.MultiValue.Value.Builder.setContentType(ContentTypeProto.ContentType value) .attrpubapi_v1.ContentType content_type = 1;SigningProto.AttributeSigning.Builder.setContentType(ContentTypeProto.ContentType value) .attrpubapi_v1.ContentType content_type = 3;