Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Etag Version Issue #460

Open
krishnakumarag opened this issue Dec 16, 2015 · 0 comments
Open

Etag Version Issue #460

krishnakumarag opened this issue Dec 16, 2015 · 0 comments

Comments

@krishnakumarag
Copy link

I trying to convert ContactFeed object as String atom. After converting I am not getting etag in xml atom. because.

if (feedState.etag != null&& Service.getVersion().isAfter(Service.Versions.V1)) {
nsDecls.add(Namespaces.gNs);
attrs.add(new XmlWriter.Attribute(
Namespaces.gAlias, "etag", feedState.etag));
}

Service.getVersion().isAfter(Service.Versions.V1) Here version is always 1.0 I tried in many ways but it not changing.

Please aid me to solve this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant