Package odata.msgraph.client.entity
Class CustomAuthenticationExtension
- java.lang.Object
-
- odata.msgraph.client.entity.Entity
-
- odata.msgraph.client.entity.CustomCalloutExtension
-
- odata.msgraph.client.entity.CustomAuthenticationExtension
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
- Direct Known Subclasses:
OnTokenIssuanceStartCustomExtension
public class CustomAuthenticationExtension extends CustomCalloutExtension implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Field Summary
-
Fields inherited from class odata.msgraph.client.entity.CustomCalloutExtension
authenticationConfiguration, clientConfiguration, description, displayName, endpointConfiguration
-
Fields inherited from class odata.msgraph.client.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCustomAuthenticationExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()CustomAuthenticationExtensionpatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)CustomAuthenticationExtensionput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<AuthenticationConfigurationValidation>validateAuthenticationConfiguration()CustomAuthenticationExtensionwithUnmappedField(String name, Object value)-
Methods inherited from class odata.msgraph.client.entity.CustomCalloutExtension
getAuthenticationConfiguration, getClientConfiguration, getDescription, getDisplayName, getEndpointConfiguration, withAuthenticationConfiguration, withClientConfiguration, withDescription, withDisplayName, withEndpointConfiguration
-
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCustomCalloutExtension
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classCustomCalloutExtension
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classCustomCalloutExtension
-
withUnmappedField
public CustomAuthenticationExtension withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classCustomCalloutExtension
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCustomCalloutExtension
-
patch
public CustomAuthenticationExtension patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classCustomCalloutExtension- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public CustomAuthenticationExtension put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classCustomCalloutExtension- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
validateAuthenticationConfiguration
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<AuthenticationConfigurationValidation> validateAuthenticationConfiguration()
-
toString
public String toString()
- Overrides:
toStringin classCustomCalloutExtension
-
-