Package odata.msgraph.client.complex
Class AppManagementConfiguration
- java.lang.Object
-
- odata.msgraph.client.complex.AppManagementConfiguration
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
- Direct Known Subclasses:
AppManagementApplicationConfiguration,AppManagementServicePrincipalConfiguration,CustomAppManagementConfiguration
public class AppManagementConfiguration extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected List<KeyCredentialConfiguration>keyCredentialsprotected StringkeyCredentialsNextLinkprotected StringodataTypeprotected List<PasswordCredentialConfiguration>passwordCredentialsprotected StringpasswordCredentialsNextLinkprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedAppManagementConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<KeyCredentialConfiguration>getKeyCredentials()com.github.davidmoten.odata.client.CollectionPage<KeyCredentialConfiguration>getKeyCredentials(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<PasswordCredentialConfiguration>getPasswordCredentials()com.github.davidmoten.odata.client.CollectionPage<PasswordCredentialConfiguration>getPasswordCredentials(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()AppManagementConfigurationwithUnmappedField(String name, Object value)
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
keyCredentials
protected List<KeyCredentialConfiguration> keyCredentials
-
keyCredentialsNextLink
protected String keyCredentialsNextLink
-
passwordCredentials
protected List<PasswordCredentialConfiguration> passwordCredentials
-
passwordCredentialsNextLink
protected String passwordCredentialsNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getKeyCredentials
public com.github.davidmoten.odata.client.CollectionPage<KeyCredentialConfiguration> getKeyCredentials()
-
getKeyCredentials
public com.github.davidmoten.odata.client.CollectionPage<KeyCredentialConfiguration> getKeyCredentials(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getPasswordCredentials
public com.github.davidmoten.odata.client.CollectionPage<PasswordCredentialConfiguration> getPasswordCredentials()
-
getPasswordCredentials
public com.github.davidmoten.odata.client.CollectionPage<PasswordCredentialConfiguration> getPasswordCredentials(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUnmappedField
public AppManagementConfiguration withUnmappedField(String name, Object value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
-