microsoft.dynamics.crm.entity.set.Callbackregistrations Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of odata-client-microsoft-dynamics Show documentation
Show all versions of odata-client-microsoft-dynamics Show documentation
Java client as template for Microsoft Dynamics organisation endpoints
The newest version!
package microsoft.dynamics.crm.entity.set;
import com.github.davidmoten.odata.client.ContextPath;
import java.util.Optional;
import microsoft.dynamics.crm.entity.collection.request.CallbackregistrationCollectionRequest;
public final class Callbackregistrations extends CallbackregistrationCollectionRequest {
public Callbackregistrations(ContextPath contextPath) {
super(contextPath, Optional.empty());
}
public Systemusers callbackregistration_createdby() {
return new Systemusers(contextPath.addSegment("callbackregistration_createdby"));
}
public Systemusers callbackregistration_createdonbehalfby() {
return new Systemusers(contextPath.addSegment("callbackregistration_createdonbehalfby"));
}
public Systemusers callbackregistration_modifiedby() {
return new Systemusers(contextPath.addSegment("callbackregistration_modifiedby"));
}
public Systemusers callbackregistration_modifiedonbehalfby() {
return new Systemusers(contextPath.addSegment("callbackregistration_modifiedonbehalfby"));
}
public Businessunits owningbusinessunit() {
return new Businessunits(contextPath.addSegment("owningbusinessunit"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy