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

odata.msgraph.client.beta.entity.set.Organization Maven / Gradle / Ivy

There is a newer version: 0.2.2
Show newest version
package odata.msgraph.client.beta.entity.set;

import com.github.davidmoten.odata.client.ContextPath;

import java.util.Optional;

import odata.msgraph.client.beta.entity.collection.request.OrganizationCollectionRequest;

public final class Organization extends OrganizationCollectionRequest {

    public Organization(ContextPath contextPath) {
        super(contextPath, Optional.empty());
    }

    public CertificateBasedAuthConfiguration certificateBasedAuthConfiguration() {
        return new CertificateBasedAuthConfiguration(contextPath.addSegment("certificateBasedAuthConfiguration"));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy