com.github.davidmoten.microsoft.client.builder.Creator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of odata-client-microsoft-client-builder Show documentation
Show all versions of odata-client-microsoft-client-builder Show documentation
Builds client for Microsoft Graph 1.0 and Beta, includes MsGraph authentication support
package com.github.davidmoten.microsoft.client.builder;
import com.github.davidmoten.odata.client.Context;
@FunctionalInterface
public interface Creator {
T create(Context context);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy