Package odata.msgraph.client.complex
Class LogicAppTriggerEndpointConfiguration
- java.lang.Object
-
- odata.msgraph.client.complex.CustomExtensionEndpointConfiguration
-
- odata.msgraph.client.complex.LogicAppTriggerEndpointConfiguration
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class LogicAppTriggerEndpointConfiguration extends CustomExtensionEndpointConfiguration implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLogicAppTriggerEndpointConfiguration.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringlogicAppWorkflowNameprotected StringresourceGroupNameprotected StringsubscriptionIdprotected Stringurl-
Fields inherited from class odata.msgraph.client.complex.CustomExtensionEndpointConfiguration
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLogicAppTriggerEndpointConfiguration()
-
Method Summary
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCustomExtensionEndpointConfiguration
-
withLogicAppWorkflowName
public LogicAppTriggerEndpointConfiguration withLogicAppWorkflowName(String logicAppWorkflowName)
-
withResourceGroupName
public LogicAppTriggerEndpointConfiguration withResourceGroupName(String resourceGroupName)
-
withSubscriptionId
public LogicAppTriggerEndpointConfiguration withSubscriptionId(String subscriptionId)
-
withUrl
public LogicAppTriggerEndpointConfiguration withUrl(String url)
-
withUnmappedField
public LogicAppTriggerEndpointConfiguration withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCustomExtensionEndpointConfiguration
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCustomExtensionEndpointConfiguration
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classCustomExtensionEndpointConfiguration
-
builderLogicAppTriggerEndpointConfiguration
public static LogicAppTriggerEndpointConfiguration.Builder builderLogicAppTriggerEndpointConfiguration()
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
-
toString
public String toString()
- Overrides:
toStringin classCustomExtensionEndpointConfiguration
-
-