com.identityx.clientSDK.expandSpecs.RegistrationChallengeExpandSpecForList Maven / Gradle / Ivy
package com.identityx.clientSDK.expandSpecs;
import com.identityx.clientSDK.queryHolders.ExpandSpec;
import com.identityx.clientSDK.queryHolders.ExpandSpecItem;
public class RegistrationChallengeExpandSpecForList extends ExpandSpec {
public class RegistrationChallengeExpandSpecForListItems {
private boolean expand = true;
private ExpandSpecItem policy = new ExpandSpecItem();
private ExpandSpecItem registration = new ExpandSpecItem();
public ExpandSpecItem getRegistration() {
return registration;
}
public ExpandSpecItem getPolicy() {
return policy;
}
public boolean isExpand() {
return expand;
}
public void setExpand(boolean expand) {
this.expand = expand;
}
}
private RegistrationChallengeExpandSpecForListItems items = new RegistrationChallengeExpandSpecForListItems();
public RegistrationChallengeExpandSpecForListItems getItems() {
return items;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy