Uses of Class
com.vmware.nsx_policy.model.PolicyUrlCategory
-
Packages that use PolicyUrlCategory Package Description com.vmware.nsx_policy.model -
-
Uses of PolicyUrlCategory in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return PolicyUrlCategory Modifier and Type Method Description static PolicyUrlCategory
PolicyUrlCategory. _newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.static PolicyUrlCategory
PolicyUrlCategory. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.PolicyUrlCategory
PolicyUrlCategory.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type PolicyUrlCategory Modifier and Type Method Description java.util.List<PolicyUrlCategory>
PolicyUrlCategoryListResult. getResults()
Category list resultMethod parameters in com.vmware.nsx_policy.model with type arguments of type PolicyUrlCategory Modifier and Type Method Description PolicyUrlCategoryListResult.Builder
PolicyUrlCategoryListResult.Builder. setResults(java.util.List<PolicyUrlCategory> results)
Category list resultvoid
PolicyUrlCategoryListResult. setResults(java.util.List<PolicyUrlCategory> results)
Category list result
-