Class ServicePrincipalCreationConditionSet

  • All Implemented Interfaces:
    com.github.davidmoten.odata.client.ODataEntityType, com.github.davidmoten.odata.client.ODataType

    public class ServicePrincipalCreationConditionSet
    extends Entity
    implements com.github.davidmoten.odata.client.ODataEntityType
    • Field Detail

      • applicationIds

        protected List<String> applicationIds
      • applicationIdsNextLink

        protected String applicationIdsNextLink
      • applicationPublisherIds

        protected List<String> applicationPublisherIds
      • applicationPublisherIdsNextLink

        protected String applicationPublisherIdsNextLink
      • applicationsFromVerifiedPublisherOnly

        protected Boolean applicationsFromVerifiedPublisherOnly
      • applicationTenantIds

        protected List<String> applicationTenantIds
      • applicationTenantIdsNextLink

        protected String applicationTenantIdsNextLink
      • certifiedApplicationsOnly

        protected Boolean certifiedApplicationsOnly
    • Constructor Detail

      • ServicePrincipalCreationConditionSet

        protected ServicePrincipalCreationConditionSet()
    • Method Detail

      • odataTypeName

        public String odataTypeName()
        Specified by:
        odataTypeName in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        odataTypeName in class Entity
      • builderServicePrincipalCreationConditionSet

        public static ServicePrincipalCreationConditionSet.Builder builderServicePrincipalCreationConditionSet()
        Returns a builder which is used to create a new instance of this class (given that this class is immutable).
        Returns:
        a new Builder for this class
      • getChangedFields

        public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
        Specified by:
        getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityType
        Overrides:
        getChangedFields in class Entity
      • postInject

        public void postInject​(boolean addKeysToContextPath)
        Specified by:
        postInject in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        postInject in class Entity
      • getApplicationIds

        public com.github.davidmoten.odata.client.CollectionPage<String> getApplicationIds()
      • getApplicationIds

        public com.github.davidmoten.odata.client.CollectionPage<String> getApplicationIds​(com.github.davidmoten.odata.client.HttpRequestOptions options)
      • getApplicationPublisherIds

        public com.github.davidmoten.odata.client.CollectionPage<String> getApplicationPublisherIds()
      • getApplicationPublisherIds

        public com.github.davidmoten.odata.client.CollectionPage<String> getApplicationPublisherIds​(com.github.davidmoten.odata.client.HttpRequestOptions options)
      • getApplicationsFromVerifiedPublisherOnly

        public Optional<Boolean> getApplicationsFromVerifiedPublisherOnly()
      • getApplicationTenantIds

        public com.github.davidmoten.odata.client.CollectionPage<String> getApplicationTenantIds()
      • getApplicationTenantIds

        public com.github.davidmoten.odata.client.CollectionPage<String> getApplicationTenantIds​(com.github.davidmoten.odata.client.HttpRequestOptions options)
      • getCertifiedApplicationsOnly

        public Optional<Boolean> getCertifiedApplicationsOnly()
      • getUnmappedFields

        public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
        Specified by:
        getUnmappedFields in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        getUnmappedFields in class Entity
      • patch

        public ServicePrincipalCreationConditionSet patch()
        Submits only changed fields for update and returns an immutable copy of this with changed fields reset.
        Overrides:
        patch in class Entity
        Returns:
        a copy of this with changed fields reset
        Throws:
        com.github.davidmoten.odata.client.ClientException - if HTTP response is not as expected
      • put

        public ServicePrincipalCreationConditionSet put()
        Submits all fields for update and returns an immutable copy of this with changed fields reset (they were ignored anyway).
        Overrides:
        put in class Entity
        Returns:
        a copy of this with changed fields reset
        Throws:
        com.github.davidmoten.odata.client.ClientException - if HTTP response is not as expected