Uses of Class
com.yoti.api.client.spi.remote.proto.AttributeListProto.AttributeAndId
Packages that use AttributeListProto.AttributeAndId
-
Uses of AttributeListProto.AttributeAndId in com.yoti.api.client.spi.remote.proto
Methods in com.yoti.api.client.spi.remote.proto that return AttributeListProto.AttributeAndIdModifier and TypeMethodDescriptionAttributeListProto.AttributeAndId.Builder.build()AttributeListProto.AttributeAndId.Builder.buildPartial()AttributeListProto.AttributeAndIdList.Builder.getAttributeAndIdList(int index) repeated .attrpubapi_v1.AttributeAndId attribute_and_id_list = 1;AttributeListProto.AttributeAndIdList.getAttributeAndIdList(int index) repeated .attrpubapi_v1.AttributeAndId attribute_and_id_list = 1;AttributeListProto.AttributeAndIdListOrBuilder.getAttributeAndIdList(int index) repeated .attrpubapi_v1.AttributeAndId attribute_and_id_list = 1;AttributeListProto.AttributeAndId.getDefaultInstance()AttributeListProto.AttributeAndId.Builder.getDefaultInstanceForType()AttributeListProto.AttributeAndId.getDefaultInstanceForType()AttributeListProto.AttributeAndId.parseDelimitedFrom(InputStream input) AttributeListProto.AttributeAndId.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AttributeListProto.AttributeAndId.parseFrom(byte[] data) AttributeListProto.AttributeAndId.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AttributeListProto.AttributeAndId.parseFrom(com.google.protobuf.ByteString data) AttributeListProto.AttributeAndId.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AttributeListProto.AttributeAndId.parseFrom(com.google.protobuf.CodedInputStream input) AttributeListProto.AttributeAndId.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AttributeListProto.AttributeAndId.parseFrom(InputStream input) AttributeListProto.AttributeAndId.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AttributeListProto.AttributeAndId.parseFrom(ByteBuffer data) AttributeListProto.AttributeAndId.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.yoti.api.client.spi.remote.proto that return types with arguments of type AttributeListProto.AttributeAndIdModifier and TypeMethodDescriptionAttributeListProto.AttributeAndIdList.Builder.getAttributeAndIdListList()repeated .attrpubapi_v1.AttributeAndId attribute_and_id_list = 1;AttributeListProto.AttributeAndIdList.getAttributeAndIdListList()repeated .attrpubapi_v1.AttributeAndId attribute_and_id_list = 1;AttributeListProto.AttributeAndIdListOrBuilder.getAttributeAndIdListList()repeated .attrpubapi_v1.AttributeAndId attribute_and_id_list = 1;com.google.protobuf.Parser<AttributeListProto.AttributeAndId>AttributeListProto.AttributeAndId.getParserForType()static com.google.protobuf.Parser<AttributeListProto.AttributeAndId>AttributeListProto.AttributeAndId.parser()Methods in com.yoti.api.client.spi.remote.proto with parameters of type AttributeListProto.AttributeAndIdModifier and TypeMethodDescriptionAttributeListProto.AttributeAndIdList.Builder.addAttributeAndIdList(int index, AttributeListProto.AttributeAndId value) repeated .attrpubapi_v1.AttributeAndId attribute_and_id_list = 1;AttributeListProto.AttributeAndIdList.Builder.addAttributeAndIdList(AttributeListProto.AttributeAndId value) repeated .attrpubapi_v1.AttributeAndId attribute_and_id_list = 1;AttributeListProto.AttributeAndId.Builder.mergeFrom(AttributeListProto.AttributeAndId other) AttributeListProto.AttributeAndId.newBuilder(AttributeListProto.AttributeAndId prototype) AttributeListProto.AttributeAndIdList.Builder.setAttributeAndIdList(int index, AttributeListProto.AttributeAndId value) repeated .attrpubapi_v1.AttributeAndId attribute_and_id_list = 1;Method parameters in com.yoti.api.client.spi.remote.proto with type arguments of type AttributeListProto.AttributeAndIdModifier and TypeMethodDescriptionAttributeListProto.AttributeAndIdList.Builder.addAllAttributeAndIdList(Iterable<? extends AttributeListProto.AttributeAndId> values) repeated .attrpubapi_v1.AttributeAndId attribute_and_id_list = 1;