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

com.aeontronix.anypointsdk.auth.user.CsAuthUserProperties Maven / Gradle / Ivy

There is a newer version: 1.0.0-beta35
Show newest version
package com.aeontronix.anypointsdk.auth.user;

import com.fasterxml.jackson.annotation.JsonProperty;

public class CsAuthUserProperties {

	@JsonProperty("teams")
	private boolean teams;

	@JsonProperty("activeOrganizationId")
	private String activeOrganizationId;

	public boolean isTeams(){
		return teams;
	}

	public String getActiveOrganizationId(){
		return activeOrganizationId;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy