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

com.identityx.clientSDK.queryHolders.RegistrationChallengeQueryHolder Maven / Gradle / Ivy

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

import com.daon.identityx.rest.model.def.RegistrationChallengeStatusEnum;
import com.identityx.clientSDK.expandSpecs.RegistrationChallengeExpandSpecForList;

public class RegistrationChallengeQueryHolder extends QueryHolder {
	
	public class RegistrationChallengeSearchSpec extends SearchSpec {

		private RegistrationChallengeStatusEnum status;
		
		public RegistrationChallengeStatusEnum getStatus() {
			return status;
		}
		public void setStatus(RegistrationChallengeStatusEnum status) {
			this.status = status;
		}
	}
	
	private RegistrationChallengeSearchSpec searchSpec = new RegistrationChallengeSearchSpec();
	private RegistrationChallengeExpandSpecForList expandSpec = new RegistrationChallengeExpandSpecForList();
	
	@Override
	public RegistrationChallengeExpandSpecForList getExpandSpec() {
		return expandSpec;
	}
	

	@Override
	public RegistrationChallengeSearchSpec getSearchSpec() {
		return searchSpec;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy