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

com.identityx.clientSDK.expandSpecs.ApplicationExpandSpecForGet Maven / Gradle / Ivy

There is a newer version: 5.6.0.2
Show newest version
package com.identityx.clientSDK.expandSpecs;

import com.identityx.clientSDK.queryHolders.ExpandSpec;
import com.identityx.clientSDK.queryHolders.ExpandSpecItem;

public class ApplicationExpandSpecForGet extends ExpandSpec {

	private ExpandSpecItem users = new ExpandSpecItem();
	private ExpandSpecItem authenticationRequests = new ExpandSpecItem();
	private ExpandSpecItem policies = new ExpandSpecItem();
	private ExpandSpecItem registrations = new ExpandSpecItem();
	private ExpandSpecItem sponsorships = new ExpandSpecItem();
	
	public ExpandSpecItem getUsers() {
		return users;
	}
	public ExpandSpecItem getAuthenticationRequests() {
		return authenticationRequests;
	}
	public ExpandSpecItem getPolicies() {
		return policies;
	}
	public ExpandSpecItem getRegistrations() {
		return registrations;
	}
	public ExpandSpecItem getSponsorships() {
		return sponsorships;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy