Package odata.msgraph.client.beta.entity
Class CrossTenantAccessPolicyConfigurationDefault
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.CrossTenantAccessPolicyConfigurationBase
-
- odata.msgraph.client.beta.entity.CrossTenantAccessPolicyConfigurationDefault
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class CrossTenantAccessPolicyConfigurationDefault extends CrossTenantAccessPolicyConfigurationBase implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCrossTenantAccessPolicyConfigurationDefault.Builder
-
Field Summary
Fields Modifier and Type Field Description protected BooleanisServiceDefault-
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 protectedCrossTenantAccessPolicyConfigurationDefault()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CrossTenantAccessPolicyConfigurationDefault.BuilderbuilderCrossTenantAccessPolicyConfigurationDefault()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>getIsServiceDefault()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()CrossTenantAccessPolicyConfigurationDefaultpatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)CrossTenantAccessPolicyConfigurationDefaultput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).com.github.davidmoten.odata.client.ActionRequestNoReturnresetToSystemDefault()StringtoString()CrossTenantAccessPolicyConfigurationDefaultwithIsServiceDefault(Boolean isServiceDefault)CrossTenantAccessPolicyConfigurationDefaultwithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.entity.CrossTenantAccessPolicyConfigurationBase
getB2bCollaborationInbound, getB2bCollaborationOutbound, getB2bDirectConnectInbound, getB2bDirectConnectOutbound, getInboundTrust, withB2bCollaborationInbound, withB2bCollaborationOutbound, withB2bDirectConnectInbound, withB2bDirectConnectOutbound, withInboundTrust
-
-
-
-
Field Detail
-
isServiceDefault
protected Boolean isServiceDefault
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrossTenantAccessPolicyConfigurationBase
-
builderCrossTenantAccessPolicyConfigurationDefault
public static CrossTenantAccessPolicyConfigurationDefault.Builder builderCrossTenantAccessPolicyConfigurationDefault()
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
-
withIsServiceDefault
public CrossTenantAccessPolicyConfigurationDefault withIsServiceDefault(Boolean isServiceDefault)
-
withUnmappedField
public CrossTenantAccessPolicyConfigurationDefault 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 CrossTenantAccessPolicyConfigurationDefault 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 CrossTenantAccessPolicyConfigurationDefault 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
-
resetToSystemDefault
public com.github.davidmoten.odata.client.ActionRequestNoReturn resetToSystemDefault()
-
toString
public String toString()
- Overrides:
toStringin classCrossTenantAccessPolicyConfigurationBase
-
-