Uses of Class
com.yoti.api.client.spi.remote.proto.AttributeListProto.AttributeAndIdList.Builder
Packages that use AttributeListProto.AttributeAndIdList.Builder
-
Uses of AttributeListProto.AttributeAndIdList.Builder in com.yoti.api.client.spi.remote.proto
Methods in com.yoti.api.client.spi.remote.proto that return AttributeListProto.AttributeAndIdList.BuilderModifier and TypeMethodDescriptionAttributeListProto.AttributeAndIdList.Builder.addAllAttributeAndIdList(Iterable<? extends AttributeListProto.AttributeAndId> values) repeated .attrpubapi_v1.AttributeAndId attribute_and_id_list = 1;AttributeListProto.AttributeAndIdList.Builder.addAttributeAndIdList(int index, AttributeListProto.AttributeAndId value) repeated .attrpubapi_v1.AttributeAndId attribute_and_id_list = 1;AttributeListProto.AttributeAndIdList.Builder.addAttributeAndIdList(int index, AttributeListProto.AttributeAndId.Builder builderForValue) 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.AttributeAndIdList.Builder.addAttributeAndIdList(AttributeListProto.AttributeAndId.Builder builderForValue) repeated .attrpubapi_v1.AttributeAndId attribute_and_id_list = 1;AttributeListProto.AttributeAndIdList.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AttributeListProto.AttributeAndIdList.Builder.clear()AttributeListProto.AttributeAndIdList.Builder.clearAttributeAndIdList()repeated .attrpubapi_v1.AttributeAndId attribute_and_id_list = 1;AttributeListProto.AttributeAndIdList.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) AttributeListProto.AttributeAndIdList.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) AttributeListProto.AttributeAndIdList.Builder.clone()AttributeListProto.AttributeAndIdList.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AttributeListProto.AttributeAndIdList.Builder.mergeFrom(com.google.protobuf.Message other) AttributeListProto.AttributeAndIdList.Builder.mergeFrom(AttributeListProto.AttributeAndIdList other) AttributeListProto.AttributeAndIdList.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) AttributeListProto.AttributeAndIdList.newBuilder()AttributeListProto.AttributeAndIdList.newBuilder(AttributeListProto.AttributeAndIdList prototype) AttributeListProto.AttributeAndIdList.newBuilderForType()AttributeListProto.AttributeAndIdList.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) AttributeListProto.AttributeAndIdList.Builder.removeAttributeAndIdList(int index) repeated .attrpubapi_v1.AttributeAndId attribute_and_id_list = 1;AttributeListProto.AttributeAndIdList.Builder.setAttributeAndIdList(int index, AttributeListProto.AttributeAndId value) repeated .attrpubapi_v1.AttributeAndId attribute_and_id_list = 1;AttributeListProto.AttributeAndIdList.Builder.setAttributeAndIdList(int index, AttributeListProto.AttributeAndId.Builder builderForValue) repeated .attrpubapi_v1.AttributeAndId attribute_and_id_list = 1;AttributeListProto.AttributeAndIdList.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AttributeListProto.AttributeAndIdList.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) AttributeListProto.AttributeAndIdList.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) AttributeListProto.AttributeAndIdList.toBuilder()