Package odata.msgraph.client.entity
Class CrossTenantAccessPolicyConfigurationPartner
- java.lang.Object
-
- odata.msgraph.client.entity.CrossTenantAccessPolicyConfigurationPartner
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class CrossTenantAccessPolicyConfigurationPartner extends Object implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.CountRestrictions
Countable = true
Org.OData.Capabilities.V1.ExpandRestrictions
Expandable = true
Org.OData.Capabilities.V1.FilterRestrictions
Filterable = true
Org.OData.Capabilities.V1.NavigationRestrictions
Referenceable = false
Org.OData.Capabilities.V1.SelectRestrictions
Selectable = true
Org.OData.Capabilities.V1.SkipSupported
true
Org.OData.Capabilities.V1.TopSupported
true
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCrossTenantAccessPolicyConfigurationPartner.Builder
-
Field Summary
Fields Modifier and Type Field Description protected InboundOutboundPolicyConfigurationautomaticUserConsentSettingsprotected CrossTenantAccessPolicyB2BSettingb2bCollaborationInboundprotected CrossTenantAccessPolicyB2BSettingb2bCollaborationOutboundprotected CrossTenantAccessPolicyB2BSettingb2bDirectConnectInboundprotected CrossTenantAccessPolicyB2BSettingb2bDirectConnectOutboundprotected com.github.davidmoten.odata.client.internal.ChangedFieldschangedFieldsprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected CrossTenantIdentitySyncPolicyPartneridentitySynchronizationprotected CrossTenantAccessPolicyInboundTrustinboundTrustprotected BooleanisServiceProviderprotected StringodataTypeprotected StringtenantIdprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedCrossTenantAccessPolicyConfigurationPartner()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
changedFields
protected com.github.davidmoten.odata.client.internal.ChangedFields changedFields
-
odataType
protected String odataType
-
automaticUserConsentSettings
protected InboundOutboundPolicyConfiguration automaticUserConsentSettings
-
b2bCollaborationInbound
protected CrossTenantAccessPolicyB2BSetting b2bCollaborationInbound
-
b2bCollaborationOutbound
protected CrossTenantAccessPolicyB2BSetting b2bCollaborationOutbound
-
b2bDirectConnectInbound
protected CrossTenantAccessPolicyB2BSetting b2bDirectConnectInbound
-
b2bDirectConnectOutbound
protected CrossTenantAccessPolicyB2BSetting b2bDirectConnectOutbound
-
inboundTrust
protected CrossTenantAccessPolicyInboundTrust inboundTrust
-
isServiceProvider
protected Boolean isServiceProvider
-
tenantId
protected String tenantId
-
identitySynchronization
protected CrossTenantIdentitySyncPolicyPartner identitySynchronization
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static CrossTenantAccessPolicyConfigurationPartner.Builder builder()
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:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
getAutomaticUserConsentSettings
public Optional<InboundOutboundPolicyConfiguration> getAutomaticUserConsentSettings()
-
withAutomaticUserConsentSettings
public CrossTenantAccessPolicyConfigurationPartner withAutomaticUserConsentSettings(InboundOutboundPolicyConfiguration automaticUserConsentSettings)
-
getB2bCollaborationInbound
public Optional<CrossTenantAccessPolicyB2BSetting> getB2bCollaborationInbound()
-
withB2bCollaborationInbound
public CrossTenantAccessPolicyConfigurationPartner withB2bCollaborationInbound(CrossTenantAccessPolicyB2BSetting b2bCollaborationInbound)
-
getB2bCollaborationOutbound
public Optional<CrossTenantAccessPolicyB2BSetting> getB2bCollaborationOutbound()
-
withB2bCollaborationOutbound
public CrossTenantAccessPolicyConfigurationPartner withB2bCollaborationOutbound(CrossTenantAccessPolicyB2BSetting b2bCollaborationOutbound)
-
getB2bDirectConnectInbound
public Optional<CrossTenantAccessPolicyB2BSetting> getB2bDirectConnectInbound()
-
withB2bDirectConnectInbound
public CrossTenantAccessPolicyConfigurationPartner withB2bDirectConnectInbound(CrossTenantAccessPolicyB2BSetting b2bDirectConnectInbound)
-
getB2bDirectConnectOutbound
public Optional<CrossTenantAccessPolicyB2BSetting> getB2bDirectConnectOutbound()
-
withB2bDirectConnectOutbound
public CrossTenantAccessPolicyConfigurationPartner withB2bDirectConnectOutbound(CrossTenantAccessPolicyB2BSetting b2bDirectConnectOutbound)
-
getInboundTrust
public Optional<CrossTenantAccessPolicyInboundTrust> getInboundTrust()
-
withInboundTrust
public CrossTenantAccessPolicyConfigurationPartner withInboundTrust(CrossTenantAccessPolicyInboundTrust inboundTrust)
-
withIsServiceProvider
public CrossTenantAccessPolicyConfigurationPartner withIsServiceProvider(Boolean isServiceProvider)
-
withTenantId
public CrossTenantAccessPolicyConfigurationPartner withTenantId(String tenantId)
-
withUnmappedField
public CrossTenantAccessPolicyConfigurationPartner withUnmappedField(String name, Object value)
-
getIdentitySynchronization
public CrossTenantIdentitySyncPolicyPartnerRequest getIdentitySynchronization()
-
withIdentitySynchronization
public CrossTenantAccessPolicyConfigurationPartner withIdentitySynchronization(CrossTenantIdentitySyncPolicyPartner identitySynchronization)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
patch
public CrossTenantAccessPolicyConfigurationPartner patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public CrossTenantAccessPolicyConfigurationPartner put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
-