Package odata.msgraph.client.beta.entity
Class CrossTenantAccessPolicyConfigurationPartner
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.CrossTenantAccessPolicyConfigurationBase
-
- odata.msgraph.client.beta.entity.CrossTenantAccessPolicyConfigurationPartner
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class CrossTenantAccessPolicyConfigurationPartner extends CrossTenantAccessPolicyConfigurationBase implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCrossTenantAccessPolicyConfigurationPartner.Builder
-
Field Summary
Fields Modifier and Type Field Description protected BooleanisServiceProviderprotected StringtenantId-
Fields inherited from class odata.msgraph.client.beta.entity.CrossTenantAccessPolicyConfigurationBase
b2bCollaborationInbound, b2bCollaborationOutbound, b2bDirectConnectInbound, b2bDirectConnectOutbound, inboundTrust
-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCrossTenantAccessPolicyConfigurationPartner()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CrossTenantAccessPolicyConfigurationPartner.BuilderbuilderCrossTenantAccessPolicyConfigurationPartner()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()Optional<Boolean>getIsServiceProvider()Optional<String>getTenantId()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()CrossTenantAccessPolicyConfigurationPartnerpatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)CrossTenantAccessPolicyConfigurationPartnerput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()CrossTenantAccessPolicyConfigurationPartnerwithIsServiceProvider(Boolean isServiceProvider)CrossTenantAccessPolicyConfigurationPartnerwithTenantId(String tenantId)CrossTenantAccessPolicyConfigurationPartnerwithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.entity.CrossTenantAccessPolicyConfigurationBase
getB2bCollaborationInbound, getB2bCollaborationOutbound, getB2bDirectConnectInbound, getB2bDirectConnectOutbound, getInboundTrust, withB2bCollaborationInbound, withB2bCollaborationOutbound, withB2bDirectConnectInbound, withB2bDirectConnectOutbound, withInboundTrust
-
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrossTenantAccessPolicyConfigurationBase
-
builderCrossTenantAccessPolicyConfigurationPartner
public static CrossTenantAccessPolicyConfigurationPartner.Builder builderCrossTenantAccessPolicyConfigurationPartner()
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- Overrides:
getChangedFieldsin classCrossTenantAccessPolicyConfigurationBase
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classCrossTenantAccessPolicyConfigurationBase
-
withIsServiceProvider
public CrossTenantAccessPolicyConfigurationPartner withIsServiceProvider(Boolean isServiceProvider)
-
withTenantId
public CrossTenantAccessPolicyConfigurationPartner withTenantId(String tenantId)
-
withUnmappedField
public CrossTenantAccessPolicyConfigurationPartner withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrossTenantAccessPolicyConfigurationBase
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrossTenantAccessPolicyConfigurationBase
-
patch
public CrossTenantAccessPolicyConfigurationPartner patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classCrossTenantAccessPolicyConfigurationBase- 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).- Overrides:
putin classCrossTenantAccessPolicyConfigurationBase- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
toString
public String toString()
- Overrides:
toStringin classCrossTenantAccessPolicyConfigurationBase
-
-