Package odata.msgraph.client.beta.entity
Class MobileAppDependency.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.MobileAppDependency.Builder
-
- Enclosing class:
- MobileAppDependency
public static final class MobileAppDependency.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MobileAppDependencybuild()MobileAppDependency.BuilderdependencyType(MobileAppDependencyType dependencyType)“The type of dependency relationship between the parent and child apps.”MobileAppDependency.BuilderdependentAppCount(Integer dependentAppCount)“The total number of apps that directly or indirectly depend on the parent app.”MobileAppDependency.BuilderdependsOnAppCount(Integer dependsOnAppCount)“The total number of apps the child app directly or indirectly depends on.”MobileAppDependency.Builderid(String id)MobileAppDependency.BuildertargetDisplayName(String targetDisplayName)MobileAppDependency.BuildertargetDisplayVersion(String targetDisplayVersion)MobileAppDependency.BuildertargetId(String targetId)MobileAppDependency.BuildertargetPublisher(String targetPublisher)MobileAppDependency.BuildertargetType(MobileAppRelationshipType targetType)
-
-
-
Method Detail
-
id
public MobileAppDependency.Builder id(String id)
-
targetDisplayName
public MobileAppDependency.Builder targetDisplayName(String targetDisplayName)
-
targetDisplayVersion
public MobileAppDependency.Builder targetDisplayVersion(String targetDisplayVersion)
-
targetId
public MobileAppDependency.Builder targetId(String targetId)
-
targetPublisher
public MobileAppDependency.Builder targetPublisher(String targetPublisher)
-
targetType
public MobileAppDependency.Builder targetType(MobileAppRelationshipType targetType)
-
dependencyType
public MobileAppDependency.Builder dependencyType(MobileAppDependencyType dependencyType)
“The type of dependency relationship between the parent and child apps.”- Parameters:
dependencyType- value ofdependencyTypeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
dependentAppCount
public MobileAppDependency.Builder dependentAppCount(Integer dependentAppCount)
“The total number of apps that directly or indirectly depend on the parent app.”- Parameters:
dependentAppCount- value ofdependentAppCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
dependsOnAppCount
public MobileAppDependency.Builder dependsOnAppCount(Integer dependsOnAppCount)
“The total number of apps the child app directly or indirectly depends on.”- Parameters:
dependsOnAppCount- value ofdependsOnAppCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public MobileAppDependency build()
-
-