public class EducationPowerSchoolDataProvider extends EducationSynchronizationDataProvider implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
EducationPowerSchoolDataProvider.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowTeachersInMultipleSchools |
protected String |
clientId |
protected String |
clientSecret |
protected String |
connectionUrl |
protected EducationSynchronizationCustomizations |
customizations |
protected List<String> |
schoolsIds |
protected String |
schoolsIdsNextLink |
protected String |
schoolYear |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
EducationPowerSchoolDataProvider() |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String connectionUrl
protected String clientId
protected String clientSecret
protected String schoolsIdsNextLink
protected String schoolYear
protected Boolean allowTeachersInMultipleSchools
protected EducationSynchronizationCustomizations customizations
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class EducationSynchronizationDataProviderpublic EducationPowerSchoolDataProvider withConnectionUrl(String connectionUrl)
public EducationPowerSchoolDataProvider withClientId(String clientId)
public EducationPowerSchoolDataProvider withClientSecret(String clientSecret)
public com.github.davidmoten.odata.client.CollectionPage<String> getSchoolsIds()
public com.github.davidmoten.odata.client.CollectionPage<String> getSchoolsIds(com.github.davidmoten.odata.client.HttpRequestOptions options)
public EducationPowerSchoolDataProvider withSchoolYear(String schoolYear)
public EducationPowerSchoolDataProvider withAllowTeachersInMultipleSchools(Boolean allowTeachersInMultipleSchools)
public Optional<EducationSynchronizationCustomizations> getCustomizations()
public EducationPowerSchoolDataProvider withCustomizations(EducationSynchronizationCustomizations customizations)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class EducationSynchronizationDataProviderpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class EducationSynchronizationDataProviderpublic static EducationPowerSchoolDataProvider.Builder builderEducationPowerSchoolDataProvider()
public String toString()
toString in class EducationSynchronizationDataProviderCopyright © 2018–2020. All rights reserved.