All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.googlecode.googleplus.model.activity.PlusAccessEntryResource Maven / Gradle / Ivy

The newest version!
package com.googlecode.googleplus.model.activity;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

@JsonIgnoreProperties(ignoreUnknown = true)
public class PlusAccessEntryResource {

    private String type;
    private String id;

    public String getType() {
        return type;
    }
    public void setType(String type) {
        this.type = type;
    }
    public String getId() {
        return id;
    }
    public void setId(String id) {
        this.id = id;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy